Interface IInternalService

    • Method Detail

      • startService

        IFuture<java.lang.Void> startService()
        Start the service.
        Returns:
        A future that is done when the service has completed starting.
      • shutdownService

        IFuture<java.lang.Void> shutdownService()
        Shutdown the service.
        Returns:
        A future that is done when the service has completed its shutdown.
      • setComponentAccess

        IFuture<java.lang.Void> setComponentAccess​(IInternalAccess access)
        Sets the access for the component.
        Parameters:
        access - Component access.
      • setServiceIdentifier

        void setServiceIdentifier​(IServiceIdentifier sid)
        Set the service identifier.