|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteNodeTypeManager
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 signalled with RemoteExceptions.
| Method Summary | |
|---|---|
RemoteIterator |
getAllNodeTypes()
Remote version of the NodeTypeManager.getAllNodeTypes() method. |
RemoteIterator |
getMixinNodeTypes()
Remote version of the NodeTypeManager.getMixinNodeTypes() method. |
RemoteNodeType |
getNodeType(java.lang.String name)
Remote version of the NodeTypeManager.getNodeType(String) method. |
RemoteIterator |
getPrimaryNodeTypes()
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method. |
| Method Detail |
|---|
RemoteNodeType getNodeType(java.lang.String name)
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
NodeTypeManager.getNodeType(String) method.
name - node type name
javax.jcr.RepositoryException - on repository errors
java.rmi.RemoteException - on RMI errors
RemoteIterator getAllNodeTypes()
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
NodeTypeManager.getAllNodeTypes() method.
javax.jcr.RepositoryException - on repository errors
java.rmi.RemoteException - on RMI errors
RemoteIterator getPrimaryNodeTypes()
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
NodeTypeManager.getPrimaryNodeTypes() method.
javax.jcr.RepositoryException - on repository errors
java.rmi.RemoteException - on RMI errors
RemoteIterator getMixinNodeTypes()
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
NodeTypeManager.getMixinNodeTypes() method.
javax.jcr.RepositoryException - on repository errors
java.rmi.RemoteException - on RMI errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||