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

A

AbstractRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Abstract base class for repository factories that make a remote repository available locally.
AbstractRemoteRepositoryFactory(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Creates a factory for looking up a repository from the given RMI URL.
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.
addAccessControlEntry(Principal, Privilege[]) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
 
addAccessControlEntry(RemotePrincipal, RemotePrivilege[]) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
 
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.
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.
addMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
 
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.
ArrayEventIterator - Class in org.apache.jackrabbit.rmi.iterator
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 in org.apache.jackrabbit.rmi.iterator
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 in org.apache.jackrabbit.rmi.iterator
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 in org.apache.jackrabbit.rmi.remote
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.

B

bindValue(String, Value) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
 
BrokenRemoteRepository - Class in org.apache.jackrabbit.rmi.client
Dummy remote repository instance that throws a RemoteException whenever any method is invoked.
BrokenRemoteRepository(RemoteException) - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Creates a remote repository whose methods throw the given exception.
BrokenRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Creates a remote repository whose methods trow a remote exception with the given message.
BrokenRemoteRepository() - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Creates a remote repository whose methods throw a remote exception.
BufferIterator - Class in org.apache.jackrabbit.rmi.remote
A buffered remote iterator.
BufferIterator(Object[], long, RemoteIterator) - Constructor for class org.apache.jackrabbit.rmi.remote.BufferIterator
Creates a new buffered remote iterator.

C

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.
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.
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.
canRemoveNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
canRemoveProperty(String) - 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 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.
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.
checkPermission(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
ClientAccessControlEntry - Class in org.apache.jackrabbit.rmi.client.security
Local adapter for the JCR-RMI RemoteAccessControlEntry interface.
ClientAccessControlEntry(RemoteAccessControlEntry, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
 
ClientAccessControlList - Class in org.apache.jackrabbit.rmi.client.security
Local adapter for the JCR-RMI RemoteAccessControlList interface.
ClientAccessControlList(RemoteAccessControlList, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
 
ClientAccessControlManager - Class in org.apache.jackrabbit.rmi.client.security
Local adapter for the JCR-RMI RemoteAccessControlManager interface.
ClientAccessControlManager(RemoteAccessControlManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
 
ClientAccessControlPolicy - Class in org.apache.jackrabbit.rmi.client.security
Local adapter for the JCR-RMI RemoteAccessControlPolicy interface.
ClientAccessControlPolicy(RemoteAccessControlPolicy, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicy
 
ClientAccessControlPolicyIterator - Class in org.apache.jackrabbit.rmi.client.security
A ClientIterator for iterating remote access control policies.
ClientAccessControlPolicyIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
 
ClientAdapterFactory - Class in org.apache.jackrabbit.rmi.client
Default implementation of the LocalAdapterFactory interface.
ClientAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
 
ClientEventPoll - Class in org.apache.jackrabbit.rmi.observation
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.
ClientGroup - Class in org.apache.jackrabbit.rmi.client.principal
Local adapter for the JCR-RMI RemoteGroup interface.
ClientGroup(RemotePrincipal, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientGroup
 
ClientItem - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteItem interface.
ClientItem(Session, RemoteItem, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItem
Creates a local adapter for the given remote item.
ClientItemDefinition - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteItemDefinition interface.
ClientItemDefinition(RemoteItemDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Creates a local adapter for the given remote item definition.
ClientIterator - Class in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteLock interface.
ClientLock(Session, RemoteLock, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientLock
Creates a local adapter for the given remote lock.
ClientNamespaceRegistry - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteNamespaceRegistry interface.
ClientNamespaceRegistry(RemoteNamespaceRegistry, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Creates a local adapter for the given remote namespace registry.
ClientNode - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteNode interface.
ClientNode(Session, RemoteNode, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNode
Creates a local adapter for the given remote node.
ClientNodeDefinition - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteNodeDefinition interface.
ClientNodeDefinition(RemoteNodeDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Creates a local adapter for the given remote node definition.
ClientNodeIterator - Class in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteNodeType interface.
ClientNodeType(RemoteNodeType, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeType
Creates a local adapter for the given remote node type.
ClientNodeTypeIterator - Class in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteNodeTypeManager interface.
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 in org.apache.jackrabbit.rmi.client
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 in org.apache.jackrabbit.rmi.client
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.
ClientPrincipal - Class in org.apache.jackrabbit.rmi.client.principal
Local adapter for the JCR-RMI RemotePrincipal interface.
ClientPrincipal(RemotePrincipal) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
 
ClientPrincipalIterator - Class in org.apache.jackrabbit.rmi.client.principal
A ClientIterator for iterating remote principals
ClientPrincipalIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientPrincipalIterator
 
ClientPrivilege - Class in org.apache.jackrabbit.rmi.client.security
Local adapter for the JCR-RMI RemotePrivilege interface.
ClientPrivilege(RemotePrivilege, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
 
ClientProperty - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteProperty interface.
ClientProperty(Session, RemoteProperty, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientProperty
Creates a local adapter for the given remote property.
ClientPropertyDefinition - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemotePropertyDefinition interface.
ClientPropertyDefinition(RemotePropertyDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Creates a local adapter for the given remote property definition.
ClientPropertyIterator - Class in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteQuery interface.
ClientQuery(Session, RemoteQuery, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQuery
Creates a client adapter for the given query.
ClientQueryManager - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteQueryManager interface.
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteQueryResult interface.
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteRepository interface.
ClientRepository(RemoteRepository, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepository
Creates a client adapter for the given remote repository.
ClientRepositoryFactory - Class in org.apache.jackrabbit.rmi.client
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteRow interface.
ClientRow(RemoteRow) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRow
Creates a client adapter for the given remote query row.
ClientRowIterator - Class in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteSession interface.
ClientSession(Repository, RemoteSession, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientSession
Creates a client adapter for the given remote session.
ClientVersion - Class in org.apache.jackrabbit.rmi.client
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 in org.apache.jackrabbit.rmi.client
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 in org.apache.jackrabbit.rmi.client.iterator
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 in org.apache.jackrabbit.rmi.client
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.
ClientXASession - Class in org.apache.jackrabbit.rmi.client
Local adapter for the JCR-RMI RemoteXASession interface.
ClientXASession(Repository, RemoteXASession, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientXASession
Creates a client adapter for the given remote session which is transaction enabled.
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.
commit(Xid, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
commit(Xid, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.commit(Xid, boolean) method.
commit(Xid, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
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.
createBinary(InputStream) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
 
createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
createNodeTypeTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
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
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(BigDecimal) - 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
createValue(Binary) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
 
createValue(Node, boolean) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
 
createWorkspace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
 
createWorkspace(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
 
createWorkspace(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
 
createWorkspace(String, String, String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
createWorkspace(String, String, String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Creates a workspace in the managed repository.
createWorkspace(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
 

D

deleteWorkspace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
 
deleteWorkspace(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
 
deleteWorkspace(String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
 
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

end(Xid, int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
end(Xid, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.end(Xid, int) method.
end(Xid, int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
equals(Object) - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
 
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.
equals(Object) - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
 
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.
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.

F

followLifecycleTransition(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
forget(Xid) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
forget(Xid) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.forget(Xid) method.
forget(Xid) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 

G

get(long) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Returns the first element from the queue.
getAccessControlEntries() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
getAccessControlEntries() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlList
 
getAccessControlEntries() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
 
getAccessControlEntry(RemoteAccessControlEntry) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote access control entry
getAccessControlEntry(RemoteAccessControlEntry[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating an array of local adapter for an array of remote access control entry
getAccessControlEntry(RemoteAccessControlEntry) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote access control entry
getAccessControlEntry(RemoteAccessControlEntry[]) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating an array of local adapter for an array of remote access control entry
getAccessControlManager(RemoteAccessControlManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote access control manager
getAccessControlManager() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
 
getAccessControlManager(RemoteAccessControlManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote access control manager
getAccessControlManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getAccessControlManager() method.
getAccessControlManager() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getAccessControlManager() method.
getAccessControlPolicy(RemoteAccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote access control policy
getAccessControlPolicy(RemoteAccessControlPolicy[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating an array of local adapter for an array of remote access control policies
getAccessControlPolicy(RemoteAccessControlPolicy) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote access control policy
getAccessControlPolicy(RemoteAccessControlPolicy[]) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating an array of local adapter for an array of remote access control policies
getAccessControlPolicyIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote access control policy iterator
getAccessControlPolicyIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote access control policy iterator
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.
getAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
getAggregatePrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
 
getAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
getAllFrozenNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
 
getAllLinearFrozenNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
 
getAllLinearVersions() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
 
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.
getAllowedLifecycleTransistions() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
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.
getApplicablePolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
getApplicablePolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
getApplicablePolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
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.
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.
getAvailableQueryOperators() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
 
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.
getBinary() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the binary value of this property.
getBindVariableNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
 
getBoolean() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the boolean value of this property.
getBranchQualifier() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
 
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.
getDecimal() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the decimal value of this property.
getDeclaredAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
getDeclaredAggregatePrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
 
getDeclaredAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
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.
getDeclaredSubtypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
getDeclaredSupertypeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
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.
getDefaultPrimaryTypeName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
 
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.BrokenRemoteRepository
Throws a RemoteException.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
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.repository.ProxyRepository
Returns the descriptor with the given key from the proxied repository.
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.BrokenRemoteRepository
Throws a RemoteException.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
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.repository.ProxyRepository
Returns the descriptor keys of the proxied repository, or an empty array if the proxied repository can not be accessed.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Remote version of the Repository.getDescriptorKeys() method.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
 
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Returns the value of the descriptor with the given key from the proxied repository.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
 
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Returns the values of the descriptor with the given key from the proxied repository.
getDouble() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Returns the double value of this property.
getEffectivePolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
getEffectivePolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
getEffectivePolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
getEventJournal() - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
 
getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
 
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.
getFormatId() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
 
getFrozenNode() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
 
getGlobalTransactionId() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
 
getIdentifier() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getIdentifier() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getIdentifier() method.
getIdentifier() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getIdentifier() method.
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.
getLinearPredecessor() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
 
getLinearSuccessor() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
 
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.
getLocalAddress() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
getLocalAddress() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
getLocalEnvironment() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
getLocalEnvironment() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
getLock(Session, 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(Session, 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.
getLockManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
 
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.
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 class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
getName() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
getName() - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemotePrincipal
 
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 interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
 
getName() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
 
getName() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
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.
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
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() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
 
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
 
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNode(Session, RemoteNode) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node.
getNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Remote version of the Lock.getNode() method.
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getNode(String) method.
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNode(String) method.
getNode() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Remote version of the Lock.getNode() method.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getNode(String) method.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNode(String) method.
getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
getNodeByIdentifier(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getNodeByIdentifier(String) method.
getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.getNodeByIdentifier(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.
getNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getNodes(String) - 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(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(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
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.
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.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientPrincipalIterator
Returns a local adapter for the given remote object.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
Returns a local adapter for the given remote object.
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 class org.apache.jackrabbit.rmi.client.ClientRow
 
getPath(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
 
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.
getPolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
getPolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
getPolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
getPortNumber() - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns the port number to which the server objects created by this factory are bound.
getPortNumber() - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Returns the port number for server objects.
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.
getPrincipal(RemotePrincipal) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote principal.
getPrincipal(RemotePrincipal) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote principal.
getPrincipal() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
getPrincipal() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlEntry
 
getPrincipal() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
Returns the Principal encapsulated in this instance.
getPrincipal() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
 
getPrincipalIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote principal iterator.
getPrincipalIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote principal iterator.
getPrivilege(RemotePrivilege) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating a local adapter for a remote privilege
getPrivilege(RemotePrivilege[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Factory method for creating an array of local adapter for an array of remote privilege
getPrivilege(RemotePrivilege) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote privilege
getPrivilege(RemotePrivilege[]) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Factory method for creating an array of local adapter for an array of remote privilege
getPrivileges() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
getPrivileges(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
getPrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlEntry
 
getPrivileges(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
getPrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
 
getPrivileges(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
getProperties() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
getProperties(String) - 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(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.
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() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
getProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
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 interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.getProperty(String) method.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getProperty(String) method.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.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.
getQOMFactory() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
 
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(String) - 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(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Remote version of the Node.getReferences(String) method.
getReferences() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getReferences() method.
getReferences(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Remote version of the Node.getReferences(String) method.
getRegisteredEventListeners() - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
getRemoteAccessControlEntry(AccessControlEntry) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlEntry(AccessControlEntry[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemoteAccessControlEntry(AccessControlEntry[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemoteAccessControlManager(AccessControlManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlManager(AccessControlManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerAccessControlManager instance.
getRemoteAccessControlPolicy(AccessControlPolicy) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicy(AccessControlPolicy[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicy(AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemoteAccessControlPolicy(AccessControlPolicy[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Creates a ServerNodeIterator instance.
getRemoteAddress() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
getRemoteAddress() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
getRemoteEnvironment() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
getRemoteEnvironment() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
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..
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator
 
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicyIterator
Creates and returns a remote adapter for the given row.
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.
getRemotePrincipal() - Method in class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
Returns the RemotePrincipal encapsulated in this instance.
getRemotePrincipal(Principal) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemotePrincipal(Principal) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemotePrincipalIterator(Iterator<Principal>) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemotePrincipalIterator(Iterator<Principal>) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemotePrivilege(Privilege) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemotePrivilege(Privilege[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local access control manager.
getRemotePrivilege(Privilege) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
getRemotePrivilege(Privilege[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
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(Session, QueryManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Returns a remote adapter for the given local query manager.
getRemoteQueryManager(Session, 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() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Abstract factory class for getting the remote repository.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Returns the remote repository reference.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepositoryFactory
Looks up a remote repository from JNDI.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.RMIRemoteRepositoryFactory
Looks up a remote repository from the RMI registry.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory
Looks up and returns a remote repository from the configured URL.
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.
getRepository() - Method in class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Returns a local adapter for the remote repository.
getRepository(Map) - Method in class org.apache.jackrabbit.rmi.repository.RmiRepositoryFactory
 
getRepositoryException(RepositoryException) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Returns a cleaned version of the given exception.
getRequiredPrimaryTypeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
 
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.
getRetentionManager() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
 
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
getScore() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
 
getScore(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
 
getSecondsRemaining() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
 
getSelectorNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
 
getSerialValue(Value) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Utility method for decorating a value.
getSerialValues(Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Utility method for preparing an array of values for serialization.
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.
getSharedSet() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
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.
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.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.
getSubtypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
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.
getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
getSupportedPrivileges(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
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
getTransactionTimeout() - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
getTransactionTimeout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.getTransactionTimeout() method.
getTransactionTimeout() - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
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.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.
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.
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.
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.
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().
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.
getVersionableIdentifier() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
 
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.
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.
getVersionManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
 
getWeakReferences() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
getWeakReferences(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
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

hasCapability(String, Object, Object[]) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
 
hashCode() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
 
hashCode() - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Returns the client-side listener identifier as its hash code.
hashCode() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
 
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.
hasNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
hasNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
 
hasNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
 
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.
hasPermission(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
hasPermission(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.hasPermission(String,String) method.
hasPermission(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.hasPermission(String,String) method.
hasPrivileges(String, Privilege[]) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
hasPrivileges(String, String[]) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
hasPrivileges(String, String[]) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
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.
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

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.
importXML(String, byte[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Remote version of the Workspace.importXML(String,InputStream,int) method.
isAbstract() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
isAbstract() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
isAbstract() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
 
isAbstract() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
isAggregate() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
isAggregate() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
 
isAggregate() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
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.
isFullTextSearchable() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
 
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.
isLockOwningSession() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
 
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.
isMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
 
isMember(String) - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemoteGroup
 
isMember(String) - Method in class org.apache.jackrabbit.rmi.server.principal.ServerGroup
 
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.ClientProperty
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.
isQueryable() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
 
isQueryOrderable() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
 
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.
isSameRM(XAResource) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Returns true if the given object is a local adapter that refers to the same remote XA resource.
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.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
 
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Checks whether the given key identifies a valid single-valued descriptor key in the proxied repository.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Returns true if the given key identifies a standard descriptor.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
 
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Returns true if the given key identifies a standard descriptor.
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.

J

JackrabbitClientAdapterFactory - Class in org.apache.jackrabbit.rmi.jackrabbit
Deprecated. Use the normal ClientAdapterFactory instead
JackrabbitClientAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.jackrabbit.JackrabbitClientAdapterFactory
Deprecated.  
JCRServer - Class in org.apache.jackrabbit.rmi.server.jmx
MBean that registers a JCR RMI server through JNDI.
JCRServer() - Constructor for class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
JCRServerMBean - Interface in org.apache.jackrabbit.rmi.server.jmx
 
JNDIRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Proxy for a remote repository bound in JNDI.
JNDIRemoteRepository(LocalAdapterFactory, Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Creates a proxy for a remote repository in JNDI.
JNDIRemoteRepository(Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Creates a proxy for the remote repository in JNDI.
JNDIRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Creates a proxy for the remote repository in JNDI.
JNDIRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Factory that looks up a remote repository from JNDI.
JNDIRemoteRepositoryFactory(LocalAdapterFactory, Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepositoryFactory
Creates a factory for looking up a remote repository from JNDI.

L

LocalAdapterFactory - Interface in org.apache.jackrabbit.rmi.client
Factory interface for creating local adapters for remote references.
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.BrokenRemoteRepository
Throws a RemoteException.
login(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Throws a RemoteException.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Throws a RemoteException.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Throws a RemoteException.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
login() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Calls Repository.login(Credentials, String) with null arguments.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Calls Repository.login(Credentials, String) with the given credentials and a null workspace name.
login(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Calls Repository.login(Credentials, String) with null credentials and the given workspace name.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
login(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
login() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
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(Credentials, String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Logs in to the proxied repository and returns the resulting session.
login() - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Calls Repository.login(Credentials, String) with null arguments.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Calls Repository.login(Credentials, String) with the given credentials and a null workspace name.
login(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Calls Repository.login(Credentials, String) with null credentials and the given workspace name.
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.
makeSerialValueArray(String[]) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Utility method for converting an array of strings to serializable string values.
members() - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
members() - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemoteGroup
 
members() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerGroup
 
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 in org.apache.jackrabbit.rmi.value
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
nextAccessControlPolicy() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
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.
nodeExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
nodeExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.nodeExists(String) method.
nodeExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.nodeExists(String) method.

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.client.principal - package org.apache.jackrabbit.rmi.client.principal
 
org.apache.jackrabbit.rmi.client.security - package org.apache.jackrabbit.rmi.client.security
 
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.jackrabbit - package org.apache.jackrabbit.rmi.jackrabbit
 
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.remote.principal - package org.apache.jackrabbit.rmi.remote.principal
 
org.apache.jackrabbit.rmi.remote.security - package org.apache.jackrabbit.rmi.remote.security
 
org.apache.jackrabbit.rmi.repository - package org.apache.jackrabbit.rmi.repository
 
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.server.jmx - package org.apache.jackrabbit.rmi.server.jmx
 
org.apache.jackrabbit.rmi.server.principal - package org.apache.jackrabbit.rmi.server.principal
 
org.apache.jackrabbit.rmi.server.security - package org.apache.jackrabbit.rmi.server.security
 
org.apache.jackrabbit.rmi.value - package org.apache.jackrabbit.rmi.value
Serializable implementation of the JCR Value interfaces.

P

PathValue - Class in org.apache.jackrabbit.rmi.value
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.
prepare(Xid) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
prepare(Xid) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.prepare(Xid) method.
prepare(Xid) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
privilegeFromName(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
privilegeFromName(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
 
privilegeFromName(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
propertyExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
propertyExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.propertyExists(String) method.
propertyExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.propertyExists(String) method.
ProxyRepository - Class in org.apache.jackrabbit.rmi.repository
Repository that proxies all method calls to another repository.
ProxyRepository(RepositoryFactory) - Constructor for class org.apache.jackrabbit.rmi.repository.ProxyRepository
Creates a proxy for the repository (or repositories) accessible through the given factory.
put(Object) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Appends the given object to the end of the queue.

Q

Queue - Class in org.apache.jackrabbit.rmi.observation
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

recover(int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
recover(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.recover(int) method.
recover(int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
ReferenceValue - Class in org.apache.jackrabbit.rmi.value
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.
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.
registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
remote - Variable in class org.apache.jackrabbit.rmi.client.ClientSession
The adapted remote session.
RemoteAccessControlEntry - Interface in org.apache.jackrabbit.rmi.remote.security
Remote version of the JCR AccessControlEntry interface.
RemoteAccessControlList - Interface in org.apache.jackrabbit.rmi.remote.security
Remote version of the JCR AccessControlList interface.
RemoteAccessControlManager - Interface in org.apache.jackrabbit.rmi.remote.security
Remote version of the JCR AccessControlManager interface.
RemoteAccessControlPolicy - Interface in org.apache.jackrabbit.rmi.remote.security
Remote version of the JCR AccessControlPolicy interface.
RemoteAdapterFactory - Interface in org.apache.jackrabbit.rmi.server
Factory interface for creating remote adapters for local resources.
RemoteEventCollection - Interface in org.apache.jackrabbit.rmi.remote
The RemoteEventCollection class serves as a container for notifications sent to registered event listeners.
RemoteEventCollection.RemoteEvent - Interface in org.apache.jackrabbit.rmi.remote
The RemoteEvent class provides an encapsulation of single events in an event list sent to a registered listener.
RemoteGroup - Interface in org.apache.jackrabbit.rmi.remote.principal
Remote version of the JCR Group interface.
RemoteItem - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Item interface.
RemoteItemDefinition - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR ItemDef interface.
RemoteIterator - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR RangeIterator interface.
RemoteLock - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Lock interface.
RemoteNamespaceRegistry - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR NamespaceRegistry interface.
RemoteNode - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Node interface.
RemoteNodeDefinition - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR NodeDefinition interface.
RemoteNodeType - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR NodeType interface.
RemoteNodeTypeManager - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR NodeTypeManager interface.
RemoteObservationManager - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR ObservationManager interface.
RemotePrincipal - Interface in org.apache.jackrabbit.rmi.remote.principal
Remote version of the JCR Principal interface.
RemotePrivilege - Interface in org.apache.jackrabbit.rmi.remote.security
Remote version of the JCR Privilege interface.
RemoteProperty - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Property interface.
RemotePropertyDefinition - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR PropertyDefinition interface.
RemoteQuery - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Query interface.
RemoteQueryManager - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR QueryManager interface.
RemoteQueryResult - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR QueryResult interface.
RemoteRepository - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Repository interface.
RemoteRepositoryException - Exception in org.apache.jackrabbit.rmi.client
JCR-RMI remote exception.
RemoteRepositoryException(RemoteException) - Constructor for exception org.apache.jackrabbit.rmi.client.RemoteRepositoryException
Creates a RemoteRepositoryException based on the given RemoteException.
RemoteRow - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Row interface.
RemoteRuntimeException - Exception in org.apache.jackrabbit.rmi.client
JCR-RMI remote runtime exception.
RemoteRuntimeException(RemoteException) - Constructor for exception org.apache.jackrabbit.rmi.client.RemoteRuntimeException
Creates a RemoteRuntimeException based on the given RemoteException.
RemoteSession - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Session interface.
RemoteVersion - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Version interface.
RemoteVersionHistory - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JC VersionHistory interface.
RemoteWorkspace - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the JCR Workspace interface.
RemoteXASession - Interface in org.apache.jackrabbit.rmi.remote
Remote version of the org.apache.jackrabbit.api.XASession interface.
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.
removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
 
removeAccessControlEntry(RemoteAccessControlEntry) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
 
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.
removeItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
removeItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Remote version of the Session.removeItem(String) method.
removeItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Remote version of the Session.removeItem(String) method.
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.
removeMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
 
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.
removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
 
removeShare() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
removeSharedSet() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
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.
RMIRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Proxy for a remote repository bound in RMI.
RMIRemoteRepository(LocalAdapterFactory, String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepository
Creates a proxy for the remote repository in the given RMI URL.
RMIRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepository
Creates a proxy for the remote repository in the given RMI URL.
RMIRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Factory that looks up a remote repository from an RMI registry.
RMIRemoteRepositoryFactory(LocalAdapterFactory, String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepositoryFactory
Creates a factory for looking up a remote repository from an RMI registry.
RmiRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
 
RmiRepositoryFactory() - Constructor for class org.apache.jackrabbit.rmi.repository.RmiRepositoryFactory
 
rollback(Xid) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
rollback(Xid) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.rollback(Xid) method.
rollback(Xid) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
run() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Checks for remote events and dispatches them to the locally registered event listeners.

S

SafeClientRepository - Class in org.apache.jackrabbit.rmi.client
A "safe" local adapter for the JCR-RMI RemoteRepository interface.
SafeClientRepository(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.SafeClientRepository
Creates a client adapter for the given remote repository.
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.
SerializableXid - Class in org.apache.jackrabbit.rmi.remote
Serializable Xid.
SerializableXid(Xid) - Constructor for class org.apache.jackrabbit.rmi.remote.SerializableXid
 
SerialValueFactory - Class in org.apache.jackrabbit.rmi.value
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.
ServerAccessControlEntry - Class in org.apache.jackrabbit.rmi.server.security
 
ServerAccessControlEntry(AccessControlEntry, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
 
ServerAccessControlList - Class in org.apache.jackrabbit.rmi.server.security
 
ServerAccessControlList(AccessControlList, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
 
ServerAccessControlManager - Class in org.apache.jackrabbit.rmi.server.security
 
ServerAccessControlManager(AccessControlManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
 
ServerAccessControlPolicy - Class in org.apache.jackrabbit.rmi.server.security
 
ServerAccessControlPolicy(AccessControlPolicy, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicy
 
ServerAccessControlPolicyIterator - Class in org.apache.jackrabbit.rmi.server.security
A ServerIterator for iterating rows.
ServerAccessControlPolicyIterator(AccessControlPolicyIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicyIterator
Creates a ServerRowIterator instance.
ServerAdapterFactory - Class in org.apache.jackrabbit.rmi.server
Default implementation of the RemoteAdapterFactory interface.
ServerAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
 
ServerEventCollection - Class in org.apache.jackrabbit.rmi.server
The ServerEventCollection class implements the RemoteEventCollectionevent to actually sent the server-side event to the client.
ServerEventCollection.ServerEvent - Class in org.apache.jackrabbit.rmi.server
Server side implementation of the RemoteEvent interface.
ServerEventListenerProxy - Class in org.apache.jackrabbit.rmi.observation
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.
ServerGroup - Class in org.apache.jackrabbit.rmi.server.principal
 
ServerGroup(Group, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerGroup
 
ServerItem - Class in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
Remote adapter for the JCR Lock interface.
ServerLock(Lock, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerLock
Creates a remote adapter for the given local lock.
ServerNamespaceRegistry - Class in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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.
ServerPrincipal - Class in org.apache.jackrabbit.rmi.server.principal
 
ServerPrincipal(Principal, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
 
ServerPrincipalIterator - Class in org.apache.jackrabbit.rmi.server.principal
 
ServerPrincipalIterator(Iterator<Principal>, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator
 
ServerPrivilege - Class in org.apache.jackrabbit.rmi.server.security
 
ServerPrivilege(Privilege, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
 
ServerProperty - Class in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
Remote adapter for the JCR QueryManager interface.
ServerQueryManager(Session, QueryManager, ServerAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQueryManager
Creates a remote adapter for the given local query manager.
ServerQueryResult - Class in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server
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 in org.apache.jackrabbit.rmi.server.iterator
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 in org.apache.jackrabbit.rmi.server
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.
ServerXASession - Class in org.apache.jackrabbit.rmi.server
Remote adapter for XA-enabled sessions.
ServerXASession(Session, XAResource, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerXASession
Creates a remote adapter for the given local, transaction enabled, session.
setBufferSize(int) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Sets the iterator buffer size.
setLimit(long) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
 
setLocalAddress(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
setLocalAddress(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
setLocalEnvironment(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
setLocalEnvironment(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
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.
setOffset(long) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
 
setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
 
setPortNumber(int) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Sets the port number for server objects.
setPrimaryType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
 
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, Binary) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
setProperty(String, BigDecimal) - 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.
setRemoteAddress(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
setRemoteAddress(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
setRemoteEnvironment(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
setRemoteEnvironment(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
setTransactionTimeout(int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
setTransactionTimeout(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.setTransactionTimeout(int) method.
setTransactionTimeout(int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
setUserData(String) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
 
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(Binary) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the binary value of this property.
setValue(BigDecimal) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Sets the decimal 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
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.
start(Xid, int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
 
start(Xid, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Remote version of the XAResource.start(Xid, int) method.
start() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
start() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
start(Xid, int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
 
stop() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
 
stop() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
 
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.
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

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.
unregisterNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
 
unregisterNodeTypes(String[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
 
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.
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.
URLRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Proxy for a remote repository accessed via a URL.
URLRemoteRepository(LocalAdapterFactory, URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Creates a proxy for the remote repository at the given URL.
URLRemoteRepository(URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Creates a proxy for the remote repository at the given URL.
URLRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Creates a proxy for the remote repository at the given URL.
URLRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Factory that looks up a remote repository from a given URL.
URLRemoteRepositoryFactory(LocalAdapterFactory, URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory
Creates a factory for looking up a remote repository from a URL.

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

Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.