|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
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 |
public RemoteNodeType getDeclaringNodeType()
throws RemoteException
ItemDef.getDeclaringNodeType()
method.
RemoteException - on RMI errors
public String getName()
throws RemoteException
ItemDef.getName() method.
RemoteException - on RMI errors
public boolean isAutoCreated()
throws RemoteException
ItemDef.isAutoCreate()
method.
true if the item is automatically created,
false otherwise
RemoteException - on RMI errors
public boolean isMandatory()
throws RemoteException
ItemDef.isMandatory()
method.
true if the item is mandatory,
false otherwise
RemoteException - on RMI errors
public int getOnParentVersion()
throws RemoteException
ItemDef.getOnParentVersion()
method.
RemoteException - on RMI errors
public boolean isProtected()
throws RemoteException
ItemDef.isProtected()
method.
true if the item is protected,
false otherwise
RemoteException - on RMI errors
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||