Class IpcProvider

java.lang.Object
jadex.messaging.impl.IpcProvider

public abstract class IpcProvider extends Object
Provider for the IPC service to allow access as part of the Java Service Interface.
  • Constructor Details

    • IpcProvider

      public IpcProvider()
  • Method Details

    • getIpcService

      public abstract IIpcService getIpcService()
      Acquires the interprocess communication service (IpcService)
      Returns:
      The interprocess communication service (IpcService)