Class RemoteRegistryAgent

  • All Implemented Interfaces:
    IRemoteRegistryService

    public class RemoteRegistryAgent
    extends java.lang.Object
    implements IRemoteRegistryService
    Plain service access to a remote registry. See SuperpeerRegistryAgent for extended implementation supporting also persistent queries.
    • Constructor Detail

      • RemoteRegistryAgent

        public RemoteRegistryAgent()
    • Method Detail

      • start

        public IFuture<java.lang.Void> start()
        Service initialization.
        Returns:
        Null, when done.
      • checkSecurity

        protected void checkSecurity​(ServiceQuery<?> query)
        Check if a query is allowed by caller or set query to unrestricted search only.