The methods in this interface are documented only with a reference to a corresponding Property method. The remote object will simply forward the method call to the underlying Property instance. Argument and return values, as well as possible exceptions, are copied over the network. Compex {@link javax.jcr.nodetype.PropertyDefinition PropertyDef} return valuesare returned as remote references to the corresponding {@link org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition RemotePropertyDefinition}interface. RMI errors are signalled with RemoteExceptions.
Note that only the generic getValue and setValue methods are included in this interface. Clients should implement the type-specific value getters and setters wrapping using the generic methods. Note also that the Value objects must be serializable and implemented using classes available on both the client and server side. The {@link org.apache.jackrabbit.rmi.value.SerialValueFactory SerialValueFactory}class provides two convenience methods to satisfy these requirements. @author Jukka Zitting @see javax.jcr.Property @see org.apache.jackrabbit.rmi.client.ClientProperty @see org.apache.jackrabbit.rmi.server.ServerProperty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|