Interface RemoteNodeTypeManager

  • All Superinterfaces:
    Remote
    All Known Implementing Classes:
    ServerNodeTypeManager

    @Deprecated(forRemoval=true)
    public interface RemoteNodeTypeManager
    extends Remote
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    Remote version of the JCR NodeTypeManager interface. Used by the ServerNodeTypeManager and ClientNodeTypeManager adapters to provide transparent RMI access to remote node type managers.

    The methods in this interface are documented only with a reference to a corresponding NodeTypeManager method. The remote object will simply forward the method call to the underlying NodeTypeManager instance. Arguments and possible exceptions are copied over the network. Complex NodeType values are returned as remote references to the RemoteNodeType interface. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

    See Also:
    NodeTypeManager, ClientNodeTypeManager, ServerNodeTypeManager