Interface IRemoteServiceEvent

    • Method Detail

      • getLocalContainerID

        ID getLocalContainerID()
        The ID of the local container.
        Returns:
        ID of local container. Will not be null.
        Since:
        3.0
      • getContainerID

        ID getContainerID()
        The ID of the container that registered the service.
        Returns:
        ID of container that registered service. Will not be null.
      • getClazzes

        String[] getClazzes()
        Get the interface classes associated with/exposed by the remote service.
        Returns:
        String[] set of interface classes exposed by the unregistered remote service. Will not be null, but may be empty array.