A B C D E G H I L M N O P Q R S T U W

A

ArrayEventIterator - class org.apache.jackrabbit.rmi.iterator.ArrayEventIterator.
Array implementation of the JCR EventIterator interface.
ArrayEventIterator(Event[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayEventIterator
Creates an iterator for the given array of events.
ArrayEventListenerIterator - class org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator.
Array implementation of the JCR EventListenerIterator interface.
ArrayEventListenerIterator(EventListener[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator
Creates an iterator for the given array of listeners.
ArrayIterator - class org.apache.jackrabbit.rmi.iterator.ArrayIterator.
Array implementation of the JCR RangeIterator interface.
ArrayIterator(Object[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Creates an iterator for the given array of objects.
ArrayIterator - class org.apache.jackrabbit.rmi.remote.ArrayIterator.
A simple array-based remote iterator.
ArrayIterator(Object[]) - Constructor for class org.apache.jackrabbit.rmi.remote.ArrayIterator
Creates an array-based remote iterator from the given array of remote references or serializable objects.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Accepts the visitor to visit this item.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Calls the ItemVisitor.visit(Node) method of the given visitor.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Calls the ItemVisitor.visit(Property method of the given visitor.
addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Remote version of the ObservationManager.addEventListener() method.
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Remote version of the ObservationManager.addEventListener() method. See class comment for an explanation on how the listenerId is used.
addListener(EventListener) - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Registers the given local listener with this instance and returns the unique identifier assigned to it.
addLockToken(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
addLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.addLockToken(String) method.
addLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.addLockToken(String) method.
addMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
addMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.addMixin(String) method.
addMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.addMixin(String) method.
addNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
addNode(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
addNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.addNode(Sring) method.
addNode(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.addNode(String,String) method.
addNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.addNode(Sring) method.
addNode(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.addNode(String,String) method.
addVersionLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
addVersionLabel(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.addVersionLabel(String, String, boolean) method.
addVersionLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.addVersionLabel(String, String, boolean) method.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
allowsSameNameSiblings() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Remote version of the NodeDef.allowSameNameSibs() method.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Remote version of the NodeDef.allowSameNameSibs() method.

B

BaseNonStreamValue - class org.apache.jackrabbit.rmi.value.BaseNonStreamValue.
The BaseNonStreamValue class implements the basic committed value state for non-stream values as a part of the State design pattern (Gof) used by this package.
BaseNonStreamValue() - Constructor for class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Default constructor with no special tasks.
BinaryValue - class org.apache.jackrabbit.rmi.value.BinaryValue.
The BinaryValue class implements the committed value state for Binary values as a part of the State design pattern (Gof) used by this package.
BinaryValue(InputStream) - Constructor for class org.apache.jackrabbit.rmi.value.BinaryValue
Creates an instance on the given InputStream.
BinaryValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.BinaryValue
Creates an instance providing the UTF-8 representation of the given string value.
BooleanValue - class org.apache.jackrabbit.rmi.value.BooleanValue.
The BooleanValue class implements the committed value state for Boolean values as a part of the State design pattern (Gof) used by this package.
BooleanValue(boolean) - Constructor for class org.apache.jackrabbit.rmi.value.BooleanValue
Creates an instance for the given boolean value.
BooleanValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.BooleanValue
Creates an instance for the given string representation of a boolean.
BufferIterator - class org.apache.jackrabbit.rmi.remote.BufferIterator.
A buffered remote iterator.
BufferIterator(Object[], long, RemoteIterator) - Constructor for class org.apache.jackrabbit.rmi.remote.BufferIterator
Creates a new buffered remote iterator.

C

ClientAdapterFactory - class org.apache.jackrabbit.rmi.client.ClientAdapterFactory.
Default implementation of the LocalAdapterFactory interface.
ClientAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
 
ClientEventPoll - class org.apache.jackrabbit.rmi.observation.ClientEventPoll.
The ClientEventPoll class is the registry for client-side event listeners on behalf of the ClientObservationManager class.
ClientEventPoll(RemoteObservationManager, Session) - Constructor for class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Creates an instance of this class talking to the given RemoteObservationManager.
ClientItem - class org.apache.jackrabbit.rmi.client.ClientItem.
Local adapter for the JCR-RMI RemoteItem inteface.
ClientItem(Session, RemoteItem, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItem
Creates a local adapter for the given remote item.
ClientItemDefinition - class org.apache.jackrabbit.rmi.client.ClientItemDefinition.
Local adapter for the JCR-RMI RemoteItemDefinition inteface.
ClientItemDefinition(RemoteItemDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Creates a local adapter for the given remote item definition.
ClientIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientIterator.
A buffering local adapter for the JCR-RMI RemoteIterator interface.
ClientIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Creates a local adapter for the given remote iterator.
ClientLock - class org.apache.jackrabbit.rmi.client.ClientLock.
Local adapter for the JCR-RMI RemoteLock inteface.
ClientLock(Node, RemoteLock) - Constructor for class org.apache.jackrabbit.rmi.client.ClientLock
Creates a local adapter for the given remote lock.
ClientNamespaceRegistry - class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry.
Local adapter for the JCR-RMI RemoteNamespaceRegistry inteface.
ClientNamespaceRegistry(RemoteNamespaceRegistry, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Creates a local adapter for the given remote namespace registry.
ClientNode - class org.apache.jackrabbit.rmi.client.ClientNode.
Local adapter for the JCR-RMI RemoteNode inteface.
ClientNode(Session, RemoteNode, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNode
Creates a local adapter for the given remote node.
ClientNodeDefinition - class org.apache.jackrabbit.rmi.client.ClientNodeDefinition.
Local adapter for the JCR-RMI RemoteNodeDefinition inteface.
ClientNodeDefinition(RemoteNodeDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Creates a local adapter for the given remote node definition.
ClientNodeIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator.
A ClientIterator for iterating remote nodes.
ClientNodeIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Creates a ClientNodeIterator instance.
ClientNodeType - class org.apache.jackrabbit.rmi.client.ClientNodeType.
Local adapter for the JCR-RMI RemoteNodeType inteface.
ClientNodeType(RemoteNodeType, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeType
Creates a local adapter for the given remote node type.
ClientNodeTypeIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator.
A ClientIterator for iterating remote node types.
ClientNodeTypeIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Creates a ClientNodeTypeIterator instance.
ClientNodeTypeManager - class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager.
Local adapter for the JCR-RMI RemoteNodeTypeManager inteface.
ClientNodeTypeManager(RemoteNodeTypeManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Creates a local adapter for the given remote node type manager.
ClientObject - class org.apache.jackrabbit.rmi.client.ClientObject.
Base class for client adapter objects.
ClientObject(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientObject
Creates a basic client adapter that uses the given factory to create new adapters.
ClientObservationManager - class org.apache.jackrabbit.rmi.client.ClientObservationManager.
The ClientObservationManager class
ClientObservationManager(Workspace, RemoteObservationManager) - Constructor for class org.apache.jackrabbit.rmi.client.ClientObservationManager
Creates an instance of this class talking to the given remote observation manager.
ClientProperty - class org.apache.jackrabbit.rmi.client.ClientProperty.
Local adapter for the JCR-RMI RemoteProperty inteface.
ClientProperty(Session, RemoteProperty, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientProperty
Creates a local adapter for the given remote property.
ClientPropertyDefinition - class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition.
Local adapter for the JCR-RMI RemotePropertyDefinition inteface.
ClientPropertyDefinition(RemotePropertyDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Creates a local adapter for the given remote property definition.
ClientPropertyIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator.
A ClientIterator for iterating remote properties.
ClientPropertyIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Creates a ClientPropertyIterator instance.
ClientQuery - class org.apache.jackrabbit.rmi.client.ClientQuery.
Local adapter for the JCR-RMI RemoteQuery inteface.
ClientQuery(Session, RemoteQuery, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQuery
Creates a client adapter for the given query.
ClientQueryManager - class org.apache.jackrabbit.rmi.client.ClientQueryManager.
Local adapter for the JCR-RMI RemoteQueryManager inteface.
ClientQueryManager(Session, RemoteQueryManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQueryManager
Creates a client adapter for the given remote query manager.
ClientQueryResult - class org.apache.jackrabbit.rmi.client.ClientQueryResult.
Local adapter for the JCR-RMI RemoteQueryResult inteface.
ClientQueryResult(Session, RemoteQueryResult, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQueryResult
Creates a client adapter for the given remote query result.
ClientRepository - class org.apache.jackrabbit.rmi.client.ClientRepository.
Local adapter for the JCR-RMI RemoteRepository inteface.
ClientRepository(RemoteRepository, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepository
Creates a client adapter for the given remote repository.
ClientRepositoryFactory - class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory.
Object factory for JCR-RMI clients.
ClientRepositoryFactory() - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Creates a JCR-RMI client factory with the default adapter factory.
ClientRepositoryFactory(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Creates a JCR-RMI client factory with the given adapter factory.
ClientRow - class org.apache.jackrabbit.rmi.client.ClientRow.
Local adapter for the JCR-RMI RemoteRow inteface.
ClientRow(RemoteRow) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRow
Creates a client adapter for the given remote query row.
ClientRowIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator.
A ClientIterator for iterating remote rows.
ClientRowIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Creates a ClientRowIterator instance.
ClientSession - class org.apache.jackrabbit.rmi.client.ClientSession.
Local adapter for the JCR-RMI RemoteSession inteface.
ClientSession(Repository, RemoteSession, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientSession
Creates a client adapter for the given remote session.
ClientVersion - class org.apache.jackrabbit.rmi.client.ClientVersion.
Local adapter for the JCR-RMI RemoteVersion interface.
ClientVersion(Session, RemoteVersion, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientVersion
Creates a local adapter for the given remote version.
ClientVersionHistory - class org.apache.jackrabbit.rmi.client.ClientVersionHistory.
Local adapter for the JCR-RMI RemoteVersionHistory interface.
ClientVersionHistory(Session, RemoteVersionHistory, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Creates a local adapter for the given remote version history.
ClientVersionIterator - class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator.
A ClientIterator for iterating remote versions.
ClientVersionIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Creates a ClientVersionIterator instance.
ClientWorkspace - class org.apache.jackrabbit.rmi.client.ClientWorkspace.
Local adapter for the JCR-RMI RemoteWorkspace interface.
ClientWorkspace(Session, RemoteWorkspace, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientWorkspace
Creates a client adapter for the given remote workspace.
canAddChildNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
canAddChildNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddChildNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
canAddMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.canAddMixin(String) method.
canAddMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.canAddMixin(String) method.
canRemoveItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
canRemoveItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.canRemoveItem(String) method.
canRemoveItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.canRemoveItem(String) method.
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
canSetProperty(String, Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.canSetProperty(String,Value[]) method.
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.canSetProperty(String,Value[]) method.
cancelMerge(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
cancelMerge(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.cancelMerge(Version) method.
cancelMerge(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.cancelMerge(Version) method.
characters(char[], int, int) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
checkPermission(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
checkPermission(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.checkPermission(String,String) method.
checkPermission(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.checkPermission(String,String) method.
checkin() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
checkin() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.checkin() method.
checkin() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.checkin() method.
checkout() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
checkout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.checkout() method.
checkout() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.checkout() method.
clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
clone(String, String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.clone(String,String,String,boolean) method.
clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.clone(String,String,String,boolean) method.
copy(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
copy(String, String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
copy(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.copy(String,String) method.
copy(String, String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.copy(String,String,String) method.
copy(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.copy(String,String) method.
copy(String, String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.copy(String,String,String) method.
createBinaryValue(InputStream) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the BinaryValue class or an extension thereof.
createBinaryValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the BinaryValue class or an extension thereof from the string whose UTF-8 representation is used as the binary data.
createBooleanValue(boolean) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the BooleanValue class or an extension thereof.
createBooleanValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the BooleanValue class or an extension thereof from the string representation of the boolean.
createDateValue(Calendar) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the DateValue class or an extension thereof.
createDateValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the DateValue class or an extension thereof from the string representation of Calendar instance formatted as specified in the JCR specification.
createDoubleValue(double) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the DoubleValue class or an extension thereof.
createDoubleValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the DoubleValue class or an extension thereof from the string representation of the double number.
createLongValue(long) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the LongValue class or an extension thereof.
createLongValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the LongValue class or an extension thereof from the string representation of the long number.
createNameValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the NameValue class or an extension thereof.
createPathValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the PathValue class or an extension thereof.
createQuery(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
createQuery(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
 
createQuery(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
createReferenceValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the ReferenceValue class or an extension thereof.
createStringValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Creates an instance of the StringValue class or an extension thereof.
createValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(String, int) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(long) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(double) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(boolean) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(Calendar) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(InputStream) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
createValue(Node) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory

D

DateValue - class org.apache.jackrabbit.rmi.value.DateValue.
The DateValue class implements the committed value state for Date values as a part of the State design pattern (Gof) used by this package.
DateValue(Calendar) - Constructor for class org.apache.jackrabbit.rmi.value.DateValue
Creates an instance for the given Calendar value.
DateValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.DateValue
Creates an instance for the given string representation of a Calendar.
DoubleValue - class org.apache.jackrabbit.rmi.value.DoubleValue.
The DoubleValue class implements the committed value state for Double values as a part of the State design pattern (Gof) used by this package.
DoubleValue(double) - Constructor for class org.apache.jackrabbit.rmi.value.DoubleValue
Creates an instance for the given double value.
DoubleValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.DoubleValue
Creates an instance for the given string representation of a double.
doneMerge(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
doneMerge(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.doneMerge(Version) method.
doneMerge(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.doneMerge(Version) method.

E

endDocument() - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
endElement(String, String, String) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
endPrefixMapping(String) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
equals(Object) - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Returns true if obj is either the same as this or a proxy for the same client-side listener, which is identicated by the same listener identifier.
execute() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
execute() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
 
execute() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Exports the XML document view of the specified repository location to the given XML content handler.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Exports the XML document view of the specified repository location to the given output stream.
exportDocumentView(String, boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Exports the identified repository subtree as a document view XML stream.
exportDocumentView(String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Exports the identified repository subtree as a document view XML stream. Note that the entire XML stream is transferred as a single byte array over the network. This may cause problems with large exports. The remote server uses a ByteArrayOutputStream to capture the XML data written by the normal exportDocView method.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Exports the XML system view of the specified repository location to the given XML content handler.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Exports the XML system view of the specified repository location to the given output stream.
exportSystemView(String, boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Exports the identified repository subtree as a system view XML stream.
exportSystemView(String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Exports the identified repository subtree as a system view XML stream. Note that the entire XML stream is transferred as a single byte array over the network. This may cause problems with large exports. The remote server uses a ByteArrayOutputStream to capture the XML data written by the normal exportSysView method.

G

get(long) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Returns the first element from the queue.
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getAccessibleWorkspaceNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getAllNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
getAllNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllVersions() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getAllVersions() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getAllVersions() method.
getAllVersions() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getAllVersions() method.
getAncestor(int) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
getAncestor(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.getAncestor(int) method.
getAncestor(int) - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.getAncestor(int) method.
getAttribute(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getAttribute(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Returns the named attribute.
getAttribute(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Returns the named attribute. Note that only serializable attribute values can be transmitted over the network and that the client should have (or be able to fetch) the object class to access the returned value. Failures to meet these conditions are signalled with RemoteExceptions.
getAttributeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getAttributeNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getAttributeNames() method.
getAttributeNames() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getAttributeNames() method.
getBaseVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getBaseVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getBaseVersion() method.
getBaseVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getBaseVersion() method.
getBoolean() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the boolean value of this property.
getBoolean() - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Always throws a ValueFormatException.
getBoolean() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getBoolean() - Method in class org.apache.jackrabbit.rmi.value.BooleanValue
Returns the boolean value.
getBoolean() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns the string value parsed to a boolean calling the Boolean.valueOf(String) method.
getBufferSize() - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Returns the iterator buffer size.
getChildNodeDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getChildNodeDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getChildNodeDefs() method.
getChildNodeDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getChildNodeDefs() method.
getColumnNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
getColumnNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
 
getColumnNames() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
getContainingHistory() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
getContainingHistory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
getContainingHistory() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getCorrespondingNodePath(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getCorrespondingNodePath(String) method.
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getCorrespondingNodePath(String) method.
getCreated() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
getCreated() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Remote version of the Version.getCreated() method.
getCreated() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Remote version of the Version.getCreated() method.
getDate() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the date value of this property.
getDate() - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Always throws a ValueFormatException.
getDate() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getDate() - Method in class org.apache.jackrabbit.rmi.value.DateValue
Returns (a copy) of this Calendar value.
getDate() - Method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns a Calendar instance interpreting the double as the time in milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDate() - Method in class org.apache.jackrabbit.rmi.value.LongValue
Returns a Calendar instance interpreting the long as the time in milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDate() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns the string value parsed to a Calendar using the same formatter as the DateValue class.
getDeclaredChildNodeDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getDeclaredChildNodeDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getDeclaredChildNodeDefs() method.
getDeclaredChildNodeDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getDeclaredChildNodeDefs() method.
getDeclaredPropertyDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getDeclaredPropertyDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getDeclaredPropertyDefs() method.
getDeclaredPropertyDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getDeclaredPropertyDefs() method.
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getDeclaredSupertypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaringNodeType() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
getDeclaringNodeType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.getDeclaringNodeType() method.
getDeclaringNodeType() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.getDeclaringNodeType() method.
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
getDefaultPrimaryType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultValues() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
getDefaultValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefaultValues() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getDefinition() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getDefinition() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getDefinition() method.
getDefinition() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getDefinition() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getDefinition() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getDefinition() method.
getDepth() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
getDepth() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.getDepth() method.
getDepth() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.getDepth() method.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptor(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.getDescriptor(String) method.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.getDescriptor(String) method.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptorKeys() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.getDescriptorKeys() method.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.getDescriptorKeys() method.
getDouble() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the double value of this property.
getDouble() - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Always throws a ValueFormatException.
getDouble() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getDouble() - Method in class org.apache.jackrabbit.rmi.value.DateValue
Returns the time represented by this instance as the number of milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDouble() - Method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns the double value.
getDouble() - Method in class org.apache.jackrabbit.rmi.value.LongValue
Returns the value converted to a double.
getDouble() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns the string value parsed to a double calling the Double.valueOf(String) method.
getEvents() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection
Returns the list of events to be sent to the client-side listener identified by RemoteEventCollection.getListenerId().
getEvents() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection
Returns the list of events to be sent to the client-side listener identified by RemoteEventCollection.getListenerId().
getFactory() - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Returns the local adapter factory used to create new adapters.
getFactory() - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Returns the remote adapter factory used to create new adapters.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getIndex() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getIndex() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getIndex() method.
getIndex() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getIndex() method.
getInstance() - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Returns the ValueFactory instance, which currently is a singleton instance of this class.
getItem(Session, RemoteItem) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientItem instance.
getItem(Session, RemoteItem) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Utility method to create a local adapter for a remote item.
getItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getItem(Session, RemoteItem) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote item.
getItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getItem(String) method.
getItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getItem(String) method.
getItemDef(RemoteItemDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientItemDefinition instance.
getItemDef(RemoteItemDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote item definition.
getLanguage() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
getLanguage() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
 
getLanguage() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
getLength() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getLength() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getLength() method.
getLength() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getLength() method.
getLengths() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getLengths() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getLengths() method.
getLengths() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getLengths() method.
getListenerId() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection
Returns unique identifier of the client-side listener to which the enclosed events should be sent.
getListenerId() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection
Returns unique identifier of the client-side listener to which the enclosed events should be sent.
getListeners() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Returns an array of the registered event listeners.
getLock(Node, RemoteLock) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientLock instance.
getLock() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getLock(Node, RemoteLock) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote lock.
getLock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getLock() method.
getLock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getLock() method.
getLockOwner() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
getLockOwner() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.getLockOwner() method.
getLockOwner() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.getLockOwner() method.
getLockToken() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
getLockToken() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.getLockToken() method.
getLockToken() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.getLockToken() method.
getLockTokens() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getLockTokens() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getLockTokens() method.
getLockTokens() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getLockTokens() method.
getLong() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the long value of this property.
getLong() - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Always throws a ValueFormatException.
getLong() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getLong() - Method in class org.apache.jackrabbit.rmi.value.DateValue
Returns the time represented by this instance as the number of milliseconds since the epoch (1.1.1970, 0:00, UTC).
getLong() - Method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns the value converted to a long.
getLong() - Method in class org.apache.jackrabbit.rmi.value.LongValue
Returns the double value.
getLong() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns the string value parsed to a long calling the Long.valueOf(String) method.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
getMixinNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getName() method.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNamespacePrefix(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNamespacePrefixes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNamespacePrefixes() method.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNamespacePrefixes() method.
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientClientNamespaceRegistry instance.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote namespace registry.
getNamespaceRegistry() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNamespaceURI(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNamespaceURI(String) method.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNamespaceURI(String) method.
getNextEvent(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Returns the next event to be dispatched to registered event listeners.
getNextEvent(long) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Returns the next event to be dispatched to registered event listeners. If no event is available, this method blocks until one is available or until the given timeout expires.
getNode(Session, RemoteNode) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientNode instance.
getNode() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Returns the owning node without contacting the remote lock.
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getNode(Session, RemoteNode) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Utility method to create a local adapter for a remote node.
getNode() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the reference value of this property.
getNode(Session, RemoteNode) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node.
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getNode(String) method.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getNode(String) method.
getNodeByUUID(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNodeByUUID(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNodeByUUID(String) method.
getNodeByUUID(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNodeByUUID(String) method.
getNodeDef(RemoteNodeDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientNodeDefinition instance.
getNodeDef(RemoteNodeDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node definition.
getNodeIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientNodeIterator instance.
getNodeIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node iterator.
getNodeType(RemoteNodeType) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientNodeType instance.
getNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
getNodeType(RemoteNodeType) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type.
getNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeTypeArray(RemoteNodeType[]) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Utility method for creating an array of local node type adapters for an array of remote node types.
getNodeTypeIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientNodeTypeIterator instance.
getNodeTypeIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type iterator.
getNodeTypeManager(RemoteNodeTypeManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClienNodeTypeManager instance.
getNodeTypeManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getNodeTypeManager(RemoteNodeTypeManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type manager.
getNodeTypeManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getNodeTypeManager() method.
getNodeTypeManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getNodeTypeManager() method.
getNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getNodes(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
getNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getNodes() method.
getNodes(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getNodes(String) method.
getNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
 
getNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getNodes() method.
getNodes(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getNodes(String) method.
getNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Returns a local adapter for the given remote object.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Creates and returns a local adapter for the given remote property.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Creates and returns a local adapter for the given remote row.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Creates and returns a local adapter for the given remote version.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
JNDI factory method for creating JCR-RMI clients.
getObservationManager(Workspace, RemoteObservationManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientObservationManager instance.
getObservationManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getObservationManager(Workspace, RemoteObservationManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote observation manager.
getObservationManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getObservationManager() method.
getObservationManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getObservationManager() method.
getOnParentVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
getOnParentVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.getOnParentVersion() method.
getOnParentVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.getOnParentVersion() method.
getParent() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
getParent() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.getParent() method.
getParent() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.getParent() method.
getPath() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
getPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Returns the absolute path of the underlying item.
getPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.getPath() method.
getPath() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Returns the absolute path of the underlying item.
getPath() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.getPath() method.
getPosition() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Returns the current position within the iterator.
getPosition() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
getPredecessors() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
getPredecessors() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Remote version of the Version.getPredecessors() method.
getPredecessors() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Remote version of the Version.getPredecessors() method.
getPrefix(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
getPrefix(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefix(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefixes() - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
getPrefixes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrefixes() - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrimaryItem() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getPrimaryItem() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getPrimaryItem() method.
getPrimaryItem() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getPrimaryItem() method.
getPrimaryItemName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getPrimaryItemName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryItemName() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getPrimaryNodeType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
getPrimaryNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getProperties() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getProperties(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getProperties() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getProperties() method.
getProperties(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getProperties(String) method.
getProperties() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getProperties() method.
getProperties(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getProperties(String) method.
getProperty(Session, RemoteProperty) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientProperty instance.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getProperty(Session, RemoteProperty) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property.
getProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getProperty(String) method.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getProperty(String) method.
getPropertyDef(RemotePropertyDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientPropertyDefinition instance.
getPropertyDef(RemotePropertyDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property definition.
getPropertyDefArray(RemotePropertyDefinition[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Utility method for creating an array of local property definition adapters for an array of remote property definitions.
getPropertyDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getPropertyDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getPropertyDefs() method.
getPropertyDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getPropertyDefs() method.
getPropertyIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientPropertyIterator instance.
getPropertyIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property iterator.
getQuery(Session, RemoteQuery) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientQuery instance.
getQuery(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
getQuery(Session, RemoteQuery) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query.
getQuery(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
 
getQuery(String) - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
getQueryManager(Session, RemoteQueryManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientQueryManager instance.
getQueryManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
getQueryManager(Session, RemoteQueryManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query manager.
getQueryManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.getQueryManager() method.
getQueryManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.getQueryManager() method.
getQueryResult(Session, RemoteQueryResult) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientQueryResult instance.
getQueryResult(Session, RemoteQueryResult) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query result.
getReferences() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getReferences() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getReferences() method.
getReferences() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getReferences() method.
getRegisteredEventListeners() - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
getRemoteEvent(long, EventIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local events.
getRemoteEvent(long, EventIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerEventCollection instances.
getRemoteItem(Item) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local item.
getRemoteItem(Item) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerItem instance.
getRemoteItem(Item) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Utility method for creating a remote reference for a local item.
getRemoteItemDefinition(ItemDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local item definition.
getRemoteItemDefinition(ItemDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerItemDefinition instance.
getRemoteLock(Lock) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local lock.
getRemoteLock(Lock) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerLock instance.
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local namespace registry.
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNamespaceRegistry instance.
getRemoteNode(Node) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node.
getRemoteNode(Node) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNode instance.
getRemoteNode(Node) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Utility method for creating a remote reference for a local node.
getRemoteNodeDefinition(NodeDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node definition.
getRemoteNodeDefinition(NodeDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeDefinition instance.
getRemoteNodeIterator(NodeIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node iterator.
getRemoteNodeIterator(NodeIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeIterator instance.
getRemoteNodeType(NodeType) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node type.
getRemoteNodeType(NodeType) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeType instance.
getRemoteNodeTypeArray(NodeType[]) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Utility method for creating an array of remote references for local node types.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node type iterator.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeTypeIterator instance.
getRemoteNodeTypeManager(NodeTypeManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local node type manager.
getRemoteNodeTypeManager(NodeTypeManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeTypeManager instance.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Returns a remote adapter for the given local object.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator
Creates and returns a remote adapter for the given node.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator
Creates and returns a remote adapter for the given node type.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator
Creates and returns a remote adapter for the given property.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator
Creates and returns a remote adapter for the given row.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator
Creates and returns a remote adapter for the given version..
getRemoteObservationManager(ObservationManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local observation manager.
getRemoteObservationManager(ObservationManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerObservationManager instance.
getRemoteProperty(Property) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local property.
getRemoteProperty(Property) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerProperty instance.
getRemotePropertyDefinition(PropertyDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local property definition.
getRemotePropertyDefinition(PropertyDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerPropertyDefinition instance.
getRemotePropertyIterator(PropertyIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local property iterator.
getRemotePropertyIterator(PropertyIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerPropertyIterator instance.
getRemoteQuery(Query) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local query.
getRemoteQuery(Query) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerQuery instance.
getRemoteQueryManager(QueryManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local query manager.
getRemoteQueryManager(QueryManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerQueryManager instance.
getRemoteQueryResult(QueryResult) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local query result.
getRemoteQueryResult(QueryResult) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerQueryResult instance.
getRemoteRepository(Repository) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local repository.
getRemoteRepository(Repository) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerRepository instance.
getRemoteRow(Row) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local query row.
getRemoteRow(Row) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerQueryResult instance.
getRemoteRowIterator(RowIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local row iterator.
getRemoteRowIterator(RowIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerRowIterator instance.
getRemoteSession(Session) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local session.
getRemoteSession(Session) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerSession instance.
getRemoteVersion(Version) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local version.
getRemoteVersion(Version) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerVersion instance.
getRemoteVersionHistory(VersionHistory) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local version history.
getRemoteVersionHistory(VersionHistory) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerVersionHistory instance.
getRemoteVersionIterator(VersionIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local version iterator.
getRemoteVersionIterator(VersionIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerVersionIterator instance.
getRemoteWorkspace(Workspace) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local workspace.
getRemoteWorkspace(Workspace) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerWorkspace instance.
getRepository(RemoteRepository) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientRepository instance.
getRepository(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Returns a client wrapper for a remote content repository.
getRepository() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Returns the current repository without contacting the remote session.
getRepository(RemoteRepository) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote repository.
getRepositoryException(RepositoryException) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Returns a cleaned version of the given exception.
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
getRequiredPrimaryTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredType() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
getRequiredType() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Remote version of the PropertyDefinition.getRequiredType() method.
getRequiredType() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getRequiredType() method.
getRootNode() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getRootNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getRootNode() method.
getRootNode() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getRootNode() method.
getRootVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getRootVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getRootVersion() method.
getRootVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getRootVersion() method.
getRow(RemoteRow) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientRow instance.
getRow(RemoteRow) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query row.
getRowIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientRowIterator instance.
getRowIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote row iterator.
getRows() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
getRows() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
 
getRows() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
getSession(Repository, RemoteSession) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientSession instance.
getSession() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Returns the current session without contacting the remote item.
getSession() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Returns the current session without contacting the remote workspace.
getSession(Repository, RemoteSession) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote session.
getSize() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Returns the size (the total number of elements) of this iteration.
getSize() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
getSize() - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Returns the size of the iterator.
getSize() - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Returns the cached size of the iterator.
getSize() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Returns the size of the iteration, or -1 if the size is unknown.
getSize() - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Returns the size of the iterator.
getStatement() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
getStatement() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
 
getStatement() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
getStoredQueryPath() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
getStoredQueryPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
 
getStoredQueryPath() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
getStream() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the binary value of this property.
getStream() - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Always throws IllegalStateException because only non-stream getters are available from this implementation.
getStream() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Returns the InputStream from which this instance has been created.
getString() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the string value of this property.
getString() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getString() - Method in class org.apache.jackrabbit.rmi.value.BooleanValue
Returns the boolean as a string converted by the Boolean.toString(boolean).
getString() - Method in class org.apache.jackrabbit.rmi.value.DateValue
Returns the string represented of this Calendar value formatted using a SimpleDateFormatter with the pattern yyyy-MM-dd'T'HH:mm:ss'Z'.
getString() - Method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns the double as a string converted by the Double.toString(double).
getString() - Method in class org.apache.jackrabbit.rmi.value.LongValue
Returns the long as a string converted by the Long.toString(long).
getString() - Method in class org.apache.jackrabbit.rmi.value.NameValue
Returns the string representation of the Name value.
getString() - Method in class org.apache.jackrabbit.rmi.value.PathValue
Returns the string representation of the path value.
getString() - Method in class org.apache.jackrabbit.rmi.value.ReferenceValue
Returns the string representation of the reference value.
getString() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns the string value.
getSuccessors() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
getSuccessors() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Remote version of the Version.getSuccessors() method.
getSuccessors() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Remote version of the Version.getSuccessors() method.
getSupertypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
getSupertypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.getSupertypes() method.
getSupertypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.getSupertypes() method.
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
 
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
getType() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Returns the event type.
getType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getType() method.
getType() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Returns the event type.
getType() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getType() method.
getType() - Method in class org.apache.jackrabbit.rmi.value.BinaryValue
Returns PropertyType.BINARY.
getType() - Method in class org.apache.jackrabbit.rmi.value.BooleanValue
Returns PropertyType.BOOLEAN.
getType() - Method in class org.apache.jackrabbit.rmi.value.DateValue
Returns PropertyType.DATE.
getType() - Method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns PropertyType.DOUBLE.
getType() - Method in class org.apache.jackrabbit.rmi.value.LongValue
Returns PropertyType.LONG.
getType() - Method in class org.apache.jackrabbit.rmi.value.NameValue
Returns PropertyType.NAME.
getType() - Method in class org.apache.jackrabbit.rmi.value.PathValue
Returns PropertyType.PATH.
getType() - Method in class org.apache.jackrabbit.rmi.value.ReferenceValue
Returns PropertyType.REFERENCE.
getType() - Method in class org.apache.jackrabbit.rmi.value.StringValue
Returns PropertyType.STRING.
getURI(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
getURI(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getURI(String) method.
getURI(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getURI(String) method.
getURIs() - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
getURIs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry,getURIs() method.
getURIs() - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry,getURIs() method.
getUUID() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getUUID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getUUID() method.
getUUID() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getUUID() method.
getUserID() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getUserID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Returns the userID of the session causing this event.
getUserID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getUserID() method.
getUserID() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Returns the userID of the session causing this event.
getUserID() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getUserID() method.
getValue() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
getValue() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getValue() method.
getValue(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
 
getValue() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getValue() method.
getValue(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRow
getValueConstraints() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
getValueConstraints() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueConstraints() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueFactory() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Returns the SerialValueFactory.getInstance().
getValueFormatException(String) - Method in class org.apache.jackrabbit.rmi.value.BaseNonStreamValue
Returns a ValueFormatException with a message indicating what kind of type conversion is not supported.
getValues() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getValues() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
getValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.getValues() method.
getValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
 
getValues() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.getValues() method.
getValues() - Method in class org.apache.jackrabbit.rmi.server.ServerRow
getVersion(Session, RemoteVersion) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientVersion instance.
getVersion(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getVersion(Session, RemoteVersion) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version.
getVersion(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersion(String) method.
getVersion(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getVersion(String) method.
getVersionByLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getVersionByLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByUUID(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Returns the Version instance for the given UUID.
getVersionHistory(Session, RemoteVersionHistory) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientVersionHistory instance.
getVersionHistory() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getVersionHistory(Session, RemoteVersionHistory) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version history.
getVersionHistory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getVersionHistory() method.
getVersionHistory() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getVersionHistory() method.
getVersionIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientVersionIterator instance.
getVersionIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version iterator.
getVersionLabels() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getVersionLabels(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getVersionLabels() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionLabels(Version) method.
getVersionLabels() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionLabels(Version) method.
getVersionableUUID() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
getVersionableUUID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionableUUID() VersionHistory.getVersionableUUID()} method.
getVersionableUUID() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionableUUID() VersionHistory.getVersionableUUID()} method.
getWorkspace(Session, RemoteWorkspace) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Creates and returns a ClientWorkspace instance.
getWorkspace() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getWorkspace(Session, RemoteWorkspace) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote workspace.
getWorkspace() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getWorkspace() method.
getWorkspace() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getWorkspace() method.

H

hasNext() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Checks if there are more elements in this iteration.
hasNext() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
hasNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
hasNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.hasNode(String) method.
hasNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.hasNode(String) method.
hasNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
hasNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.hasNodes() method.
hasNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.hasNodes() method.
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
hasOrderableChildNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.hasOrderableChildNodes() method.
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.hasOrderableChildNodes() method.
hasPendingChanges() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
hasPendingChanges() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.hasPendingChanges() method.
hasPendingChanges() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.hasPendingChanges() method.
hasProperties() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
hasProperties() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.hasProperties() method.
hasProperties() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.hasProperties() method.
hasProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
hasProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.hasProperty() method.
hasProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.hasProperty() method.
hasVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
hasVersionLabel(Version, String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
hasVersionLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the hasVersionLabel(Version, String) method.
hasVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the hasVersionLabel(Version, String) method.
hashCode() - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Returns the client-side listener identifier as its hash code.
holdsLock() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
holdsLock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.holdsLock() method.
holdsLock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.holdsLock() method.

I

ImportContentHandler - class org.apache.jackrabbit.rmi.xml.ImportContentHandler.
Base class for a SAX content handler for importing XML data.
ImportContentHandler() - Constructor for class org.apache.jackrabbit.rmi.xml.ImportContentHandler
Creates a SAX content handler for importing XML data.
ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
impersonate(Credentials) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
impersonate(Credentials) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.impersonate(Credentials) method.
impersonate(Credentials) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.impersonate(Credentials) method.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
importXML(String, byte[], int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Imports the system or document view XML data into a subtree of the identified node.
importXML(String, byte[], int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.importXML(String,InputStream,int) method.
importXML(String, byte[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Imports the system or document view XML data into a subtree of the identified node. Note that the entire XML stream is transferred as a single byte array over the network. This may cause problems with large XML streams. The remote server will wrap the XML data into a ByteArrayInputStream and feed it to the normal importXML method.
importXML(String, byte[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.importXML(String,InputStream,int) method.
importXML(byte[]) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
Imports the given XML data.
importXML(byte[]) - Method in class org.apache.jackrabbit.rmi.xml.SessionImportContentHandler
Imports the serialized XML stream using the standard Session.importXML(String, InputStream, int) method.
importXML(byte[]) - Method in class org.apache.jackrabbit.rmi.xml.WorkspaceImportContentHandler
Imports the serialized XML stream using the standard Workspace.importXML(String, InputStream, int) method.
isAutoCreated() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
isAutoCreated() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.isAutoCreate() method.
isAutoCreated() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.isAutoCreate() method.
isCheckedOut() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
isCheckedOut() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.isCheckedOut() method.
isCheckedOut() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.isCheckedOut() method.
isDeep() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
isDeep() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.isDeep() method.
isDeep() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.isDeep() method.
isLive() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
isLive() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
isLive() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.isLive() method.
isLive() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.isLive() method.
isLive() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.isLive() method.
isLive() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.isLive() method.
isLocked() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
isLocked() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.isLocked() method.
isLocked() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.isLocked() method.
isMandatory() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
isMandatory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.isMandatory() method.
isMandatory() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.isMandatory() method.
isMixin() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
isMixin() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.isMixin() method.
isMixin() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.isMixin() method.
isModified() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
isModified() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.isModified() method.
isModified() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.isModified() method.
isMultiple() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
isMultiple() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Remote version of the PropertyDefinition.isMultiple() method.
isMultiple() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.isMultiple() method.
isNew() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
isNew() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.isNew() method.
isNew() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.isNew() method.
isNode() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Returns false by default without contacting the remote item.
isNode() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Returns true without contacting the remote node.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
isNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Remote version of the NodeType.isNodeType(String) method.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Remote version of the NodeType.isNodeType(String) method.
isProtected() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
isProtected() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Remote version of the ItemDef.isProtected() method.
isProtected() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Remote version of the ItemDef.isProtected() method.
isSame(Item) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Checks whether this instance represents the same repository item as the given other instance.
isSessionScoped() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
isSessionScoped() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
isSessionScoped() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
itemExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
itemExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.itemExists(String) method.
itemExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.itemExists(String) method.

L

LocalAdapterFactory - interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory.
Factory interface for creating local adapters for remote references.
LongValue - class org.apache.jackrabbit.rmi.value.LongValue.
The LongValue class implements the committed value state for Long values as a part of the State design pattern (Gof) used by this package.
LongValue(long) - Constructor for class org.apache.jackrabbit.rmi.value.LongValue
Creates an instance for the given long value.
LongValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.LongValue
Creates an instance for the given string representation of a long.
lock(boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
lock(boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.lock(boolean,boolean) method.
lock(boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.lock(boolean,boolean) method.
login() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
login(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
login() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.login(} method.
login(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.login(String} method.
login(Credentials) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.login(Credentials} method.
login(Credentials, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Remote version of the Repository.login(Credentials,String} method.
login() - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.login(} method.
login(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.login(String} method.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.login(Credentials} method.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.login(Credentials,String} method.
logout() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
logout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.logout() method.
logout() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.logout() method.

M

makeSerialValue(Value) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Utility method for decorating a value.
makeSerialValueArray(Value[]) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Utility method for decorating an array of values.
merge(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
merge(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.merge(String,boolean) method.
merge(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.merge(String,boolean) method.
move(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
move(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
move(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.move(String,String) method.
move(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Remote version of the Workspace.move(String,String) method.
move(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.move(String,String) method.
move(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.move(String,String) method.

N

NameValue - class org.apache.jackrabbit.rmi.value.NameValue.
The NameValue class implements the committed value state for Name values as a part of the State design pattern (Gof) used by this package.
NameValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.NameValue
Creates an instance for the given name value.
next() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Returns the next element in this iteration.
next() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
nextEvent() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayEventIterator
nextEventListener() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator
nextNode() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Returns the next node in this iteration.
nextNodeType() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Returns the next node type in this iteration.
nextObjects() - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Returns the underlying array.
nextObjects() - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Returns the currently buffered elements and fills in the buffer with next elements.
nextObjects() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Returns an array of remote references to the next elements in this iterator.
nextObjects() - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Returns an array of remote references to the next elements in this iteration.
nextProperty() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Returns the next property in this iteration.
nextRow() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Returns the next row in this iteration.
nextVersion() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Returns the next version in this iteration.

O

onEvent(EventIterator) - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Converts the Event instances in the given iterator to an instance of RemoteEventCollection for them to be dispatched to the client-side event listener.
optimizeIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Optimizes the given remote iterator for transmission across the network.
orderBefore(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
orderBefore(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.orderBefore(String,String) method.
orderBefore(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.orderBefore(String,String) method.
org.apache.jackrabbit.rmi.client - package org.apache.jackrabbit.rmi.client
Client implementation of the transparent JCR-RMI layer.
org.apache.jackrabbit.rmi.client.iterator - package org.apache.jackrabbit.rmi.client.iterator
Local adapters for remote iterators.
org.apache.jackrabbit.rmi.iterator - package org.apache.jackrabbit.rmi.iterator
Utility classes for implementing JCR iterators based on static arrays.
org.apache.jackrabbit.rmi.observation - package org.apache.jackrabbit.rmi.observation
Helper class used by the observation manager classes.
org.apache.jackrabbit.rmi.remote - package org.apache.jackrabbit.rmi.remote
Remote interfaces of the transparent JCR-RMI layer.
org.apache.jackrabbit.rmi.server - package org.apache.jackrabbit.rmi.server
Server implementation of the transparent JCR-RMI layer.
org.apache.jackrabbit.rmi.server.iterator - package org.apache.jackrabbit.rmi.server.iterator
Remote adapters for local iterators.
org.apache.jackrabbit.rmi.value - package org.apache.jackrabbit.rmi.value
Serializable implementation of the JCR Value interfaces.
org.apache.jackrabbit.rmi.xml - package org.apache.jackrabbit.rmi.xml
Utility classes for importing SAX event streams.

P

PathValue - class org.apache.jackrabbit.rmi.value.PathValue.
The PathValue class implements the committed value state for Path values as a part of the State design pattern (Gof) used by this package.
PathValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.PathValue
Creates an instance for the given path value.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
put(Object) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Appends the given object to the end of the queue.

Q

Queue - class org.apache.jackrabbit.rmi.observation.Queue.
The Queue class is a very simple queue assuming that there is at least one consumer and potentially multiple producers.
Queue() - Constructor for class org.apache.jackrabbit.rmi.observation.Queue
Creates an instance of this queue.

R

ReferenceValue - class org.apache.jackrabbit.rmi.value.ReferenceValue.
The ReferenceValue class implements the committed value state for Reference values as a part of the State design pattern (Gof) used by this package.
ReferenceValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.ReferenceValue
Creates an instance for the given reference value.
RemoteAdapterFactory - interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory.
Factory interface for creating remote adapters for local resources.
RemoteEventCollection - interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.
The RemoteEventCollection class serves as a container for notifications sent to registered event listeners.
RemoteEventCollection.RemoteEvent - interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent.
The RemoteEvent class provides an encapsulation of single events in an event list sent to a registered listener.
RemoteItem - interface org.apache.jackrabbit.rmi.remote.RemoteItem.
Remote version of the JCR Item interface.
RemoteItemDefinition - interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition.
Remote version of the JCR ItemDef interface.
RemoteIterator - interface org.apache.jackrabbit.rmi.remote.RemoteIterator.
Remote version of the JCR RangeIterator interface.
RemoteLock - interface org.apache.jackrabbit.rmi.remote.RemoteLock.
Remote version of the JCR Lock interface.
RemoteNamespaceRegistry - interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry.
Remote version of the JCR NamespaceRegistry interface.
RemoteNode - interface org.apache.jackrabbit.rmi.remote.RemoteNode.
Remote version of the JCR Node interface.
RemoteNodeDefinition - interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition.
Remote version of the JCR NodeDefinition interface.
RemoteNodeType - interface org.apache.jackrabbit.rmi.remote.RemoteNodeType.
Remote version of the JCR NodeType interface.
RemoteNodeTypeManager - interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager.
Remote version of the JCR NodeTypeManager interface.
RemoteObservationManager - interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager.
Remote version of the JCR ObservationManager interface.
RemoteProperty - interface org.apache.jackrabbit.rmi.remote.RemoteProperty.
Remote version of the JCR Property interface.
RemotePropertyDefinition - interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition.
Remote version of the JCR PropertyDefinition interface.
RemoteQuery - interface org.apache.jackrabbit.rmi.remote.RemoteQuery.
Remote version of the JCR Query interface.
RemoteQueryManager - interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager.
Remote version of the JCR QueryManager interface.
RemoteQueryResult - interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult.
Remote version of the JCR QueryResult interface.
RemoteRepository - interface org.apache.jackrabbit.rmi.remote.RemoteRepository.
Remote version of the JCR Repository interface.
RemoteRepositoryException - exception org.apache.jackrabbit.rmi.client.RemoteRepositoryException.
JCR-RMI remote exception.
RemoteRepositoryException(RemoteException) - Constructor for class org.apache.jackrabbit.rmi.client.RemoteRepositoryException
Creates a RemoteRepositoryException based on the given RemoteException.
RemoteRow - interface org.apache.jackrabbit.rmi.remote.RemoteRow.
Remote version of the JCR Row interface.
RemoteRuntimeException - exception org.apache.jackrabbit.rmi.client.RemoteRuntimeException.
JCR-RMI remote runtime exception.
RemoteRuntimeException(RemoteException) - Constructor for class org.apache.jackrabbit.rmi.client.RemoteRuntimeException
Creates a RemoteRuntimeException based on the given RemoteException.
RemoteSession - interface org.apache.jackrabbit.rmi.remote.RemoteSession.
Remote version of the JCR Session interface.
RemoteVersion - interface org.apache.jackrabbit.rmi.remote.RemoteVersion.
Remote version of the JCR Version interface.
RemoteVersionHistory - interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory.
Remote version of the JC VersionHistory interface.
RemoteWorkspace - interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace.
Remote version of the JCR Workspace interface.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
refresh() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
refresh(boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.refresh(boolean) method.
refresh() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.refresh() method.
refresh(boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.refresh(boolean) method.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.refresh(boolean) method.
refresh() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.refresh() method.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.refresh(boolean) method.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
registerNamespace(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.registerNamespace(String,String) method.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.registerNamespace(String,String) method.
remove() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
remove() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Not supported.
remove() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
remove() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.remove() method.
remove() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.remove() method.
removeEventListener(EventListener) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
removeEventListener(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Remote version of the ObservationManager.removeEventListener() method.
removeEventListener(long) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Remote version of the ObservationManager.removeEventListener() method. See class comment for an explanation on how the listenerId is used.
removeListener(EventListener) - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Unregisters the given local listener from this instance and returns the unique identifier assigned to it.
removeLockToken(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
removeLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.removeLockToken(String) method.
removeLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.removeLockToken(String) method.
removeMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
removeMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.removeMixin(String) method.
removeMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.removeMixin(String) method.
removeVersion(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
removeVersion(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.removeVersion(String) method.
removeVersion(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.removeVersion(String) method.
removeVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
removeVersionLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Remote version of the VersionHistory.removeVersionLabel(String) method.
removeVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Remote version of the VersionHistory.removeVersionLabel(String) method.
restore(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
restore(Version, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
restore(Version, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
restore(Version[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
restore(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.restore(String,boolean) method.
restore(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.restore(Version,String,boolean) method.
restore(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.restore(String,boolean) method.
restore(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.restore(Version,String,boolean) method.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
restoreByLabel(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByUUID(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.restore(Version,boolean) method.
restoreByUUID(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.restore(Version,boolean) method.

This method has been rename to prevent a naming clash with RemoteNode.restore(String, boolean).

run() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Checks for remote events and dispatches them to the locally registered event listeners.

S

SerialValueFactory - class org.apache.jackrabbit.rmi.value.SerialValueFactory.
The SerialValueFactory class is used in the RMI infrastructure to create serializable Value instances on the client side.
SerialValueFactory() - Constructor for class org.apache.jackrabbit.rmi.value.SerialValueFactory
Default constructor only visible to extensions of this class.
ServerAdapterFactory - class org.apache.jackrabbit.rmi.server.ServerAdapterFactory.
Default implementation of the RemoteAdapterFactory interface.
ServerAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a server adapter factory with the default iterator buffer size.
ServerEventCollection - class org.apache.jackrabbit.rmi.server.ServerEventCollection.
The ServerEventCollection class implemnts the RemoteEventCollectionevent to actually sent the server-side event to the client.
ServerEventCollection.ServerEvent - class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent.
Server side implementation of the RemoteEvent interface.
ServerEventListenerProxy - class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy.
The ServerEventListenerProxy class is the server-side event listener proxy registered on behalf of a client-side event listener identified with the unique identifier.
ServerEventListenerProxy(RemoteAdapterFactory, long, Queue) - Constructor for class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Creates a new instance of this listener proxy.
ServerItem - class org.apache.jackrabbit.rmi.server.ServerItem.
Remote adapter for the JCR Item interface.
ServerItem(Item, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerItem
Creates a remote adapter for the given local item.
ServerItemDefinition - class org.apache.jackrabbit.rmi.server.ServerItemDefinition.
Remote adapter for the JCR ItemDefinition interface.
ServerItemDefinition(ItemDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Creates a remote adapter for the given local item definition.
ServerIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerIterator.
Remote adapter for the JCR RangeIterator interface.
ServerIterator(RangeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Creates a remote adapter for the given local item.
ServerLock - class org.apache.jackrabbit.rmi.server.ServerLock.
Remote adapter for the JCR Lock interface.
ServerLock(Lock) - Constructor for class org.apache.jackrabbit.rmi.server.ServerLock
Creates a remote adapter for the given local lock.
ServerNamespaceRegistry - class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry.
Remote adapter for the JCR NamespaceRegistry interface.
ServerNamespaceRegistry(NamespaceRegistry, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Creates a remote adapter for the given local namespace registry.
ServerNode - class org.apache.jackrabbit.rmi.server.ServerNode.
Remote adapter for the JCR Node interface.
ServerNode(Node, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNode
Creates a remote adapter for the given local node.
ServerNodeDefinition - class org.apache.jackrabbit.rmi.server.ServerNodeDefinition.
Remote adapter for the JCR NodeDefinition interface.
ServerNodeDefinition(NodeDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Creates a remote adapter for the given local node definition.
ServerNodeIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator.
A ServerIterator for iterating nodes.
ServerNodeIterator(NodeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator
Creates a ServerNodeIterator instance.
ServerNodeType - class org.apache.jackrabbit.rmi.server.ServerNodeType.
Remote adapter for the JCR NodeType interface.
ServerNodeType(NodeType, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeType
Creates a remote adapter for the given local node type.
ServerNodeTypeIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator.
A ServerIterator for iterating node types.
ServerNodeTypeIterator(NodeTypeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator
Creates a ServerNodeTypeIterator instance.
ServerNodeTypeManager - class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager.
Remote adapter for the JCR NodeTypeManager interface.
ServerNodeTypeManager(NodeTypeManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Creates a remote adapter for the given local node type manager.
ServerObject - class org.apache.jackrabbit.rmi.server.ServerObject.
Base class for remote adapters.
ServerObject(RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerObject
Creates a basic server adapter that uses the given factory to create new adapters.
ServerObservationManager - class org.apache.jackrabbit.rmi.server.ServerObservationManager.
Remote adapter for the JCR ObservationManager interface.
ServerObservationManager(ObservationManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerObservationManager
Creates a remote adapter for the given local workspace.
ServerProperty - class org.apache.jackrabbit.rmi.server.ServerProperty.
Remote adapter for the JCR Property interface.
ServerProperty(Property, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerProperty
Creates a remote adapter for the given local property.
ServerPropertyDefinition - class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition.
Remote adapter for the JCR PropertyDefinition interface.
ServerPropertyDefinition(PropertyDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Creates a remote adapter for the given local property definition.
ServerPropertyIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator.
A ServerIterator for iterating properties.
ServerPropertyIterator(PropertyIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator
Creates a ServerPropertyIterator instance.
ServerQuery - class org.apache.jackrabbit.rmi.server.ServerQuery.
Remote adapter for the JCR Query interface.
ServerQuery(Query, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQuery
Creates a remote adapter for the given local Query.
ServerQueryManager - class org.apache.jackrabbit.rmi.server.ServerQueryManager.
Remote adapter for the JCR QueryManager interface.
ServerQueryManager(QueryManager, ServerAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQueryManager
Creates a remote adapter for the given local query manager.
ServerQueryResult - class org.apache.jackrabbit.rmi.server.ServerQueryResult.
Remote adapter for the JCR QueryResult interface.
ServerQueryResult(QueryResult, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQueryResult
Creates a remote adapter for the given local QueryResult.
ServerRepository - class org.apache.jackrabbit.rmi.server.ServerRepository.
Remote adapter for the JCR Repository interface.
ServerRepository(Repository, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerRepository
Creates a remote adapter for the given local repository.
ServerRow - class org.apache.jackrabbit.rmi.server.ServerRow.
Remote adapter for the JCR Row interface.
ServerRow(Row, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerRow
Creates a remote adapter for the given local query row.
ServerRowIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator.
A ServerIterator for iterating rows.
ServerRowIterator(RowIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator
Creates a ServerRowIterator instance.
ServerSession - class org.apache.jackrabbit.rmi.server.ServerSession.
Remote adapter for the JCR Session interface.
ServerSession(Session, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerSession
Creates a remote adapter for the given local session.
ServerVersion - class org.apache.jackrabbit.rmi.server.ServerVersion.
Remote adapter for the JCR Version interface.
ServerVersion(Version, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerVersion
Creates a remote adapter for the given local version.
ServerVersionHistory - class org.apache.jackrabbit.rmi.server.ServerVersionHistory.
Remote adapter for the JCR VersionHistory interface.
ServerVersionHistory(VersionHistory, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Creates a remote adapter for the given local version history.
ServerVersionIterator - class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator.
A ServerIterator for iterating versions.
ServerVersionIterator(VersionIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator
Creates a ServerVersionIterator instance.
ServerWorkspace - class org.apache.jackrabbit.rmi.server.ServerWorkspace.
Remote adapter for the JCR Workspace interface.
ServerWorkspace(Workspace, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerWorkspace
Creates a remote adapter for the given local workspace.
SessionImportContentHandler - class org.apache.jackrabbit.rmi.xml.SessionImportContentHandler.
SAX content handler for importing XML data to a JCR Session.
SessionImportContentHandler(Session, String, int) - Constructor for class org.apache.jackrabbit.rmi.xml.SessionImportContentHandler
Creates a SAX content handler for importing XML data to the given session and path.
StatefulValue - interface org.apache.jackrabbit.rmi.value.StatefulValue.
The StatefullValue interface defines the API used for the state classes used by the SerialValue class.
StringValue - class org.apache.jackrabbit.rmi.value.StringValue.
The StringValue class implements the committed value state for String values as a part of the State design pattern (Gof) used by this package.
StringValue(String) - Constructor for class org.apache.jackrabbit.rmi.value.StringValue
Creates an instance for the given string value.
save() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
save() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
save() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Remote version of the Item.save() method.
save() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.save() method.
save() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Remote version of the Item.save() method.
save() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.save() method.
setBufferSize(int) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Sets the iterator buffer size.
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
setNamespacePrefix(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.setNamespacePrefix(String,String) method.
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.setNamespacePrefix(String,String) method.
setProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, double) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, long) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Node) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[], int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.setProperty(String,Value[],int) method.
setProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.setProperty(String,Value[],int) method.
setValue(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the boolean value of this property.
setValue(Calendar) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the date value of this property.
setValue(double) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the double value of this property.
setValue(InputStream) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the binary value of this property.
setValue(long) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the long value of this property.
setValue(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the reference value of this property.
setValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the string value of this property.
setValue(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the string values of this property.
setValue(Value) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
setValue(Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
setValue(Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.setValue(Value) method.
setValue(Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Remote version of the Property.setValue(Value[]) method.
setValue(Value) - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.setValue(Value) method.
setValue(Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Remote version of the Property.setValue(Value[]) method.
skip(long) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Skips the given number of elements in this iteration.
skip(long) - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
skip(long) - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Skips the first items elements in the array.
skip(long) - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Skips the given number of elements.
skip(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Skips the given number of elements in this iteration.
skip(long) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Skips the given number of elements.
skippedEntity(String) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
startDocument() - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.rmi.xml.ImportContentHandler
storeAsNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
storeAsNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
 
storeAsNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerQuery

T

terminate() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Indicates to the ClientEventPoll.run() method, that asking for events should be terminated.
toBoolean(String) - Static method in class org.apache.jackrabbit.rmi.value.BooleanValue
Returns the boolean value represented by the string value.
toCalendar(String) - Static method in class org.apache.jackrabbit.rmi.value.DateValue
Returns the string value parsed into a Calendar instance.
toDouble(String) - Static method in class org.apache.jackrabbit.rmi.value.DoubleValue
Returns the double value represented by the string value.
toLong(String) - Static method in class org.apache.jackrabbit.rmi.value.LongValue
Returns the long value represented by the string value.
toName(String) - Static method in class org.apache.jackrabbit.rmi.value.NameValue
Checks whether the string value adheres to the name syntax.
toPath(String) - Static method in class org.apache.jackrabbit.rmi.value.PathValue
Checks whether the string value adheres to the path syntax.
toReference(String) - Static method in class org.apache.jackrabbit.rmi.value.ReferenceValue
Checks whether the string value adheres to the reference syntax.
toStream(String) - Static method in class org.apache.jackrabbit.rmi.value.BinaryValue
Helper method to convert a string value into an InputStream from which the UTF-8 representation can be read.
toString() - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Returns the a string representation of this instance, which is an indication of this class's name and the unique identifier of the real event listener.

U

URL_PARAMETER - Static variable in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
The JNDI parameter name for configuring the RMI URL of a remote repository.
unlock() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
unlock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.unlock() method.
unlock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.unlock() method.
unregisterNamespace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
unregisterNamespace(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
unregisterNamespace(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
update(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
update(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.update(String) method.
update(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.update(String) method.

W

WorkspaceImportContentHandler - class org.apache.jackrabbit.rmi.xml.WorkspaceImportContentHandler.
SAX content handler for importing XML data to a JCR Workspace.
WorkspaceImportContentHandler(Workspace, String, int) - Constructor for class org.apache.jackrabbit.rmi.xml.WorkspaceImportContentHandler
Creates a SAX content handler for importing XML data to the given workspace and path using the given UUID behaviour.

A B C D E G H I L M N O P Q R S T U W

Copyright © 2004-2006 . All Rights Reserved.