Package jadex.ipc.impl
Class IpcProviderImpl
java.lang.Object
jadex.messaging.impl.IpcProvider
jadex.ipc.impl.IpcProviderImpl
public class IpcProviderImpl
extends jadex.messaging.impl.IpcProvider
Implementation of the IpcProvider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.messaging.impl.IIpcService
Acquires the interprocess communication service (IpcService)
-
Constructor Details
-
IpcProviderImpl
public IpcProviderImpl()
-
-
Method Details
-
getIpcService
public jadex.messaging.impl.IIpcService getIpcService()Acquires the interprocess communication service (IpcService)- Specified by:
getIpcService
in classjadex.messaging.impl.IpcProvider
- Returns:
- The interprocess communication service (IpcService)
-