Class RemoteServiceAdmin.ImportRegistration

    • Method Detail

      • getContainerID

        public ID getContainerID()
      • getRemoteServiceId

        public long getRemoteServiceId()
      • close

        public void close()
        Description copied from interface: ImportRegistration
        Close this Import Registration. This must close the connection to the endpoint and unregister the proxy. After this method returns, all other methods must return null. This method has no effect when this registration has already been closed or is being closed.
        Specified by:
        close in interface ImportRegistration
      • getException

        public Throwable getException()
        Description copied from interface: ImportRegistration
        Return the exception for any error during the import process. If the Remote Service Admin for some reasons is unable to properly initialize this registration, then it must return an exception from this method. If no error occurred, this method must return null. The error must be set before this Import Registration is returned. Asynchronously occurring errors must be reported to the log.
        Specified by:
        getException in interface ImportRegistration
        Returns:
        The exception that occurred during the initialization of this registration or null if no exception occurred.