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

A

AbstractRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Abstract base class for repository factories that make a remote repository available locally. Subclasses need to implement the AbstractRemoteRepositoryFactory.getRemoteRepository() method to actually retrieve the remote repository reference.

AbstractRemoteRepositoryFactory(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Deprecated.
Creates a factory for looking up a repository from the given RMI URL.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
Accepts the visitor to visit this item.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
Calls the ItemVisitor.visit(Node) method of the given visitor.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Calls the ItemVisitor.visit(Property method of the given visitor.
addAccessControlEntry(Principal, Privilege[]) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
Deprecated.
 
addAccessControlEntry(RemotePrincipal, RemotePrivilege[]) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
Deprecated.
 
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Deprecated.
Remote version of the ObservationManager.addEventListener() method.
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Deprecated.
Remote version of the ObservationManager.addEventListener() method.
addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
addListener(EventListener) - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Deprecated.
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.ClientLockManager
Deprecated.
 
addLockToken(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
addLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
addLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.addLockToken(String) method.
addLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
addLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.addLockToken(String) method.
addMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
Deprecated.
 
addMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
addMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.addMixin(String) method.
addMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.addMixin(String) method.
addNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
addNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.addNode(Sring) method.
addNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.addNode(Sring) method.
addNode(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
addNode(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.addNode(String,String) method.
addNode(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.addNode(String,String) method.
addVersionLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
addVersionLabel(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
addVersionLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
allowsSameNameSiblings() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Deprecated.
Remote version of the NodeDef.allowSameNameSibs() method.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Remote version of the NodeDef.allowSameNameSibs() method.
ArrayEventIterator - Class in org.apache.jackrabbit.rmi.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Array implementation of the JCR EventIterator interface. This class is used by the JCR-RMI client adapters to convert node arrays to iterators.

ArrayEventIterator(Event[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayEventIterator
Deprecated.
Creates an iterator for the given array of events.
ArrayEventListenerIterator - Class in org.apache.jackrabbit.rmi.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Array implementation of the JCR EventListenerIterator interface. This class is used by the JCR-RMI client adapters to convert listener arrays to iterators.

ArrayEventListenerIterator(EventListener[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator
Deprecated.
Creates an iterator for the given array of listeners.
ArrayIterator - Class in org.apache.jackrabbit.rmi.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Array implementation of the JCR RangeIterator interface. This class implements the RangeIterator functionality for an underlying array of objects. Used as the base class for the type-specific iterator classes defined in this package.

ArrayIterator - Class in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A simple array-based remote iterator. Used when the iteration is short enough for all the elements to be sent over the network in one go.

ArrayIterator(Object[]) - Constructor for class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
Creates an iterator for the given array of objects.
ArrayIterator(Object[]) - Constructor for class org.apache.jackrabbit.rmi.remote.ArrayIterator
Deprecated.
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
Deprecated.
bindValue(String, Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
bindValue(String, Value) - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
BrokenRemoteRepository - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Dummy remote repository instance that throws a RemoteException whenever any method is invoked. Used as a sentinel object by the SafeClientRepository class.

BrokenRemoteRepository() - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Creates a remote repository whose methods throw a remote exception.
BrokenRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Creates a remote repository whose methods trow a remote exception with the given message.
BrokenRemoteRepository(RemoteException) - Constructor for class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Creates a remote repository whose methods throw the given exception.
BufferIterator - Class in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A buffered remote iterator. Used to transfer a remote iterator reference along with a buffer of the first few iterator elements in one network transmission.

BufferIterator(Object[], long, RemoteIterator) - Constructor for class org.apache.jackrabbit.rmi.remote.BufferIterator
Deprecated.
Creates a new buffered remote iterator.

C

canAddChildNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canAddChildNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canAddChildNode(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
canAddMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.canAddMixin(String) method.
canAddMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.canAddMixin(String) method.
cancelMerge(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.cancelMerge(Version) method.
cancelMerge(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.cancelMerge(Version) method.
cancelMerge(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
cancelMerge(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
cancelMerge(String, Version) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
cancelMerge(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
canRemoveItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canRemoveItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canRemoveItem(String) method.
canRemoveItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canRemoveItem(String) method.
canRemoveNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canRemoveNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canRemoveNode() method.
canRemoveNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canRemoveNode() method.
canRemoveProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canRemoveProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canRemoveProperty() method.
canRemoveProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canRemoveProperty() method.
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canSetProperty(String, Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
canSetProperty(String, Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.canSetProperty(String,Value[]) method.
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.canSetProperty(String,Value[]) method.
checkin() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
checkin() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.checkin() method.
checkin() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.checkin() method.
checkin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
checkin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
Remote version of the VersionManager.checkin(String) method.
checkin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
checkout() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
checkout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.checkout() method.
checkout() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.checkout() method.
checkout(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
checkout(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
Remote version of the VersionManager.checkout(String) method.
checkout(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
checkPermission(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
checkpoint(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
checkpoint(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
Remote version of the VersionManager.checkpoint(String) method.
checkpoint(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
ClientAccessControlEntry - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteAccessControlEntry interface. This class makes a remote AccessControlEntry locally available using the JCR AccessControlEntry interface.

ClientAccessControlEntry(RemoteAccessControlEntry, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
Deprecated.
 
ClientAccessControlList - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteAccessControlList interface. This class makes a remote AccessControlList locally available using the JCR AccessControlList interface.

ClientAccessControlList(RemoteAccessControlList, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
Deprecated.
 
ClientAccessControlManager - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteAccessControlManager interface. This class makes a remote AccessControlManager locally available using the JCR AccessControlManager interface.

ClientAccessControlManager(RemoteAccessControlManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
 
ClientAccessControlPolicy - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteAccessControlPolicy interface. This class makes a remote AccessControlPolicy locally available using the JCR AccessControlPolicy interface.

ClientAccessControlPolicy(RemoteAccessControlPolicy, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicy
Deprecated.
 
ClientAccessControlPolicyIterator - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote access control policies.

ClientAccessControlPolicyIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
Deprecated.
 
ClientAdapterFactory - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Default implementation of the LocalAdapterFactory interface. This factory uses the client adapters defined in this package as the default adapter implementations. Subclasses can easily override or extend the default adapters by implementing the corresponding factory methods.

ClientAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
 
ClientEventPoll - Class in org.apache.jackrabbit.rmi.observation
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The ClientEventPoll class is the registry for client-side event listeners on behalf of the ClientObservationManager class. In addition this class extends the java.lang.Thread class able to be run in a separate thread to constantly poll the server-side observation manager for new events.

Notes:

  1. Only one instance of this class should be instantiated for each instance of a RemoteObservationManager class.
  2. EventListeners registered with this class must properly implement the Object.hashCode() and Object.equals() contracts for them to be handled correctly by this class.
ClientEventPoll(RemoteObservationManager, Session) - Constructor for class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Deprecated.
Creates an instance of this class talking to the given RemoteObservationManager.
ClientGroup - Class in org.apache.jackrabbit.rmi.client.principal
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteGroup interface.

ClientGroup(RemotePrincipal, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientGroup
Deprecated.
 
ClientItem - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteItem interface. This class makes a remote item locally available using the JCR Item interface. Used mainly as the base class for the ClientProperty and ClientNode adapters.

ClientItem(Session, RemoteItem, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
Creates a local adapter for the given remote item.
ClientItemDefinition - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteItemDefinition interface. This class makes a remote item definition locally available using the JCR ItemDef interface. Used mainly as the base class for the ClientPropertyDefinition and ClientNodeDefinition adapters.

ClientItemDefinition(RemoteItemDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
Creates a local adapter for the given remote item definition.
ClientIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A buffering local adapter for the JCR-RMI RemoteIterator interface. This class makes the remote iterator locally available using the JCR RangeIterator interface. The element arrays returned by the remote iterator are buffered locally.

See the subclasses for type-specific versions of this abstract class.

ClientIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Creates a local adapter for the given remote iterator.
ClientLock - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteLock interface. This class makes a remote lock locally available using the JCR Lock interface.

ClientLock(Session, RemoteLock, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
Creates a local adapter for the given remote lock.
ClientLockManager - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
ClientLockManager(Session, RemoteLockManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
ClientNamespaceRegistry - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteNamespaceRegistry interface. This class makes a remote namespace registry locally available using the JCR NamespaceRegistry interface.

ClientNamespaceRegistry(RemoteNamespaceRegistry, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
Creates a local adapter for the given remote namespace registry.
ClientNode - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteNode interface. This class makes a remote node locally available using the JCR Node interface.

ClientNode(Session, RemoteNode, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
Creates a local adapter for the given remote node.
ClientNodeDefinition - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteNodeDefinition interface. This class makes a remote node definition locally available using the JCR NodeDef interface.

ClientNodeDefinition(RemoteNodeDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
Creates a local adapter for the given remote node definition.
ClientNodeIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote nodes.

ClientNodeIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Deprecated.
Creates a ClientNodeIterator instance.
ClientNodeType - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteNodeType interface. This class makes a remote node type locally available using the JCR NodeType interface.

ClientNodeType(RemoteNodeType, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
Creates a local adapter for the given remote node type.
ClientNodeTypeIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote node types.

ClientNodeTypeIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Deprecated.
Creates a ClientNodeTypeIterator instance.
ClientNodeTypeManager - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteNodeTypeManager interface. This class makes a remote node type manager locally available using the JCR NodeTypeManager interface.

ClientNodeTypeManager(RemoteNodeTypeManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
Creates a local adapter for the given remote node type manager.
ClientObject - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Base class for client adapter objects. The only purpose of this class is to centralize the handling of the local adapter factory used by the client adapters to instantiate new adapters.

ClientObject(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientObject
Deprecated.
Creates a basic client adapter that uses the given factory to create new adapters.
ClientObservationManager - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The ClientObservationManager class

This class uses an instance of the ClientEventPoll class for the actual registration and event dispatching.

This class does not require the LocalAdapterFactory and consequently calls the base class constructor with a null factory.

See the observation package comment for a description on how event listener registration and notification is implemented.

ClientObservationManager(Workspace, RemoteObservationManager) - Constructor for class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
Creates an instance of this class talking to the given remote observation manager.
ClientPrincipal - Class in org.apache.jackrabbit.rmi.client.principal
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemotePrincipal interface. This class makes a remote principal locally available using the Java Principal interface.

ClientPrincipal(RemotePrincipal) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
Deprecated.
 
ClientPrincipalIterator - Class in org.apache.jackrabbit.rmi.client.principal
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote principals

ClientPrincipalIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.principal.ClientPrincipalIterator
Deprecated.
 
ClientPrivilege - Class in org.apache.jackrabbit.rmi.client.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemotePrivilege interface. This class makes a remote Privilege locally available using the JCR Privilege interface.

ClientPrivilege(RemotePrivilege, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
 
ClientProperty - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteProperty interface. This class makes a remote property locally available using the JCR Property interface.

ClientProperty(Session, RemoteProperty, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Creates a local adapter for the given remote property.
ClientPropertyDefinition - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemotePropertyDefinition interface. This class makes a remote property definition locally available using the JCR PropertyDef interface.

ClientPropertyDefinition(RemotePropertyDefinition, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
Creates a local adapter for the given remote property definition.
ClientPropertyIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote properties.

ClientPropertyIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Deprecated.
Creates a ClientPropertyIterator instance.
ClientQuery - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteQuery interface. This class makes a remote query locally available using the JCR Query interface.

ClientQuery(Session, RemoteQuery, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
Creates a client adapter for the given query.
ClientQueryManager - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteQueryManager interface. This class makes a remote query manager locally available using the JCR QueryManager interface.

ClientQueryManager(Session, RemoteQueryManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQueryManager
Deprecated.
Creates a client adapter for the given remote query manager.
ClientQueryResult - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteQueryResult interface. This class makes a remote query result locally available using the JCR QueryResult interface.

ClientQueryResult(Session, RemoteQueryResult, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientQueryResult
Deprecated.
Creates a client adapter for the given remote query result.
ClientRepository - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteRepository interface. This class makes a remote repository locally available using the JCR Repository interface.

ClientRepository(RemoteRepository, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
Creates a client adapter for the given remote repository.
ClientRepositoryFactory - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Object factory for JCR-RMI clients. This factory can be used either directly or as a JNDI object factory.

ClientRepositoryFactory() - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Deprecated.
Creates a JCR-RMI client factory with the default adapter factory.
ClientRepositoryFactory(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Deprecated.
Creates a JCR-RMI client factory with the given adapter factory.
ClientRow - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteRow interface. This class makes a remote query row locally available using the JCR Row interface.

ClientRow(Session, RemoteRow, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
Creates a client adapter for the given remote query row.
ClientRowIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote rows.

ClientRowIterator(Session, RemoteIterator, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Deprecated.
Creates a ClientRowIterator instance.
ClientSession - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteSession interface. This class makes a remote session locally available using the JCR Session interface.

ClientSession(Repository, RemoteSession, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Creates a client adapter for the given remote session.
ClientVersion - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteVersion interface. This class makes a remote version locally available using the JCR Version interface.

ClientVersion(Session, RemoteVersion, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
Creates a local adapter for the given remote version.
ClientVersionHistory - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteVersionHistory interface. This class makes a remote version history locally available using the JCR VersionHistory interface.

ClientVersionHistory(Session, RemoteVersionHistory, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
Creates a local adapter for the given remote version history.
ClientVersionIterator - Class in org.apache.jackrabbit.rmi.client.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ClientIterator for iterating remote versions.

ClientVersionIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Deprecated.
Creates a ClientVersionIterator instance.
ClientVersionManager - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
ClientVersionManager(Session, RemoteVersionManager, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
 
ClientWorkspace - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteWorkspace interface. This class makes a remote workspace locally available using the JCR Workspace interface.

ClientWorkspace(Session, RemoteWorkspace, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
Creates a client adapter for the given remote workspace.
ClientXASession - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Local adapter for the JCR-RMI RemoteXASession interface.

ClientXASession(Repository, RemoteXASession, LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
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
Deprecated.
clone(String, String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
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
Deprecated.
Remote version of the Workspace.clone(String,String,String,boolean) method.
commit(Xid, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
commit(Xid, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.commit(Xid, boolean) method.
commit(Xid, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
copy(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
copy(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.copy(String,String) method.
copy(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.copy(String,String) method.
copy(String, String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
copy(String, String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.copy(String,String,String) method.
copy(String, String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.copy(String,String,String) method.
createActivity(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
createActivity(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
createActivity(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
createBinary(InputStream) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
 
createConfiguration(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
createConfiguration(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
createConfiguration(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
createNodeTypeTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
createQuery(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
Deprecated.
createQuery(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
Deprecated.
 
createQuery(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
Deprecated.
createValue(boolean) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(double) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(long) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(InputStream) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(String) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(String, int) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(BigDecimal) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(Calendar) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(Binary) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
 
createValue(Node) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
createValue(Node, boolean) - Method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
 
createWorkspace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
 
createWorkspace(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
 
createWorkspace(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
 
createWorkspace(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
 
createWorkspace(String, String, String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
createWorkspace(String, String, String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
Creates a workspace in the managed repository.

D

deleteWorkspace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
 
deleteWorkspace(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
 
deleteWorkspace(String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
 
doneMerge(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.doneMerge(Version) method.
doneMerge(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.doneMerge(Version) method.
doneMerge(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
doneMerge(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
doneMerge(String, Version) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
doneMerge(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.

E

end(Xid, int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
end(Xid, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.end(Xid, int) method.
end(Xid, int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
equals(Object) - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
 
equals(Object) - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Deprecated.
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
Deprecated.
 
execute() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
execute() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
execute() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
exportDocumentView(String, boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Exports the identified repository subtree as a document view XML stream.
exportDocumentView(String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Exports the identified repository subtree as a document view XML stream.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Exports the XML document view of the specified repository location to the given output stream.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Exports the XML document view of the specified repository location to the given XML content handler.
exportSystemView(String, boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Exports the identified repository subtree as a system view XML stream.
exportSystemView(String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Exports the identified repository subtree as a system view XML stream.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Exports the XML system view of the specified repository location to the given output stream.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Exports the XML system view of the specified repository location to the given XML content handler.

F

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

G

get(long) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Deprecated.
Returns the first element from the queue.
getAccessControlEntries() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
Deprecated.
getAccessControlEntries() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlList
Deprecated.
 
getAccessControlEntries() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
Deprecated.
 
getAccessControlEntry(RemoteAccessControlEntry) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control entry
getAccessControlEntry(RemoteAccessControlEntry) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control entry
getAccessControlEntry(RemoteAccessControlEntry[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
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
Deprecated.
Factory method for creating an array of local adapter for an array of remote access control entry
getAccessControlManager() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
 
getAccessControlManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getAccessControlManager() method.
getAccessControlManager() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getAccessControlManager() method.
getAccessControlManager(RemoteAccessControlManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control manager
getAccessControlManager(RemoteAccessControlManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control manager
getAccessControlPolicy(RemoteAccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control policy
getAccessControlPolicy(RemoteAccessControlPolicy) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote access control policy
getAccessControlPolicy(RemoteAccessControlPolicy[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Factory method for creating a local adapter for a remote access control policy iterator
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getAccessibleWorkspaceNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getActivity() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
getActivity() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
getActivity() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
getAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
getAggregatePrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
Deprecated.
 
getAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
getAllFrozenNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getAllFrozenNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllFrozenNodes() method.
getAllFrozenNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllFrozenNodes() method.
getAllLinearFrozenNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getAllLinearFrozenNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllLinearFrozenNodes() method.
getAllLinearFrozenNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllLinearFrozenNodes() method.
getAllLinearVersions() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getAllLinearVersions() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllLinearVersions() method.
getAllLinearVersions() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllLinearVersions() method.
getAllNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
getAllNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllowedLifecycleTransistions() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getAllowedLifecycleTransistions() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getAllowedLifecycleTransistions() method.
getAllowedLifecycleTransistions() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getAllowedLifecycleTransistions() method.
getAllVersions() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getAllVersions() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllVersions() method.
getAllVersions() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getAllVersions() method.
getAncestor(int) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
getAncestor(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.getAncestor(int) method.
getAncestor(int) - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.getAncestor(int) method.
getApplicablePolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
getApplicablePolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
getApplicablePolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
getAttribute(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getAttribute(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Returns the named attribute.
getAttribute(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Returns the named attribute.
getAttributeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getAttributeNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getAttributeNames() method.
getAttributeNames() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getAttributeNames() method.
getAvailableQueryOperators() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
getAvailableQueryOperators() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
getAvailableQueryOperators() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
getBaseVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getBaseVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getBaseVersion() method.
getBaseVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getBaseVersion() method.
getBaseVersion(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
getBaseVersion(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
getBaseVersion(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
getBinary() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the binary value of this property.
getBindVariableNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
getBindVariableNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
getBindVariableNames() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
getBoolean() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the boolean value of this property.
getBranchQualifier() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
Deprecated.
 
getBufferSize() - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Returns the iterator buffer size.
getChildNodeDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getChildNodeDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getChildNodeDefinitions() method.
getChildNodeDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getChildNodeDefinitions() method.
getColumnNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
Deprecated.
getColumnNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
Deprecated.
 
getColumnNames() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
Deprecated.
getContainingHistory() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getContainingHistory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getContainingHistory() method.
getContainingHistory() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getContainingHistory() method.
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getCorrespondingNodePath(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getCorrespondingNodePath(String) method.
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getCorrespondingNodePath(String) method.
getCreated() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getCreated() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getCreated() method.
getCreated() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getCreated() method.
getDate() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the date value of this property.
getDate() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getDate() method.
getDate() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getDate() method.
getDecimal() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the decimal value of this property.
getDeclaredAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
getDeclaredAggregatePrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
Deprecated.
 
getDeclaredAggregatePrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
getDeclaredChildNodeDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getDeclaredChildNodeDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getDeclaredChildNodeDefinitions() method.
getDeclaredChildNodeDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getDeclaredChildNodeDefinitions() method.
getDeclaredPropertyDefinitions() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getDeclaredPropertyDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getDeclaredPropertyDefinitions() method.
getDeclaredPropertyDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getDeclaredPropertyDefinitions() method.
getDeclaredSubtypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getDeclaredSubtypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSubtypes() method.
getDeclaredSubtypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSubtypes() method.
getDeclaredSupertypeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getDeclaredSupertypeNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSupertypeNames() method.
getDeclaredSupertypeNames() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSupertypeNames() method.
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getDeclaredSupertypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaringNodeType() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
getDeclaringNodeType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.getDeclaringNodeType() method.
getDeclaringNodeType() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.getDeclaringNodeType() method.
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
getDefaultPrimaryType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Deprecated.
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultPrimaryTypeName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
getDefaultPrimaryTypeName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Deprecated.
Remote version of the NodeDef.getDefaultPrimaryTypeName() method.
getDefaultPrimaryTypeName() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Remote version of the NodeDef.getDefaultPrimaryTypeName() method.
getDefaultValues() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
getDefaultValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefaultValues() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getDefinition() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getDefinition() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getDefinition() method.
getDefinition() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getDefinition() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getDefinition() method.
getDefinition() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getDefinition() method.
getDepth() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
getDepth() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.getDepth() method.
getDepth() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.getDepth() method.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
getDescriptor(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.getDescriptor(String) method.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Returns the descriptor with the given key from the proxied repository.
getDescriptor(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.getDescriptor(String) method.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
getDescriptorKeys() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.getDescriptorKeys() method.
getDescriptorKeys() - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
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
Deprecated.
Remote version of the Repository.getDescriptorKeys() method.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
getDescriptorValue(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.getDescriptorValue(String) method.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Returns the value of the descriptor with the given key from the proxied repository.
getDescriptorValue(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.getDescriptorValue(String) method.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
getDescriptorValues(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.getDescriptorValues(String) method.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Returns the values of the descriptor with the given key from the proxied repository.
getDescriptorValues(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.getDescriptorValues(String) method.
getDouble() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the double value of this property.
getEffectivePolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
getEffectivePolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
getEffectivePolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
getEventJournal() - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
 
getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
 
getEvents() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection
Deprecated.
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
Deprecated.
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
Deprecated.
Returns the local adapter factory used to create new adapters.
getFactory() - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Returns the remote adapter factory used to create new adapters.
getFormatId() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
Deprecated.
 
getFrozenNode() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getFrozenNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getFrozenNode() method.
getFrozenNode() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getFrozenNode() method.
getGlobalTransactionId() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
Deprecated.
 
getIdentifier() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getIdentifier() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getIdentifier() method.
getIdentifier() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getIdentifier() method.
getIdentifier() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getIdentifier() method.
getIdentifier() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getIdentifier() method.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getIndex() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getIndex() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getIndex() method.
getIndex() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getIndex() method.
getInfo() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getInfo() method.
getInfo() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getInfo() method.
getInstance() - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
Returns the ValueFactory instance, which currently is a singleton instance of this class.
getItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getItem(String) method.
getItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getItem(String) method.
getItem(Session, RemoteItem) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientItem instance.
getItem(Session, RemoteItem) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Deprecated.
Utility method to create a local adapter for a remote item.
getItem(Session, RemoteItem) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote item.
getItemDef(RemoteItemDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientItemDefinition instance.
getItemDef(RemoteItemDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote item definition.
getLanguage() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
getLanguage() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
getLanguage() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
getLength() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getLength() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getLength() method.
getLength() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getLength() method.
getLengths() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getLengths() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getLengths() method.
getLengths() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getLengths() method.
getLinearPredecessor() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getLinearPredecessor() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getLinearPredecessor() method.
getLinearPredecessor() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getLinearPredecessor() method.
getLinearSuccessor() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getLinearSuccessor() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getLinearSuccessor() method.
getLinearSuccessor() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getLinearSuccessor() method.
getListenerId() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection
Deprecated.
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
Deprecated.
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
Deprecated.
Returns an array of the registered event listeners.
getLocalAddress() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
getLocalAddress() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
getLocalEnvironment() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
getLocalEnvironment() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
getLock() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getLock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getLock() method.
getLock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getLock() method.
getLock(String) - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
getLock(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
getLock(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
getLock(Session, RemoteLock) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientLock instance.
getLock(Session, RemoteLock) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote lock.
getLockManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getLockManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
 
getLockManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
getLockManager(Session, RemoteLockManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
 
getLockManager(Session, RemoteLockManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
 
getLockOwner() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
getLockOwner() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.getLockOwner() method.
getLockOwner() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.getLockOwner() method.
getLockToken() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
getLockToken() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.getLockToken() method.
getLockToken() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.getLockToken() method.
getLockTokens() - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
getLockTokens() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getLockTokens() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
getLockTokens() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getLockTokens() method.
getLockTokens() - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
getLockTokens() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getLockTokens() method.
getLong() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the long value of this property.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
getMixinNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getName() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getName() - Method in class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
Deprecated.
getName() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemotePrincipal
Deprecated.
 
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getName() method.
getName() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
Deprecated.
 
getName() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
Deprecated.
 
getName() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getName() method.
getName() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getName() method.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNamespacePrefix(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNamespacePrefixes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNamespacePrefixes() method.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNamespacePrefixes() method.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getNamespaceRegistry() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientClientNamespaceRegistry instance.
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote namespace registry.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNamespaceURI(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNamespaceURI(String) method.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNamespaceURI(String) method.
getNextEvent(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Deprecated.
Returns the next event to be dispatched to registered event listeners.
getNextEvent(long) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Deprecated.
Returns the next event to be dispatched to registered event listeners.
getNode() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
getNode() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the reference value of this property.
getNode() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.getNode() method.
getNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getNode() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.getNode() method.
getNode() - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getNode(String) method.
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNode(String) method.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getNode(String) method.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNode(String) method.
getNode(Session, RemoteNode) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientNode instance.
getNode(Session, RemoteNode) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Deprecated.
Utility method to create a local adapter for a remote node.
getNode(Session, RemoteNode) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node.
getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNodeByIdentifier(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNodeByIdentifier(String) method.
getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNodeByIdentifier(String) method.
getNodeByUUID(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getNodeByUUID(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getNodeByUUID(String) method.
getNodeByUUID(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getNodeByUUID(String) method.
getNodeDef(RemoteNodeDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientNodeDefinition instance.
getNodeDef(RemoteNodeDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node definition.
getNodeIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientNodeIterator instance.
getNodeIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node iterator.
getNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
Deprecated.
getNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getNodes() method.
getNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
Deprecated.
 
getNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getNodes() method.
getNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
Deprecated.
getNodes(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getNodes(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getNodes(String) method.
getNodes(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getNodes(String) method.
getNodes(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getNodes(String[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getNodes(String[]) method.
getNodes(String[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getNodes(String[]) method.
getNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
getNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeType(RemoteNodeType) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientNodeType instance.
getNodeType(RemoteNodeType) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node type.
getNodeTypeArray(RemoteNodeType[]) - Method in class org.apache.jackrabbit.rmi.client.ClientObject
Deprecated.
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
Deprecated.
Creates and returns a ClientNodeTypeIterator instance.
getNodeTypeIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node type iterator.
getNodeTypeManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getNodeTypeManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getNodeTypeManager() method.
getNodeTypeManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getNodeTypeManager() method.
getNodeTypeManager(RemoteNodeTypeManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClienNodeTypeManager instance.
getNodeTypeManager(RemoteNodeTypeManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote node type manager.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Returns a local adapter for the given remote object.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Deprecated.
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Deprecated.
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Deprecated.
Creates and returns a local adapter for the given remote property.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Deprecated.
Creates and returns a local adapter for the given remote row.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Deprecated.
Creates and returns a local adapter for the given remote version.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientPrincipalIterator
Deprecated.
Returns a local adapter for the given remote object.
getObject(Object) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
Deprecated.
Returns a local adapter for the given remote object.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Deprecated.
JNDI factory method for creating JCR-RMI clients.
getObservationManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getObservationManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getObservationManager() method.
getObservationManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getObservationManager() method.
getObservationManager(Workspace, RemoteObservationManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientObservationManager instance.
getObservationManager(Workspace, RemoteObservationManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote observation manager.
getOnParentVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
getOnParentVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.getOnParentVersion() method.
getOnParentVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.getOnParentVersion() method.
getParent() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
getParent() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.getParent() method.
getParent() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.getParent() method.
getPath() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
getPath() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getPath() method.
getPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.getPath() method.
getPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getPath() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getPath() method.
getPath() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.getPath() method.
getPath() - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getPath(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getPath(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getPath(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getPolicies(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
getPolicies(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
getPolicies(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
getPortNumber() - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
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
Deprecated.
Returns the port number for server objects.
getPosition() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Returns the current position within the iterator.
getPosition() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
getPredecessors() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getPredecessors() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getPredecessors() method.
getPredecessors() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getPredecessors() method.
getPrefix(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
getPrefix(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefix(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefixes() - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
getPrefixes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrefixes() - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrimaryItem() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getPrimaryItem() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getPrimaryItem() method.
getPrimaryItem() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getPrimaryItem() method.
getPrimaryItemName() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getPrimaryItemName() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryItemName() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getPrimaryNodeType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
getPrimaryNodeTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getPrincipal() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
Deprecated.
getPrincipal() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlEntry
Deprecated.
 
getPrincipal() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
Deprecated.
Returns the Principal encapsulated in this instance.
getPrincipal() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
Deprecated.
 
getPrincipal(RemotePrincipal) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote principal.
getPrincipal(RemotePrincipal) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote principal.
getPrincipalIterator(RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote principal iterator.
getPrincipalIterator(RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote principal iterator.
getPrivilege(RemotePrivilege) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote privilege
getPrivilege(RemotePrivilege) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote privilege
getPrivilege(RemotePrivilege[]) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
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
Deprecated.
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
Deprecated.
getPrivileges() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlEntry
Deprecated.
 
getPrivileges() - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
Deprecated.
 
getPrivileges(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
getPrivileges(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
getPrivileges(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
getProperties() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getProperties() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getProperties() method.
getProperties() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getProperties() method.
getProperties(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getProperties(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getProperties(String) method.
getProperties(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getProperties(String) method.
getProperties(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getProperties(String[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getProperties(String[]) method.
getProperties(String[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getProperties(String[]) method.
getProperty() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getProperty(String) method.
getProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getProperty(String) method.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getProperty(String) method.
getProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getProperty(String) method.
getProperty(Session, RemoteProperty) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientProperty instance.
getProperty(Session, RemoteProperty) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote property.
getPropertyDef(RemotePropertyDefinition) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientPropertyDefinition instance.
getPropertyDef(RemotePropertyDefinition) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote property definition.
getPropertyDefArray(RemotePropertyDefinition[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
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
Deprecated.
getPropertyDefs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getPropertyDefinitions() method.
getPropertyDefs() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getPropertyDefinitions() method.
getPropertyIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientPropertyIterator instance.
getPropertyIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote property iterator.
getQOMFactory() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
Deprecated.
 
getQuery(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
Deprecated.
 
getQuery(String) - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
Deprecated.
getQuery(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
Deprecated.
getQuery(Session, RemoteQuery) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientQuery instance.
getQuery(Session, RemoteQuery) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote query.
getQueryManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
getQueryManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.getQueryManager() method.
getQueryManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.getQueryManager() method.
getQueryManager(Session, RemoteQueryManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientQueryManager instance.
getQueryManager(Session, RemoteQueryManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote query manager.
getQueryResult(Session, RemoteQueryResult) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientQueryResult instance.
getQueryResult(Session, RemoteQueryResult) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote query result.
getReferences() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getReferences() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getReferences() method.
getReferences() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getReferences() method.
getReferences(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getReferences(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getReferences(String) method.
getReferences(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getReferences(String) method.
getRegisteredEventListeners() - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
getRemoteAccessControlEntry(AccessControlEntry) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteAccessControlEntry(AccessControlEntry[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlEntry(AccessControlEntry[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteAccessControlManager(AccessControlManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlManager(AccessControlManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerAccessControlManager instance.
getRemoteAccessControlPolicy(AccessControlPolicy) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicy(AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteAccessControlPolicy(AccessControlPolicy[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicy(AccessControlPolicy[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeIterator instance.
getRemoteAddress() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
getRemoteAddress() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
getRemoteEnvironment() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
getRemoteEnvironment() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
getRemoteEvent(long, EventIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local events.
getRemoteEvent(long, EventIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerEventCollection instances.
getRemoteItem(Item) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local item.
getRemoteItem(Item) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerItem instance.
getRemoteItem(Item) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Utility method for creating a remote reference for a local item.
getRemoteItemDefinition(ItemDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local item definition.
getRemoteItemDefinition(ItemDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerItemDefinition instance.
getRemoteLock(Lock) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local lock.
getRemoteLock(Lock) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerLock instance.
getRemoteLockManager(LockManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
 
getRemoteLockManager(LockManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local namespace registry.
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNamespaceRegistry instance.
getRemoteNode(Node) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node.
getRemoteNode(Node) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNode instance.
getRemoteNode(Node) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Utility method for creating a remote reference for a local node.
getRemoteNodeDefinition(NodeDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node definition.
getRemoteNodeDefinition(NodeDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeDefinition instance.
getRemoteNodeIterator(NodeIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node iterator.
getRemoteNodeIterator(NodeIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeIterator instance.
getRemoteNodeType(NodeType) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node type.
getRemoteNodeType(NodeType) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeType instance.
getRemoteNodeTypeArray(NodeType[]) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Utility method for creating an array of remote references for local node types.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node type iterator.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeTypeIterator instance.
getRemoteNodeTypeManager(NodeTypeManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local node type manager.
getRemoteNodeTypeManager(NodeTypeManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerNodeTypeManager instance.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Deprecated.
Returns a remote adapter for the given local object.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator
Deprecated.
Creates and returns a remote adapter for the given node.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator
Deprecated.
Creates and returns a remote adapter for the given node type.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator
Deprecated.
Creates and returns a remote adapter for the given property.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator
Deprecated.
Creates and returns a remote adapter for the given row.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator
Deprecated.
Creates and returns a remote adapter for the given version..
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator
Deprecated.
Returns a remote adapter for the given local object.
getRemoteObject(Object) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicyIterator
Deprecated.
Creates and returns a remote adapter for the given row.
getRemoteObservationManager(ObservationManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local observation manager.
getRemoteObservationManager(ObservationManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerObservationManager instance.
getRemotePrincipal() - Method in class org.apache.jackrabbit.rmi.client.principal.ClientPrincipal
Deprecated.
Returns the RemotePrincipal encapsulated in this instance.
getRemotePrincipal(Principal) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemotePrincipal(Principal) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemotePrincipalIterator(Iterator<Principal>) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemotePrincipalIterator(Iterator<Principal>) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemotePrivilege(Privilege) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemotePrivilege(Privilege) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemotePrivilege(Privilege[]) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local access control manager.
getRemotePrivilege(Privilege[]) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteProperty(Property) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local property.
getRemoteProperty(Property) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerProperty instance.
getRemotePropertyDefinition(PropertyDefinition) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local property definition.
getRemotePropertyDefinition(PropertyDefinition) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerPropertyDefinition instance.
getRemotePropertyIterator(PropertyIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local property iterator.
getRemotePropertyIterator(PropertyIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerPropertyIterator instance.
getRemoteQuery(Query) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local query.
getRemoteQuery(Query) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerQuery instance.
getRemoteQueryManager(Session, QueryManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local query manager.
getRemoteQueryManager(Session, QueryManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerQueryManager instance.
getRemoteQueryResult(QueryResult) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local query result.
getRemoteQueryResult(QueryResult) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerQueryResult instance.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
Abstract factory class for getting the remote repository.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Deprecated.
Returns the remote repository reference.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepositoryFactory
Deprecated.
Looks up a remote repository from JNDI.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.RMIRemoteRepositoryFactory
Deprecated.
Looks up a remote repository from the RMI registry.
getRemoteRepository() - Method in class org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory
Deprecated.
Looks up and returns a remote repository from the configured URL.
getRemoteRepository(boolean) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
Method to obtain the remote remote repository.
getRemoteRepository(Repository) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local repository.
getRemoteRepository(Repository) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerRepository instance.
getRemoteRow(Row) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local query row.
getRemoteRow(Row) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerQueryResult instance.
getRemoteRowIterator(RowIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local row iterator.
getRemoteRowIterator(RowIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerRowIterator instance.
getRemoteSession(Session) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local session.
getRemoteSession(Session) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerSession instance.
getRemoteVersion(Version) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local version.
getRemoteVersion(Version) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerVersion instance.
getRemoteVersionHistory(VersionHistory) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local version history.
getRemoteVersionHistory(VersionHistory) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerVersionHistory instance.
getRemoteVersionIterator(VersionIterator) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local version iterator.
getRemoteVersionIterator(VersionIterator) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerVersionIterator instance.
getRemoteVersionManager(Session, VersionManager) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
 
getRemoteVersionManager(Session, VersionManager) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
getRemoteWorkspace(Workspace) - Method in interface org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
Deprecated.
Returns a remote adapter for the given local workspace.
getRemoteWorkspace(Workspace) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Creates a ServerWorkspace instance.
getRepository() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
Returns the current repository without contacting the remote session.
getRepository() - Method in class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
Deprecated.
Returns a local adapter for the remote repository.
getRepository(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Deprecated.
Returns a client wrapper for a remote content repository.
getRepository(Map) - Method in class org.apache.jackrabbit.rmi.repository.RmiRepositoryFactory
Deprecated.
 
getRepository(RemoteRepository) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientRepository instance.
getRepository(RemoteRepository) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote repository.
getRepositoryException(RepositoryException) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Returns a cleaned version of the given exception.
getRequiredPrimaryTypeNames() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
getRequiredPrimaryTypeNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Deprecated.
Remote version of the NodeDef.getRequiredPrimaryTypeNames() method.
getRequiredPrimaryTypeNames() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Remote version of the NodeDef.getRequiredPrimaryTypeNames() method.
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeDefinition
Deprecated.
getRequiredPrimaryTypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition
Deprecated.
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredType() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
getRequiredType() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getRequiredType() method.
getRequiredType() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getRequiredType() method.
getRetentionManager() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
 
getRootNode() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getRootNode() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getRootNode() method.
getRootNode() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getRootNode() method.
getRootVersion() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getRootVersion() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getRootVersion() method.
getRootVersion() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getRootVersion() method.
getRow(Session, RemoteRow) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientRow instance.
getRow(Session, RemoteRow) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote query row.
getRowIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientRowIterator instance.
getRowIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote row iterator.
getRows() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
Deprecated.
getRows() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
Deprecated.
 
getRows() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
Deprecated.
getScore() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getScore() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getScore() - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getScore(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getScore(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getScore(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getSecondsRemaining() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
getSecondsRemaining() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.getSecondsRemaining() () Lock.getSecondsRemaining()} method.
getSecondsRemaining() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.getSecondsRemaining() () Lock.getSecondsRemaining()} method.
getSelectorNames() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryResult
Deprecated.
getSelectorNames() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryResult
Deprecated.
 
getSelectorNames() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryResult
Deprecated.
getSerialValue(Value) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Utility method for decorating a value.
getSerialValues(Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Utility method for preparing an array of values for serialization.
getSession() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
Returns the current session without contacting the remote item.
getSession() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
Returns the current session without contacting the remote workspace.
getSession(Repository, RemoteSession) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientSession instance.
getSession(Repository, RemoteSession) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote session.
getSharedSet() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getSharedSet() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getSharedSet() method.
getSharedSet() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getSharedSet() method.
getSize() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Returns the size (the total number of elements) of this iteration.
getSize() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
getSize() - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Deprecated.
Returns the size of the iterator.
getSize() - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Deprecated.
Returns the cached size of the iterator.
getSize() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Deprecated.
Returns the size of the iteration, or -1 if the size is unknown.
getSize() - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Deprecated.
Returns the size of the iterator.
getStatement() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
getStatement() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
getStatement() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
getStoredQueryPath() - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
getStoredQueryPath() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
getStoredQueryPath() - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
getStream() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the binary value of this property.
getString() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Returns the string value of this property.
getString() - Method in class org.apache.jackrabbit.rmi.value.NameValue
Deprecated.
Returns the string representation of the Name value.
getString() - Method in class org.apache.jackrabbit.rmi.value.PathValue
Deprecated.
Returns the string representation of the path value.
getString() - Method in class org.apache.jackrabbit.rmi.value.ReferenceValue
Deprecated.
Returns the string representation of the reference value.
getSubtypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getSubtypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getSubtypes() method.
getSubtypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getSubtypes() method.
getSuccessors() - Method in class org.apache.jackrabbit.rmi.client.ClientVersion
Deprecated.
getSuccessors() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersion
Deprecated.
Remote version of the Version.getSuccessors() method.
getSuccessors() - Method in class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Remote version of the Version.getSuccessors() method.
getSupertypes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
getSupertypes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.getSupertypes() method.
getSupertypes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.getSupertypes() method.
getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
getSupportedPrivileges(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.rmi.client.ClientQueryManager
Deprecated.
getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQueryManager
Deprecated.
See Query.
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.rmi.server.ServerQueryManager
Deprecated.
See Query.
getTransactionTimeout() - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
getTransactionTimeout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.getTransactionTimeout() method.
getTransactionTimeout() - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
getType() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getType() method.
getType() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getType() method.
getType() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getType() method.
getType() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getType() method.
getType() - Method in class org.apache.jackrabbit.rmi.value.NameValue
Deprecated.
Returns PropertyType.NAME.
getType() - Method in class org.apache.jackrabbit.rmi.value.PathValue
Deprecated.
Returns PropertyType.PATH.
getType() - Method in class org.apache.jackrabbit.rmi.value.ReferenceValue
Deprecated.
Returns PropertyType.REFERENCE.
getURI(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
getURI(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getURI(String) method.
getURI(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.getURI(String) method.
getURIs() - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
getURIs() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry,getURIs() method.
getURIs() - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry,getURIs() method.
getUserData() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getUserData() method.
getUserData() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getUserData() method.
getUserID() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getUserID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteEventCollection.RemoteEvent
Deprecated.
Remote version of the Event.getUserID() method.
getUserID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getUserID() method.
getUserID() - Method in class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent
Deprecated.
Remote version of the Event.getUserID() method.
getUserID() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getUserID() method.
getUUID() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getUUID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getUUID() method.
getUUID() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getUUID() method.
getValue() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getValue() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getValue() method.
getValue() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getValue() method.
getValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getValue(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getValue(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getValueConstraints() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
getValueConstraints() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueConstraints() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueFactory() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getValues() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
getValues() - Method in class org.apache.jackrabbit.rmi.client.ClientRow
Deprecated.
getValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.getValues() method.
getValues() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRow
Deprecated.
 
getValues() - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.getValues() method.
getValues() - Method in class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
getVersion(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getVersion(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersion(String) method.
getVersion(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersion(String) method.
getVersion(Session, RemoteVersion) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientVersion instance.
getVersion(Session, RemoteVersion) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote version.
getVersionableIdentifier() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getVersionableIdentifier() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionableIdentifier() VersionHistory.getVersionableIdentifier()} method.
getVersionableIdentifier() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionableIdentifier() VersionHistory.getVersionableIdentifier()} method.
getVersionableUUID() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
As of JCR 2.0, ClientVersionHistory.getVersionableIdentifier() should be used instead.
getVersionableUUID() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
As of JCR 2.0, RemoteVersionHistory.getVersionableIdentifier() should be used instead.
getVersionableUUID() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionableUUID() VersionHistory.getVersionableUUID()} method.
getVersionByLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getVersionByLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByUUID(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Returns the Version instance for the given UUID.
getVersionHistory() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getVersionHistory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getVersionHistory() method.
getVersionHistory() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getVersionHistory() method.
getVersionHistory(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
getVersionHistory(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
getVersionHistory(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
getVersionHistory(Session, RemoteVersionHistory) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientVersionHistory instance.
getVersionHistory(Session, RemoteVersionHistory) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote version history.
getVersionIterator(Session, RemoteIterator) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientVersionIterator instance.
getVersionIterator(Session, RemoteIterator) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote version iterator.
getVersionLabels() - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getVersionLabels() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels() - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionLabels(Version) method.
getVersionLabels(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.getVersionLabels(Version) method.
getVersionLabels(Version) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
getVersionManager() - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
 
getVersionManager() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
 
getVersionManager() - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
 
getVersionManager(Session, RemoteVersionManager) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
 
getVersionManager(Session, RemoteVersionManager) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
 
getWeakReferences() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getWeakReferences() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getWeakReferences() method.
getWeakReferences() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getWeakReferences() method.
getWeakReferences(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
getWeakReferences(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.getWeakReferences(String) method.
getWeakReferences(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.getWeakReferences(String) method.
getWorkspace() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
getWorkspace() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.getWorkspace() method.
getWorkspace() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.getWorkspace() method.
getWorkspace(Session, RemoteWorkspace) - Method in class org.apache.jackrabbit.rmi.client.ClientAdapterFactory
Deprecated.
Creates and returns a ClientWorkspace instance.
getWorkspace(Session, RemoteWorkspace) - Method in interface org.apache.jackrabbit.rmi.client.LocalAdapterFactory
Deprecated.
Factory method for creating a local adapter for a remote workspace.

H

hasCapability(String, Object, Object[]) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
 
hashCode() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
 
hashCode() - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Deprecated.
Returns the client-side listener identifier as its hash code.
hashCode() - Method in class org.apache.jackrabbit.rmi.remote.SerializableXid
Deprecated.
 
hasNext() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Checks if there are more elements in this iteration.
hasNext() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
hasNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
hasNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.hasNode(String) method.
hasNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.hasNode(String) method.
hasNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
hasNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.hasNodes() method.
hasNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.hasNodes() method.
hasNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
hasNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
 
hasNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
 
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
hasOrderableChildNodes() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.hasOrderableChildNodes() method.
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.hasOrderableChildNodes() method.
hasPendingChanges() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
hasPendingChanges() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.hasPendingChanges() method.
hasPendingChanges() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.hasPendingChanges() method.
hasPermission(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
hasPermission(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.hasPermission(String,String) method.
hasPermission(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.hasPermission(String,String) method.
hasPrivileges(String, String[]) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
hasPrivileges(String, String[]) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
hasPrivileges(String, Privilege[]) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
hasProperties() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
hasProperties() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.hasProperties() method.
hasProperties() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.hasProperties() method.
hasProperty(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
hasProperty(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.hasProperty() method.
hasProperty(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.hasProperty() method.
hasVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
hasVersionLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the hasVersionLabel(Version, String) method.
hasVersionLabel(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the hasVersionLabel(Version, String) method.
hasVersionLabel(Version, String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
holdsLock() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
holdsLock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.holdsLock() method.
holdsLock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.holdsLock() method.
holdsLock(String) - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
holdsLock(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
holdsLock(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 

I

impersonate(Credentials) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
impersonate(Credentials) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.impersonate(Credentials) method.
impersonate(Credentials) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.impersonate(Credentials) method.
importXML(String, byte[], int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
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
Deprecated.
Remote version of the Workspace.importXML(String,InputStream,int) method.
importXML(String, byte[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
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
Deprecated.
Remote version of the Workspace.importXML(String,InputStream,int) method.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
isAbstract() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
isAbstract() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
isAbstract() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.isAbstract() method.
isAbstract() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
Deprecated.
 
isAbstract() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
isAbstract() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.isAbstract() method.
isAggregate() - Method in class org.apache.jackrabbit.rmi.client.security.ClientPrivilege
Deprecated.
isAggregate() - Method in interface org.apache.jackrabbit.rmi.remote.security.RemotePrivilege
Deprecated.
 
isAggregate() - Method in class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
isAutoCreated() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
isAutoCreated() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.isAutoCreate() method.
isAutoCreated() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.isAutoCreate() method.
isCheckedOut() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
isCheckedOut() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.isCheckedOut() method.
isCheckedOut() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.isCheckedOut() method.
isCheckedOut(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
isCheckedOut(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
Remote version of the VersionManager.isCheckedOut(String) method.
isCheckedOut(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
isDeep() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
isDeep() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.isDeep() method.
isDeep() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.isDeep() method.
isFullTextSearchable() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
isFullTextSearchable() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isFullTextSearchable() method.
isFullTextSearchable() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isFullTextSearchable() method.
isGroup(Principal) - Static method in class org.apache.jackrabbit.rmi.server.principal.ServerGroup
Deprecated.
 
isLive() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
isLive() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
isLive() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.isLive() method.
isLive() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.isLive() method.
isLive() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.isLive() method.
isLive() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.isLive() method.
isLocked() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
isLocked() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.isLocked() method.
isLocked() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.isLocked() method.
isLocked(String) - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
isLocked(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
isLocked(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
isLockOwningSession() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
isLockOwningSession() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.isLockOwningSession() () Lock.isLockOwningSession()} method.
isLockOwningSession() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.isLockOwningSession() () Lock.isLockOwningSession()} method.
isMandatory() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
isMandatory() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.isMandatory() method.
isMandatory() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.isMandatory() method.
isMember(String) - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemoteGroup
Deprecated.
 
isMember(String) - Method in class org.apache.jackrabbit.rmi.server.principal.ServerGroup
Deprecated.
 
isMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
Deprecated.
 
isMixin() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
isMixin() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.isMixin() method.
isMixin() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.isMixin() method.
isModified() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
isModified() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.isModified() method.
isModified() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.isModified() method.
isMultiple() - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
isMultiple() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
isMultiple() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isMultiple() method.
isMultiple() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isMultiple() method.
isNew() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
isNew() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.isNew() method.
isNew() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.isNew() method.
isNode() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
Returns false by default without contacting the remote item.
isNode() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
Returns true without contacting the remote node.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
isNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.isNodeType(String) method.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.isNodeType(String) method.
isProtected() - Method in class org.apache.jackrabbit.rmi.client.ClientItemDefinition
Deprecated.
isProtected() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItemDefinition
Deprecated.
Remote version of the ItemDef.isProtected() method.
isProtected() - Method in class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Remote version of the ItemDef.isProtected() method.
isQueryable() - Method in class org.apache.jackrabbit.rmi.client.ClientNodeType
Deprecated.
isQueryable() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeType
Deprecated.
Remote version of the NodeType.isQueryable() method.
isQueryable() - Method in class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Remote version of the NodeType.isQueryable() method.
isQueryOrderable() - Method in class org.apache.jackrabbit.rmi.client.ClientPropertyDefinition
Deprecated.
isQueryOrderable() - Method in interface org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isQueryOrderable() method.
isQueryOrderable() - Method in class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Remote version of the PropertyDefinition.isQueryOrderable() method.
isSame(Item) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
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
Deprecated.
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
Deprecated.
isSessionScoped() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
isSessionScoped() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
isSingleValueDescriptor(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.isSingleValueDescriptor(String) method.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Checks whether the given key identifies a valid single-valued descriptor key in the proxied repository.
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.isSingleValueDescriptor(String) method.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
Returns true if the given key identifies a standard descriptor.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
isStandardDescriptor(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.isStandardDescriptor(String) method.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Returns true if the given key identifies a standard descriptor.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.isStandardDescriptor(String) method.
itemExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
itemExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.itemExists(String) method.
itemExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.itemExists(String) method.

J

JackrabbitClientAdapterFactory - Class in org.apache.jackrabbit.rmi.jackrabbit
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

JackrabbitClientAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.jackrabbit.JackrabbitClientAdapterFactory
Deprecated.
 
JCRServer - Class in org.apache.jackrabbit.rmi.server.jmx
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

MBean that registers a JCR RMI server through JNDI.

JCRServer() - Constructor for class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
JCRServerMBean - Interface in org.apache.jackrabbit.rmi.server.jmx
Deprecated, for removal: This API element is subject to removal in a future version.
JNDIRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Proxy for a remote repository bound in JNDI. The configured repository is looked up from JNDI lazily during each method call. Thus the JNDI entry does not need to exist when this class is instantiated. The JNDI entry can also be replaced with another repository during the lifetime of an instance of this class.

JNDIRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Deprecated.
Creates a proxy for the remote repository in JNDI.
JNDIRemoteRepository(Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Deprecated.
Creates a proxy for the remote repository in JNDI.
JNDIRemoteRepository(LocalAdapterFactory, Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository
Deprecated.
Creates a proxy for a remote repository in JNDI.
JNDIRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Factory that looks up a remote repository from JNDI.

JNDIRemoteRepositoryFactory(LocalAdapterFactory, Context, String) - Constructor for class org.apache.jackrabbit.rmi.repository.JNDIRemoteRepositoryFactory
Deprecated.
Creates a factory for looking up a remote repository from JNDI.

L

LocalAdapterFactory - Interface in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Factory interface for creating local adapters for remote references. This interface defines how remote JCR-RMI references are adapted back to the normal JCR interfaces. The adaption mechanism can be modified (for example to add extra features) by changing the local adapter factory used by the repository client.

Note that the ClientObject base class provides a number of utility methods designed to work with a local adapter factory. Adapter implementations may want to inherit that functionality by subclassing from ClientObject.

lock(boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
lock(boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.lock(boolean,boolean) method.
lock(boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.lock(boolean,boolean) method.
lock(String, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
lock(String, boolean, boolean, long, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
lock(String, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
login() - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
login() - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
Calls Repository.login(Credentials, String) with null arguments.
login() - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
login() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.login(} method.
login() - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Calls Repository.login(Credentials, String) with null arguments.
login() - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.login(} method.
login(String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
login(String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
Calls Repository.login(Credentials, String) with null credentials and the given workspace name.
login(String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
login(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.login(String} method.
login(String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Calls Repository.login(Credentials, String) with null credentials and the given workspace name.
login(String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.login(String} method.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
Calls Repository.login(Credentials, String) with the given credentials and a null workspace name.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
login(Credentials) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.login(Credentials} method.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Calls Repository.login(Credentials, String) with the given credentials and a null workspace name.
login(Credentials) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.login(Credentials} method.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.BrokenRemoteRepository
Deprecated.
Throws a RemoteException.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.ClientRepository
Deprecated.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
login(Credentials, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteRepository
Deprecated.
Remote version of the Repository.login(Credentials,String} method.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Logs in to the proxied repository and returns the resulting session.
login(Credentials, String) - Method in class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Remote version of the Repository.login(Credentials,String} method.
logout() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
logout() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.logout() method.
logout() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.logout() method.

M

makeSerialValue(Value) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
Utility method for decorating a value.
makeSerialValueArray(String[]) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
Utility method for converting an array of strings to serializable string values.
makeSerialValueArray(Value[]) - Static method in class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
Utility method for decorating an array of values.
members() - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
Deprecated.
 
members() - Method in interface org.apache.jackrabbit.rmi.remote.principal.RemoteGroup
Deprecated.
 
members() - Method in class org.apache.jackrabbit.rmi.server.principal.ServerGroup
Deprecated.
 
merge(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
merge(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
merge(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
merge(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.merge(String,boolean) method.
merge(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.merge(String,boolean) method.
merge(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
merge(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
merge(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
merge(String, String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
merge(String, String, boolean, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
merge(String, String, boolean, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
merge(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
move(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
move(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
move(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.move(String,String) method.
move(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace
Deprecated.
Remote version of the Workspace.move(String,String) method.
move(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.move(String,String) method.
move(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Remote version of the Workspace.move(String,String) method.

N

NameValue - Class in org.apache.jackrabbit.rmi.value
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

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
Deprecated.
Creates an instance for the given name value.
next() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Returns the next element in this iteration.
next() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
nextAccessControlPolicy() - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlPolicyIterator
Deprecated.
nextEvent() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayEventIterator
Deprecated.
nextEventListener() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator
Deprecated.
nextNode() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator
Deprecated.
Returns the next node in this iteration.
nextNodeType() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator
Deprecated.
Returns the next node type in this iteration.
nextObjects() - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Deprecated.
Returns the underlying array.
nextObjects() - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Deprecated.
Returns the currently buffered elements and fills in the buffer with next elements.
nextObjects() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Deprecated.
Returns an array of remote references to the next elements in this iterator.
nextObjects() - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Deprecated.
Returns an array of remote references to the next elements in this iteration.
nextProperty() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
Deprecated.
Returns the next property in this iteration.
nextRow() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator
Deprecated.
Returns the next row in this iteration.
nextVersion() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator
Deprecated.
Returns the next version in this iteration.
nodeExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
nodeExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.nodeExists(String) method.
nodeExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.nodeExists(String) method.

O

onEvent(EventIterator) - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Deprecated.
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
Deprecated.
Optimizes the given remote iterator for transmission across the network.
orderBefore(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
orderBefore(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.orderBefore(String,String) method.
orderBefore(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.orderBefore(String,String) method.
org.apache.jackrabbit.rmi.client - package org.apache.jackrabbit.rmi.client
 
org.apache.jackrabbit.rmi.client.iterator - package org.apache.jackrabbit.rmi.client.iterator
 
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
 
org.apache.jackrabbit.rmi.jackrabbit - package org.apache.jackrabbit.rmi.jackrabbit
 
org.apache.jackrabbit.rmi.observation - package org.apache.jackrabbit.rmi.observation
 
org.apache.jackrabbit.rmi.remote - package org.apache.jackrabbit.rmi.remote
 
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
 
org.apache.jackrabbit.rmi.server.iterator - package org.apache.jackrabbit.rmi.server.iterator
 
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
 

P

PathValue - Class in org.apache.jackrabbit.rmi.value
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

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
Deprecated.
Creates an instance for the given path value.
prepare(Xid) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
prepare(Xid) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.prepare(Xid) method.
prepare(Xid) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
privilegeFromName(String) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
privilegeFromName(String) - Method in interface org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlManager
Deprecated.
 
privilegeFromName(String) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
propertyExists(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
propertyExists(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.propertyExists(String) method.
propertyExists(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.propertyExists(String) method.
ProxyRepository - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Repository that proxies all method calls to another repository. The other repository is accessed lazily using a repository factory.

ProxyRepository(RepositoryFactory) - Constructor for class org.apache.jackrabbit.rmi.repository.ProxyRepository
Deprecated.
Creates a proxy for the repository (or repositories) accessible through the given factory.
put(Object) - Method in class org.apache.jackrabbit.rmi.observation.Queue
Deprecated.
Appends the given object to the end of the queue.

Q

Queue - Class in org.apache.jackrabbit.rmi.observation
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The Queue class is a very simple queue assuming that there is at least one consumer and potentially multiple producers. This class poses no restrictions on the size of the queue.

Queue() - Constructor for class org.apache.jackrabbit.rmi.observation.Queue
Deprecated.
Creates an instance of this queue.

R

recover(int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
recover(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.recover(int) method.
recover(int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
ReferenceValue - Class in org.apache.jackrabbit.rmi.value
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

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
Deprecated.
Creates an instance for the given reference value.
refresh() - Method in class org.apache.jackrabbit.rmi.client.ClientLock
Deprecated.
refresh() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLock
Deprecated.
Remote version of the Lock.refresh() method.
refresh() - Method in class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Remote version of the Lock.refresh() method.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
refresh(boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.refresh(boolean) method.
refresh(boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.refresh(boolean) method.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.refresh(boolean) method.
refresh(boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.refresh(boolean) method.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
registerNamespace(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
remote - Variable in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
The adapted remote session.
RemoteAccessControlEntry - Interface in org.apache.jackrabbit.rmi.remote.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR AccessControlEntry interface. Used by the ServerAccessControlEntry and ClientAccessControlEntry adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding AccessControlEntry method. The remote object will simply forward the method call to the underlying AccessControlEntry instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteAccessControlList - Interface in org.apache.jackrabbit.rmi.remote.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR AccessControlList interface. Used by the ServerAccessControlList and ClientAccessControlList adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding AccessControlList method. The remote object will simply forward the method call to the underlying AccessControlList instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteAccessControlManager - Interface in org.apache.jackrabbit.rmi.remote.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR AccessControlManager interface. Used by the ServerAccessControlManager and ClientAccessControlManager adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding AccessControlManager method. The remote object will simply forward the method call to the underlying AccessControlManager instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteAccessControlPolicy - Interface in org.apache.jackrabbit.rmi.remote.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR AccessControlPolicy interface. Used by the ServerAccessControlPolicy and ClientAccessControlPolicy adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding AccessControlPolicy method. The remote object will simply forward the method call to the underlying AccessControlPolicy instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteAdapterFactory - Interface in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Factory interface for creating remote adapters for local resources. This interface defines how the local JCR interfaces are adapted to remote JCR-RMI references. The adaption mechanism can be modified (for example to add extra features) by changing the remote adapter factory used by the repository server.

Note that the ServerObject base class provides a number of utility methods designed to work with a remote adapter factory. Adapter implementations may want to inherit that functionality by subclassing from ServerObject.

RemoteEventCollection - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The RemoteEventCollection class serves as a container for notifications sent to registered event listeners. Instances of this class are created by the server-side event listener proxies and sent to the client-side event poller. On the client-side the enclosed list of events is then sent to the listener identified by the contained listener identifier.

RemoteEventCollection.RemoteEvent - Interface in org.apache.jackrabbit.rmi.remote
Deprecated.
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
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR GroupPrincipal interface. Used by the ServerGroup and ClientGroup adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding Group method. The remote object will simply forward the method call to the underlying Group instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteItem - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Item interface. Used by the ServerItem and ClientItem adapter base classes to provide transparent RMI access to remote items.

The methods in this interface are documented only with a reference to a corresponding Item method. The remote object will simply forward the method call to the underlying Item instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (Items and Nodes) are returned as remote references to the corresponding remote interfaces. RMI errors are signaled with RemoteExceptions.

RemoteItemDefinition - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR ItemDef interface. Used by the ServerItemDefinition and ClientItemDefinition adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding ItemDef method. The remote object will simply forward the method call to the underlying ItemDef instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex NodeType return values are returned as remote references to the RemoteNodeType interface. RMI errors are signaled with RemoteExceptions.

RemoteIterator - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR RangeIterator interface. Used by the ServerIterator and ClientIterator classes to provide transparent RMI access to remote iterators.

This interface allows both the client and server side to control the amount of buffering used to increase performance.

RemoteLock - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Lock interface. Used by the ServerLock and ClientLock adapter classes to provide transparent RMI access to remote locks.

The methods in this interface are documented only with a reference to a corresponding Lock method. The remote object will simply forward the method call to the underlying Lock instance. Return values and possible exceptions are copied over the network. RMI errors are signaled with RemoteExceptions.

RemoteLockManager - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteNamespaceRegistry - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR NamespaceRegistry interface. Used by the ServerNamespaceRegistry and ClientNamespaceRegistry adapters to provide transparent RMI access to remote namespace registries.

The methods in this interface are documented only with a reference to a corresponding NamespaceRegistry method. The remote object will simply forward the method call to the underlying NamespaceRegistry instance. Argument and return values, as well as possible exceptions, are copied over the network. RMI errors are signaled with RemoteExceptions.

RemoteNode - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Node interface. Used by the ServerNode and ClientNode adapters to provide transparent RMI access to remote nodes.

The methods in this interface are documented only with a reference to a corresponding Node method. The remote object will simply forward the method call to the underlying Node instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Nodes and Properties) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

Note that only two generic setProperty methods are included in this interface. Clients should implement the type-specific setProperty methods by wrapping the argument values into generic Value objects and calling the generic setProperty methods. Note also that the Value objects must be serializable and implemented using classes available on both the client and server side. The SerialValueFactory class provides two convenience methods to satisfy these requirements.

RemoteNodeDefinition - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR NodeDefinition interface. Used by the ServerNodeDefinition and ClientNodeDefinition adapters to provide transparent RMI access to remote node definitions.

The methods in this interface are documented only with a reference to a corresponding NodeDef method. The remote object will simply forward the method call to the underlying NodeDef instance. Return values and possible exceptions are copied over the network. Complex NodeType return values are returned as remote references to the RemoteNodeType interface. RMI errors are signaled with RemoteExceptions.

RemoteNodeType - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR NodeType interface. Used by the ServerNodeType and ClientNodeType adapters to provide transparent RMI access to remote node types.

The methods in this interface are documented only with a reference to a corresponding NodeType method. The remote object will simply forward the method call to the underlying NodeType instance. Return values and possible exceptions are copied over the network. Complex return values (like NodeTypes and PropertyDefs) are returned as remote references to the corresponding remote interfaces. RMI errors are signaled with RemoteExceptions.

RemoteNodeTypeManager - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR NodeTypeManager interface. Used by the ServerNodeTypeManager and ClientNodeTypeManager adapters to provide transparent RMI access to remote node type managers.

The methods in this interface are documented only with a reference to a corresponding NodeTypeManager method. The remote object will simply forward the method call to the underlying NodeTypeManager instance. Arguments and possible exceptions are copied over the network. Complex NodeType values are returned as remote references to the RemoteNodeType interface. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

RemoteObservationManager - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR ObservationManager interface. Used by the ServerObservationManager and ClientObservationManager adapter base classes to provide transparent RMI access to remote observation managers.

See the observation package comment for a description on how event listener registration and notification is implemented.

RemotePrincipal - Interface in org.apache.jackrabbit.rmi.remote.principal
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Principal interface. Used by the ServerPrincipal and ClientPrincipal adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding Principal method. The remote object will simply forward the method call to the underlying Principal instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemotePrivilege - Interface in org.apache.jackrabbit.rmi.remote.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Privilege interface. Used by the ServerPrivilege and ClientPrivilege adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding Privilege method. The remote object will simply forward the method call to the underlying Privilege instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

RemoteProperty - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Property interface. Used by the ServerProperty and ClientProperty adapters to provide transparent RMI access to remote properties.

The methods in this interface are documented only with a reference to a corresponding Property method. The remote object will simply forward the method call to the underlying Property instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex PropertyDef return values are returned as remote references to the corresponding RemotePropertyDefinition interface. RMI errors are signaled with RemoteExceptions.

Note that only the generic getValue and setValue methods are included in this interface. Clients should implement the type-specific value getters and setters wrapping using the generic methods. Note also that the Value objects must be serializable and implemented using classes available on both the client and server side. The SerialValueFactory class provides two convenience methods to satisfy these requirements.

RemotePropertyDefinition - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR PropertyDefinition interface. Used by the ServerPropertyDefinition and ClientPropertyDefinition adapters to provide transparent RMI access to remote property definitions.

The methods in this interface are documented only with a reference to a corresponding PropertyDef method. The remote object will simply forward the method call to the underlying PropertyDef instance. Return values and possible exceptions are copied over the network. RMI errors are signaled with RemoteExceptions.

Note that the returned Value objects must be serializable and implemented using classes available on both the client and server side. The SerialValueFactory class provides two convenience methods to satisfy this requirement.

RemoteQuery - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Query interface. Used by the ServerQuery and ClientQuery adapter base classes to provide transparent RMI access to remote items.

RMI errors are signaled with RemoteExceptions.

RemoteQueryManager - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR QueryManager interface. Used by the ServerQueryManager and ClientQueryManager adapter base classes to provide transparent RMI access to remote items.

RMI errors are signaled with RemoteExceptions.

RemoteQueryResult - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR QueryResult interface. Used by the ServerQueryResult and ClientQueryResult adapter base classes to provide transparent RMI access to remote items.

RMI errors are signaled with RemoteExceptions.

RemoteRepository - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Repository interface. Used by the ServerRepository and ClientRepository adapters to provide transparent RMI access to remote repositories.

The methods in this interface are documented only with a reference to a corresponding Repository method. The remote object will simply forward the method call to the underlying Repository instance. Session objects are returned as remote references to the RemoteSession interface. Simple return values and possible exceptions are copied over the network to the client. RMI errors are signaled with RemoteExceptions.

RemoteRepositoryException - Exception in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

JCR-RMI remote exception. Used by the JCR-RMI client to wrap RMI errors into RepositoryExceptions to avoid breaking the JCR interfaces.

Note that if a RemoteException is received by call with no declared exceptions, then the RemoteException is wrapped into a RemoteRuntimeException.

RemoteRepositoryException(RemoteException) - Constructor for exception org.apache.jackrabbit.rmi.client.RemoteRepositoryException
Deprecated.
Creates a RemoteRepositoryException based on the given RemoteException.
RemoteRow - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Row interface. Used by the ServerRow and ClientRow adapter base classes to provide transparent RMI access to remote items.

RMI errors are signaled with RemoteExceptions.

RemoteRuntimeException - Exception in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

JCR-RMI remote runtime exception. Used by the JCR-RMI client to wrap RMI errors into RuntimeExceptions to avoid breaking the JCR interfaces.

Note that if a RemoteException is received by call that declares to throw RepositoryExceptions, then the RemoteException is wrapped into a RemoteRepositoryException.

RemoteRuntimeException(RemoteException) - Constructor for exception org.apache.jackrabbit.rmi.client.RemoteRuntimeException
Deprecated.
Creates a RemoteRuntimeException based on the given RemoteException.
RemoteSession - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Session interface. Used by the ServerSession and ClientSession adapters to provide transparent RMI access to remote sessions.

Most of the methods in this interface are documented only with a reference to a corresponding Session method. In these cases the remote object will simply forward the method call to the underlying Session instance. Complex return values like workspaces and other objects are returned as remote references to the corresponding remote interface. Simple return values and possible exceptions are simply copied over the network to the client. RMI errors are signaled with RemoteExceptions.

RemoteVersion - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Version interface. Used by the ServerVersion and ClientVersion adapters to provide transparent RMI access to remote versions.

The methods in this interface are documented only with a reference to a corresponding Version method. The remote object will simply forward the method call to the underlying Version instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Versions) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

RemoteVersionHistory - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JC VersionHistory interface. Used by the ServerVersionHistory and ClientVersionHistory adapters to provide transparent RMI access to remote version histories.

The methods in this interface are documented only with a reference to a corresponding VersionHistory method. The remote object will simply forward the method call to the underlying VersionHistory instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Versions) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

RemoteVersionManager - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RemoteWorkspace - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the JCR Workspace interface. Used by the ServerWorkspace and ClientWorkspace adapters to provide transparent RMI access to remote workspaces.

Most of the methods in this interface are documented only with a reference to a corresponding Workspace method. In these cases the remote object will simply forward the method call to the underlying Workspace instance. Complex return values like namespace registries and other objects are returned as remote references to the corresponding remote interface. Simple return values and possible exceptions are copied over the network to the client. RMI errors are signaled with RemoteExceptions.

RemoteXASession - Interface in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote version of the XASession interface.

remove() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
remove() - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Not supported.
remove() - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
remove() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.remove() method.
remove() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.remove() method.
removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlList
Deprecated.
 
removeAccessControlEntry(RemoteAccessControlEntry) - Method in class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
Deprecated.
 
removeActivity(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
removeActivity(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
removeActivity(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
removeEventListener(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteObservationManager
Deprecated.
Remote version of the ObservationManager.removeEventListener() method.
removeEventListener(long) - Method in class org.apache.jackrabbit.rmi.server.ServerObservationManager
Deprecated.
Remote version of the ObservationManager.removeEventListener() method.
removeEventListener(EventListener) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
removeItem(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
removeItem(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.removeItem(String) method.
removeItem(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.removeItem(String) method.
removeListener(EventListener) - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Deprecated.
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.ClientLockManager
Deprecated.
 
removeLockToken(String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
removeLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
removeLockToken(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.removeLockToken(String) method.
removeLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
removeLockToken(String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.removeLockToken(String) method.
removeMember(Principal) - Method in class org.apache.jackrabbit.rmi.client.principal.ClientGroup
Deprecated.
 
removeMixin(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
removeMixin(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.removeMixin(String) method.
removeMixin(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.removeMixin(String) method.
removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
 
removeShare() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
removeShare() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.removeShare() method.
removeShare() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.removeShare() method.
removeSharedSet() - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
removeSharedSet() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.removeSharedSet() method.
removeSharedSet() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.removeSharedSet() method.
removeVersion(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
removeVersion(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.removeVersion(String) method.
removeVersion(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.removeVersion(String) method.
removeVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionHistory
Deprecated.
removeVersionLabel(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionHistory
Deprecated.
Remote version of the VersionHistory.removeVersionLabel(String) method.
removeVersionLabel(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Remote version of the VersionHistory.removeVersionLabel(String) method.
restore(String[], boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
restore(String[], boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
restore(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
restore(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.restore(String,boolean) method.
restore(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
restore(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.restore(String,boolean) method.
restore(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
restore(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
restore(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.restore(Version,String,boolean) method.
restore(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
restore(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.restore(Version,String,boolean) method.
restore(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
restore(String, Version, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
restore(Version[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
restore(Version[], boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientWorkspace
Deprecated.
restore(Version, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
restore(Version, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
restore(Version, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
restoreByLabel(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
restoreByLabel(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
restoreByLabel(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
restoreByUUID(String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.restore(Version,boolean) method.
restoreByUUID(String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.restore(Version,boolean) method.
restoreVI(String, String, boolean) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
restoreVI(String, String, boolean) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
RMIRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Proxy for a remote repository bound in RMI. The configured repository is looked up from RMI lazily during each method call. Thus the RMI entry does not need to exist when this class is instantiated. The RMI entry can also be replaced with another repository during the lifetime of an instance of this class.

RMIRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepository
Deprecated.
Creates a proxy for the remote repository in the given RMI URL.
RMIRemoteRepository(LocalAdapterFactory, String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepository
Deprecated.
Creates a proxy for the remote repository in the given RMI URL.
RMIRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Factory that looks up a remote repository from an RMI registry.

RMIRemoteRepositoryFactory(LocalAdapterFactory, String) - Constructor for class org.apache.jackrabbit.rmi.repository.RMIRemoteRepositoryFactory
Deprecated.
Creates a factory for looking up a remote repository from an RMI registry.
RmiRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RmiRepositoryFactory() - Constructor for class org.apache.jackrabbit.rmi.repository.RmiRepositoryFactory
Deprecated.
 
rollback(Xid) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
rollback(Xid) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.rollback(Xid) method.
rollback(Xid) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
run() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Deprecated.
Checks for remote events and dispatches them to the locally registered event listeners.

S

SafeClientRepository - Class in org.apache.jackrabbit.rmi.client
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A "safe" local adapter for the JCR-RMI RemoteRepository interface. This class uses an abstract factory method for loading (and reloading) the remote repository instance that is made locally available through the JCR Repository interface. If the remote reference breaks (a RemoteException is thrown by a remote call), then this adapter attempts to reload the remote reference once before failing.

SafeClientRepository(LocalAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.client.SafeClientRepository
Deprecated.
Creates a client adapter for the given remote repository.
save() - Method in class org.apache.jackrabbit.rmi.client.ClientItem
Deprecated.
save() - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
save() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteItem
Deprecated.
Remote version of the Item.save() method.
save() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.save() method.
save() - Method in class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Remote version of the Item.save() method.
save() - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.save() method.
SerializableXid - Class in org.apache.jackrabbit.rmi.remote
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Serializable Xid.

SerializableXid(Xid) - Constructor for class org.apache.jackrabbit.rmi.remote.SerializableXid
Deprecated.
 
SerialValueFactory - Class in org.apache.jackrabbit.rmi.value
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The SerialValueFactory class is used in the RMI infrastructure to create serializable Value instances on the client side.

This class works in conjunction with the implementations of the javax.jcr.Value interface found in this package.

This class may be extended to overwrite any of the createXXXValue methods to create instances of the respective type of Value implementation. The methods of the ValueFactory interface are declared final to guard against breaking the rules.

SerialValueFactory() - Constructor for class org.apache.jackrabbit.rmi.value.SerialValueFactory
Deprecated.
Default constructor only visible to extensions of this class.
ServerAccessControlEntry - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
ServerAccessControlEntry(AccessControlEntry, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlEntry
Deprecated.
 
ServerAccessControlList - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
ServerAccessControlList(AccessControlList, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
Deprecated.
 
ServerAccessControlManager - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
ServerAccessControlManager(AccessControlManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlManager
Deprecated.
 
ServerAccessControlPolicy - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
ServerAccessControlPolicy(AccessControlPolicy, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicy
Deprecated.
 
ServerAccessControlPolicyIterator - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating rows.

ServerAccessControlPolicyIterator(AccessControlPolicyIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicyIterator
Deprecated.
Creates a ServerRowIterator instance.
ServerAdapterFactory - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Default implementation of the RemoteAdapterFactory interface. This factory uses the server adapters defined in this package as the default adapter implementations. Subclasses can override or extend the default adapters by implementing the corresponding factory methods.

The bufferSize property can be used to configure the size of the buffer used by iterators to speed up iterator traversal over the network.

ServerAdapterFactory() - Constructor for class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
 
ServerEventCollection - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The ServerEventCollection class implements the RemoteEventCollectionevent to actually sent the server-side event to the client.

This class does not directly relate to any JCR class because beside the list of events the unique identifier of the client-side listener has to be provided such that the receiving listener may be identified on the client-side.

ServerEventCollection.ServerEvent - Class in org.apache.jackrabbit.rmi.server
Deprecated.
Server side implementation of the RemoteEventCollection.RemoteEvent interface.
ServerEventListenerProxy - Class in org.apache.jackrabbit.rmi.observation
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

The ServerEventListenerProxy class is the server-side event listener proxy registered on behalf of a client-side event listener identified with the unique identifier.

The term Server in this class indicates, that this is a server-side class. In contrast to the classes in the org.apache.jackrabbit.rmi.server package, this class neither extends the ServerObject class nor does it implement any of the remote interfaces in the org.apache.jackrabbit.rmi.remote package because it only is instantiated to be used on the server side.

See the package overview for an explanation of the mechanisms implemented for event dispatching.

ServerEventListenerProxy(RemoteAdapterFactory, long, Queue) - Constructor for class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Deprecated.
Creates a new instance of this listener proxy.
ServerGroup - Class in org.apache.jackrabbit.rmi.server.principal
Deprecated, for removal: This API element is subject to removal in a future version.
ServerGroup(Principal, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerGroup
Deprecated.
 
ServerGroup(GroupPrincipal, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerGroup
Deprecated.
 
ServerItem - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Item interface. This class makes a local item available as an RMI service using the RemoteItem interface. Used mainly as the base class for the ServerProperty and ServerNode adapters.

ServerItem(Item, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerItem
Deprecated.
Creates a remote adapter for the given local item.
ServerItemDefinition - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR ItemDefinition interface. This class makes a local item definition available as an RMI service using the RemoteItemDefinition interface. Used mainly as the base class for the ServerPropertyDefinition and ServerNodeDefinition adapters.

ServerItemDefinition(ItemDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerItemDefinition
Deprecated.
Creates a remote adapter for the given local item definition.
ServerIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR RangeIterator interface. This class makes a local iterator available as an RMI service using the RemoteIterator interface.

ServerIterator(RangeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Deprecated.
Creates a remote adapter for the given local item.
ServerLock - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Lock interface. This class makes a local lock available as an RMI service using the RemoteLock interface.

ServerLock(Lock, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerLock
Deprecated.
Creates a remote adapter for the given local lock.
ServerLockManager - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
ServerLockManager(LockManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
ServerNamespaceRegistry - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR NamespaceRegistry interface. This class makes a local namespace registry available as an RMI service using the RemoteNamespaceRegistry interface.

ServerNamespaceRegistry(NamespaceRegistry, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Creates a remote adapter for the given local namespace registry.
ServerNode - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Node interface. This class makes a local node available as an RMI service using the RemoteNode interface.

ServerNode(Node, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Creates a remote adapter for the given local node.
ServerNodeDefinition - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR NodeDefinition interface. This class makes a local node definition available as an RMI service using the RemoteNodeDefinition interface.

ServerNodeDefinition(NodeDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeDefinition
Deprecated.
Creates a remote adapter for the given local node definition.
ServerNodeIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating nodes.

ServerNodeIterator(NodeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator
Deprecated.
Creates a ServerNodeIterator instance.
ServerNodeType - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR NodeType interface. This class makes a local node type available as an RMI service using the RemoteNodeType interface.

ServerNodeType(NodeType, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeType
Deprecated.
Creates a remote adapter for the given local node type.
ServerNodeTypeIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating node types.

ServerNodeTypeIterator(NodeTypeIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator
Deprecated.
Creates a ServerNodeTypeIterator instance.
ServerNodeTypeManager - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR NodeTypeManager interface. This class makes a local node type manager available as an RMI service using the RemoteNodeTypeManager interface.

ServerNodeTypeManager(NodeTypeManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
Creates a remote adapter for the given local node type manager.
ServerObject - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Base class for remote adapters. The purpose of this class is to centralize the handling of the RemoteAdapterFactory instance used to instantiate new server adapters.

ServerObject(RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerObject
Deprecated.
Creates a basic server adapter that uses the given factory to create new adapters.
ServerObservationManager - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR ObservationManager interface. This class makes a local item available as an RMI service using the RemoteObservationManager interface.

This class works in conjunction with the ClientObservationManager class to implement the distributed the event listener registration described in observation package comment.

ServerObservationManager(ObservationManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerObservationManager
Deprecated.
Creates a remote adapter for the given local workspace.
ServerPrincipal - Class in org.apache.jackrabbit.rmi.server.principal
Deprecated, for removal: This API element is subject to removal in a future version.
ServerPrincipal(Principal, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
Deprecated.
 
ServerPrincipalIterator - Class in org.apache.jackrabbit.rmi.server.principal
Deprecated, for removal: This API element is subject to removal in a future version.
ServerPrincipalIterator(Iterator<Principal>, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator
Deprecated.
 
ServerPrivilege - Class in org.apache.jackrabbit.rmi.server.security
Deprecated, for removal: This API element is subject to removal in a future version.
ServerPrivilege(Privilege, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.security.ServerPrivilege
Deprecated.
 
ServerProperty - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Property interface. This class makes a local property available as an RMI service using the RemoteProperty interface.

ServerProperty(Property, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Creates a remote adapter for the given local property.
ServerPropertyDefinition - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR PropertyDefinition interface. This class makes a local property definition available as an RMI service using the RemotePropertyDefinition interface.

ServerPropertyDefinition(PropertyDefinition, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition
Deprecated.
Creates a remote adapter for the given local property definition.
ServerPropertyIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating properties.

ServerPropertyIterator(PropertyIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator
Deprecated.
Creates a ServerPropertyIterator instance.
ServerQuery - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Query interface. This class makes a local session available as an RMI service using the RemoteQuery interface.

ServerQuery(Query, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
Creates a remote adapter for the given local Query.
ServerQueryManager - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR QueryManager interface. This class makes a local query manager available as an RMI service using the RemoteQueryManager interface.

ServerQueryManager(Session, QueryManager, ServerAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQueryManager
Deprecated.
Creates a remote adapter for the given local query manager.
ServerQueryResult - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR QueryResult interface. This class makes a local session available as an RMI service using the RemoteQueryResult interface.

ServerQueryResult(QueryResult, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerQueryResult
Deprecated.
Creates a remote adapter for the given local QueryResult.
ServerRepository - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Repository interface. This class makes a local repository available as an RMI service using the RemoteRepository interface.

ServerRepository(Repository, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerRepository
Deprecated.
Creates a remote adapter for the given local repository.
ServerRow - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Row interface. This class makes a local session available as an RMI service using the RemoteRow interface.

ServerRow(Row, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerRow
Deprecated.
Creates a remote adapter for the given local query row.
ServerRowIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating rows.

ServerRowIterator(RowIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator
Deprecated.
Creates a ServerRowIterator instance.
ServerSession - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Session interface. This class makes a local session available as an RMI service using the RemoteSession interface.

ServerSession(Session, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Creates a remote adapter for the given local session.
ServerVersion - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Version interface. This class makes a local version available as an RMI service using the RemoteVersion interface.

ServerVersion(Version, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerVersion
Deprecated.
Creates a remote adapter for the given local version.
ServerVersionHistory - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR VersionHistory interface. This class makes a local version history available as an RMI service using the RemoteVersionHistory interface.

ServerVersionHistory(VersionHistory, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerVersionHistory
Deprecated.
Creates a remote adapter for the given local version history.
ServerVersionIterator - Class in org.apache.jackrabbit.rmi.server.iterator
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

A ServerIterator for iterating versions.

ServerVersionIterator(VersionIterator, RemoteAdapterFactory, int) - Constructor for class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator
Deprecated.
Creates a ServerVersionIterator instance.
ServerVersionManager - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
ServerVersionManager(Session, VersionManager, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
ServerWorkspace - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for the JCR Workspace interface. This class makes a local workspace available as an RMI service using the RemoteWorkspace interface.

ServerWorkspace(Workspace, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerWorkspace
Deprecated.
Creates a remote adapter for the given local workspace.
ServerXASession - Class in org.apache.jackrabbit.rmi.server
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Remote adapter for XA-enabled sessions.

ServerXASession(Session, XAResource, RemoteAdapterFactory) - Constructor for class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
Creates a remote adapter for the given local, transaction enabled, session.
setActivity(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteVersionManager
Deprecated.
 
setActivity(String) - Method in class org.apache.jackrabbit.rmi.server.ServerVersionManager
Deprecated.
 
setActivity(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientVersionManager
Deprecated.
setBufferSize(int) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Sets the iterator buffer size.
setLimit(long) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
setLimit(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
setLimit(long) - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
setLocalAddress(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
setLocalAddress(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
setLocalEnvironment(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
setLocalEnvironment(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientSession
Deprecated.
setNamespacePrefix(String, String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteSession
Deprecated.
Remote version of the Session.setNamespacePrefix(String,String) method.
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.rmi.server.ServerSession
Deprecated.
Remote version of the Session.setNamespacePrefix(String,String) method.
setOffset(long) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
setOffset(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
setOffset(long) - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.
setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.rmi.client.security.ClientAccessControlManager
Deprecated.
 
setPortNumber(int) - Method in class org.apache.jackrabbit.rmi.server.ServerAdapterFactory
Deprecated.
Sets the port number for server objects.
setPrimaryType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setPrimaryType(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.setPrimaryType(String) method.
setPrimaryType(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.setPrimaryType(String) method.
setProperty(String, boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, double) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, long) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, String, int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, BigDecimal) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Binary) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Node) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Value[], int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.setProperty(String,Value[],int) method.
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.setProperty(String,Value[],int) method.
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
setProperty(String, Value, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.setProperty(String,Value) method.
setRemoteAddress(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
setRemoteAddress(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
setRemoteEnvironment(String) - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
setRemoteEnvironment(String) - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
setTransactionTimeout(int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
setTransactionTimeout(int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.setTransactionTimeout(int) method.
setTransactionTimeout(int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
setUserData(String) - Method in class org.apache.jackrabbit.rmi.client.ClientObservationManager
Deprecated.
 
setValue(boolean) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the boolean value of this property.
setValue(double) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the double value of this property.
setValue(long) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the long value of this property.
setValue(InputStream) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the binary value of this property.
setValue(String) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the string value of this property.
setValue(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
setValue(BigDecimal) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the decimal value of this property.
setValue(Calendar) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the date value of this property.
setValue(Binary) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the binary value of this property.
setValue(Node) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
Sets the reference value of this property.
setValue(Value) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
setValue(Value) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.setValue(Value) method.
setValue(Value) - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.setValue(Value) method.
setValue(Value[]) - Method in class org.apache.jackrabbit.rmi.client.ClientProperty
Deprecated.
setValue(Value[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteProperty
Deprecated.
Remote version of the Property.setValue(Value[]) method.
setValue(Value[]) - Method in class org.apache.jackrabbit.rmi.server.ServerProperty
Deprecated.
Remote version of the Property.setValue(Value[]) method.
skip(long) - Method in class org.apache.jackrabbit.rmi.client.iterator.ClientIterator
Deprecated.
Skips the given number of elements in this iteration.
skip(long) - Method in class org.apache.jackrabbit.rmi.iterator.ArrayIterator
Deprecated.
skip(long) - Method in class org.apache.jackrabbit.rmi.remote.ArrayIterator
Deprecated.
Skips the first items elements in the array.
skip(long) - Method in class org.apache.jackrabbit.rmi.remote.BufferIterator
Deprecated.
Skips the given number of elements.
skip(long) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteIterator
Deprecated.
Skips the given number of elements in this iteration.
skip(long) - Method in class org.apache.jackrabbit.rmi.server.iterator.ServerIterator
Deprecated.
Skips the given number of elements.
start() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
start() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
start(Xid, int) - Method in class org.apache.jackrabbit.rmi.client.ClientXASession
Deprecated.
 
start(Xid, int) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteXASession
Deprecated.
Remote version of the XAResource.start(Xid, int) method.
start(Xid, int) - Method in class org.apache.jackrabbit.rmi.server.ServerXASession
Deprecated.
 
stop() - Method in class org.apache.jackrabbit.rmi.server.jmx.JCRServer
Deprecated.
 
stop() - Method in interface org.apache.jackrabbit.rmi.server.jmx.JCRServerMBean
Deprecated.
 
storeAsNode(String) - Method in class org.apache.jackrabbit.rmi.client.ClientQuery
Deprecated.
storeAsNode(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteQuery
Deprecated.
 
storeAsNode(String) - Method in class org.apache.jackrabbit.rmi.server.ServerQuery
Deprecated.

T

terminate() - Method in class org.apache.jackrabbit.rmi.observation.ClientEventPoll
Deprecated.
Indicates to the ClientEventPoll.run() method, that asking for events should be terminated.
toString() - Method in class org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy
Deprecated.
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
Deprecated.
unlock() - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.unlock() method.
unlock() - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.unlock() method.
unlock(String) - Method in class org.apache.jackrabbit.rmi.client.ClientLockManager
Deprecated.
 
unlock(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteLockManager
Deprecated.
 
unlock(String) - Method in class org.apache.jackrabbit.rmi.server.ServerLockManager
Deprecated.
 
unregisterNamespace(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
Deprecated.
unregisterNamespace(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
unregisterNamespace(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry
Deprecated.
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
unregisterNodeType(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.rmi.client.ClientNodeTypeManager
Deprecated.
 
unregisterNodeTypes(String[]) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager
Deprecated.
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager
Deprecated.
 
update(String) - Method in class org.apache.jackrabbit.rmi.client.ClientNode
Deprecated.
update(String) - Method in interface org.apache.jackrabbit.rmi.remote.RemoteNode
Deprecated.
Remote version of the Node.update(String) method.
update(String) - Method in class org.apache.jackrabbit.rmi.server.ServerNode
Deprecated.
Remote version of the Node.update(String) method.
URL_PARAMETER - Static variable in class org.apache.jackrabbit.rmi.client.ClientRepositoryFactory
Deprecated.
The JNDI parameter name for configuring the RMI URL of a remote repository.
URLRemoteRepository - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Proxy for a remote repository accessed via a URL. The configured URL is dereferenced lazily during each method call. Thus the resource pointed to by the URL does not need to exist when this class is instantiated. The resource can also be replaced with another remote repository instance during the lifetime of an instance of this class.

URLRemoteRepository(String) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Deprecated.
Creates a proxy for the remote repository at the given URL.
URLRemoteRepository(URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Deprecated.
Creates a proxy for the remote repository at the given URL.
URLRemoteRepository(LocalAdapterFactory, URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepository
Deprecated.
Creates a proxy for the remote repository at the given URL.
URLRemoteRepositoryFactory - Class in org.apache.jackrabbit.rmi.repository
Deprecated, for removal: This API element is subject to removal in a future version.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

Factory that looks up a remote repository from a given URL.

URLRemoteRepositoryFactory(LocalAdapterFactory, URL) - Constructor for class org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory
Deprecated.
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 
All Classes All Packages