|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteItemDefinition
Remote version of the JCR ItemDef interface. Used by
the ServerItemDefinition and
ClientItemDefinition
adapter base classes to provide transparent RMI access to remote item definitions.
The methods in this interface are documented only with a reference to a corresponding ItemDef
method. The remote object will simply forward the method call to the underlying ItemDef instance.
Argument and return values, as well as possible exceptions, are copied over the network. Compex
NodeType return values are returned as remote references to
the RemoteNodeType interface.
RMI errors are signalled with RemoteExceptions.
ItemDefinition,
ClientItemDefinition,
ServerItemDefinition| Method Summary | |
|---|---|
RemoteNodeType |
getDeclaringNodeType()
Remote version of the ItemDef.getDeclaringNodeType() method. |
java.lang.String |
getName()
Remote version of the ItemDef.getName()
method. |
int |
getOnParentVersion()
Remote version of the ItemDef.getOnParentVersion() method. |
boolean |
isAutoCreated()
Remote version of the ItemDef.isAutoCreate() method. |
boolean |
isMandatory()
Remote version of the ItemDef.isMandatory() method. |
boolean |
isProtected()
Remote version of the ItemDef.isProtected() method. |
| Method Detail |
|---|
RemoteNodeType getDeclaringNodeType()
throws java.rmi.RemoteException
ItemDef.getDeclaringNodeType() method.
java.rmi.RemoteException - on RMI errors
java.lang.String getName()
throws java.rmi.RemoteException
ItemDef.getName()
method.
java.rmi.RemoteException - on RMI errors
boolean isAutoCreated()
throws java.rmi.RemoteException
ItemDef.isAutoCreate() method.
true if the item is automatically created, false otherwise
java.rmi.RemoteException - on RMI errors
boolean isMandatory()
throws java.rmi.RemoteException
ItemDef.isMandatory() method.
true if the item is mandatory, false otherwise
java.rmi.RemoteException - on RMI errors
int getOnParentVersion()
throws java.rmi.RemoteException
ItemDef.getOnParentVersion() method.
java.rmi.RemoteException - on RMI errors
boolean isProtected()
throws java.rmi.RemoteException
ItemDef.isProtected() method.
true if the item is protected, false otherwise
java.rmi.RemoteException - on RMI errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||