Package jadex.messaging.impl
Class IpcProvider
java.lang.Object
jadex.messaging.impl.IpcProvider
Provider for the IPC service to allow access as part
of the Java Service Interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IIpcService
Acquires the interprocess communication service (IpcService)
-
Constructor Details
-
IpcProvider
public IpcProvider()
-
-
Method Details
-
getIpcService
Acquires the interprocess communication service (IpcService)- Returns:
- The interprocess communication service (IpcService)
-