Remote version of the JCR {@link javax.jcr.nodetype.NodeTypeManager NodeTypeManager} interface.Used by the {@link org.apache.jackrabbit.rmi.server.ServerNodeTypeManager ServerNodeTypeManager}and {@link org.apache.jackrabbit.rmi.client.ClientNodeTypeManager 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 {@link javax.jcr.nodetype.NodeType NodeType} values are returned asremote references to the {@link org.apache.jackrabbit.rmi.remote.RemoteNodeType RemoteNodeType}interface. Iterator values are transmitted as object arrays. RMI errors are signalled with RemoteExceptions.
@author Jukka Zitting
@see javax.jcr.nodetype.NodeTypeManager
@see org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
@see org.apache.jackrabbit.rmi.server.ServerNodeTypeManager