Package | Description |
---|---|
org.apache.jackrabbit.rmi.client |
Client implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.client.iterator |
Local adapters for remote iterators.
|
org.apache.jackrabbit.rmi.client.principal | |
org.apache.jackrabbit.rmi.client.security | |
org.apache.jackrabbit.rmi.remote |
Remote interfaces of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.remote.principal | |
org.apache.jackrabbit.rmi.remote.security | |
org.apache.jackrabbit.rmi.server |
Server implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.server.iterator |
Remote adapters for local iterators.
|
org.apache.jackrabbit.rmi.server.principal | |
org.apache.jackrabbit.rmi.server.security |
Modifier and Type | Method and Description |
---|---|
AccessControlPolicyIterator |
LocalAdapterFactory.getAccessControlPolicyIterator(RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
policy iterator
|
AccessControlPolicyIterator |
ClientAdapterFactory.getAccessControlPolicyIterator(RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
policy iterator
|
NodeIterator |
LocalAdapterFactory.getNodeIterator(Session session,
RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote node iterator.
|
NodeIterator |
ClientAdapterFactory.getNodeIterator(Session session,
RemoteIterator remote)
Deprecated.
Creates and returns a
ClientNodeIterator instance. |
NodeTypeIterator |
LocalAdapterFactory.getNodeTypeIterator(RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote
node type iterator.
|
NodeTypeIterator |
ClientAdapterFactory.getNodeTypeIterator(RemoteIterator remote)
Deprecated.
Creates and returns a
ClientNodeTypeIterator instance. |
Iterator<Principal> |
LocalAdapterFactory.getPrincipalIterator(RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote principal
iterator.
|
Iterator<Principal> |
ClientAdapterFactory.getPrincipalIterator(RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote principal
iterator.
|
PropertyIterator |
LocalAdapterFactory.getPropertyIterator(Session session,
RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote property iterator.
|
PropertyIterator |
ClientAdapterFactory.getPropertyIterator(Session session,
RemoteIterator remote)
Deprecated.
Creates and returns a
ClientPropertyIterator instance. |
RowIterator |
LocalAdapterFactory.getRowIterator(Session session,
RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote row iterator.
|
RowIterator |
ClientAdapterFactory.getRowIterator(Session session,
RemoteIterator remote)
Deprecated.
Creates and returns a
ClientRowIterator instance. |
VersionIterator |
LocalAdapterFactory.getVersionIterator(Session session,
RemoteIterator remote)
Deprecated.
Factory method for creating a local adapter for a remote version iterator.
|
VersionIterator |
ClientAdapterFactory.getVersionIterator(Session session,
RemoteIterator remote)
Deprecated.
Creates and returns a
ClientVersionIterator instance. |
Constructor and Description |
---|
ClientIterator(RemoteIterator remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote iterator.
|
ClientNodeIterator(RemoteIterator iterator,
Session session,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientNodeIterator instance.
|
ClientNodeTypeIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientNodeTypeIterator instance.
|
ClientPropertyIterator(RemoteIterator iterator,
Session session,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientPropertyIterator instance.
|
ClientRowIterator(Session session,
RemoteIterator iterator,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientRowIterator instance.
|
ClientVersionIterator(RemoteIterator iterator,
Session session,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientVersionIterator instance.
|
Constructor and Description |
---|
ClientPrincipalIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Deprecated.
|
Constructor and Description |
---|
ClientAccessControlPolicyIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayIterator
Deprecated.
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. |
class |
BufferIterator
Deprecated.
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. |
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
RemoteVersionHistory.getAllFrozenNodes()
Deprecated.
Remote version of the
VersionHistory.getAllFrozenNodes()
method. |
RemoteIterator |
RemoteVersionHistory.getAllLinearFrozenNodes()
Deprecated.
Remote version of the
VersionHistory.getAllLinearFrozenNodes()
method. |
RemoteIterator |
RemoteVersionHistory.getAllLinearVersions()
Deprecated.
Remote version of the
VersionHistory.getAllLinearVersions()
method. |
RemoteIterator |
RemoteNodeTypeManager.getAllNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getAllNodeTypes()
method. |
RemoteIterator |
RemoteVersionHistory.getAllVersions()
Deprecated.
Remote version of the
VersionHistory.getAllVersions()
method. |
RemoteIterator |
RemoteNodeType.getDeclaredSubtypes()
Deprecated.
Remote version of the
NodeType.getDeclaredSubtypes()
method. |
RemoteIterator |
RemoteNodeTypeManager.getMixinNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getMixinNodeTypes()
method. |
RemoteIterator |
RemoteQueryResult.getNodes()
Deprecated.
|
RemoteIterator |
RemoteNode.getNodes()
Deprecated.
Remote version of the
Node.getNodes() method. |
RemoteIterator |
RemoteNode.getNodes(String pattern)
Deprecated.
Remote version of the
Node.getNodes(String) method. |
RemoteIterator |
RemoteNode.getNodes(String[] globs)
Deprecated.
Remote version of the
Node.getNodes(String[]) method. |
RemoteIterator |
RemoteNodeTypeManager.getPrimaryNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getPrimaryNodeTypes()
method. |
RemoteIterator |
RemoteNode.getProperties()
Deprecated.
Remote version of the
Node.getProperties() method. |
RemoteIterator |
RemoteNode.getProperties(String pattern)
Deprecated.
Remote version of the
Node.getProperties(String)
method. |
RemoteIterator |
RemoteNode.getProperties(String[] globs)
Deprecated.
Remote version of the
Node.getProperties(String[])
method. |
RemoteIterator |
RemoteNode.getReferences()
Deprecated.
Remote version of the
Node.getReferences() method. |
RemoteIterator |
RemoteNode.getReferences(String name)
Deprecated.
Remote version of the
Node.getReferences(String) method. |
RemoteIterator |
RemoteQueryResult.getRows()
Deprecated.
|
RemoteIterator |
RemoteNode.getSharedSet()
Deprecated.
Remote version of the
Node.getSharedSet() method. |
RemoteIterator |
RemoteNodeType.getSubtypes()
Deprecated.
Remote version of the
NodeType.getSubtypes()
method. |
RemoteIterator |
RemoteNode.getWeakReferences()
Deprecated.
Remote version of the
Node.getWeakReferences()
method. |
RemoteIterator |
RemoteNode.getWeakReferences(String name)
Deprecated.
Remote version of the
Node.getWeakReferences(String)
method. |
RemoteIterator |
RemoteVersionManager.merge(String activityNodeIdentifier)
Deprecated.
|
RemoteIterator |
RemoteNode.merge(String workspace,
boolean bestEffort)
Deprecated.
Remote version of the
Node.merge(String,boolean)
method. |
RemoteIterator |
RemoteVersionManager.merge(String absPath,
String srcWorkspace,
boolean bestEffort)
Deprecated.
|
RemoteIterator |
RemoteVersionManager.merge(String absPath,
String srcWorkspace,
boolean bestEffort,
boolean isShallow)
Deprecated.
|
Constructor and Description |
---|
BufferIterator(Object[] buffer,
long size,
RemoteIterator remote)
Deprecated.
Creates a new buffered remote iterator.
|
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
RemoteGroup.members()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
RemoteAccessControlManager.getApplicablePolicies(String absPath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
ServerVersionHistory.getAllFrozenNodes()
Deprecated.
Remote version of the
VersionHistory.getAllFrozenNodes()
method. |
RemoteIterator |
ServerVersionHistory.getAllLinearFrozenNodes()
Deprecated.
Remote version of the
VersionHistory.getAllLinearFrozenNodes()
method. |
RemoteIterator |
ServerVersionHistory.getAllLinearVersions()
Deprecated.
Remote version of the
VersionHistory.getAllLinearVersions()
method. |
RemoteIterator |
ServerNodeTypeManager.getAllNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getAllNodeTypes()
method. |
RemoteIterator |
ServerVersionHistory.getAllVersions()
Deprecated.
Remote version of the
VersionHistory.getAllVersions()
method. |
RemoteIterator |
ServerNodeType.getDeclaredSubtypes()
Deprecated.
Remote version of the
NodeType.getDeclaredSubtypes()
method. |
RemoteIterator |
ServerNodeTypeManager.getMixinNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getMixinNodeTypes()
method. |
RemoteIterator |
ServerQueryResult.getNodes()
Deprecated.
|
RemoteIterator |
ServerNode.getNodes()
Deprecated.
Remote version of the
Node.getNodes() method. |
RemoteIterator |
ServerNode.getNodes(String pattern)
Deprecated.
Remote version of the
Node.getNodes(String) method. |
RemoteIterator |
ServerNode.getNodes(String[] globs)
Deprecated.
Remote version of the
Node.getNodes(String[]) method. |
RemoteIterator |
ServerNodeTypeManager.getPrimaryNodeTypes()
Deprecated.
Remote version of the
NodeTypeManager.getPrimaryNodeTypes()
method. |
RemoteIterator |
ServerNode.getProperties()
Deprecated.
Remote version of the
Node.getProperties() method. |
RemoteIterator |
ServerNode.getProperties(String pattern)
Deprecated.
Remote version of the
Node.getProperties(String)
method. |
RemoteIterator |
ServerNode.getProperties(String[] globs)
Deprecated.
Remote version of the
Node.getProperties(String[])
method. |
RemoteIterator |
ServerNode.getReferences()
Deprecated.
Remote version of the
Node.getReferences() method. |
RemoteIterator |
ServerNode.getReferences(String name)
Deprecated.
Remote version of the
Node.getReferences(String) method. |
RemoteIterator |
ServerAdapterFactory.getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator iterator)
Deprecated.
Creates a
ServerNodeIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemoteAccessControlPolicyIterator(AccessControlPolicyIterator iterator)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
RemoteIterator |
ServerAdapterFactory.getRemoteNodeIterator(NodeIterator iterator)
Deprecated.
Creates a
ServerNodeIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemoteNodeIterator(NodeIterator iterator)
Deprecated.
Returns a remote adapter for the given local node iterator.
|
RemoteIterator |
ServerAdapterFactory.getRemoteNodeTypeIterator(NodeTypeIterator iterator)
Deprecated.
Creates a
ServerNodeTypeIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemoteNodeTypeIterator(NodeTypeIterator iterator)
Deprecated.
Returns a remote adapter for the given local node type iterator.
|
RemoteIterator |
ServerAdapterFactory.getRemotePrincipalIterator(Iterator<Principal> principals)
Deprecated.
|
RemoteIterator |
RemoteAdapterFactory.getRemotePrincipalIterator(Iterator<Principal> principals)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
RemoteIterator |
ServerAdapterFactory.getRemotePropertyIterator(PropertyIterator iterator)
Deprecated.
Creates a
ServerPropertyIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemotePropertyIterator(PropertyIterator iterator)
Deprecated.
Returns a remote adapter for the given local property iterator.
|
RemoteIterator |
ServerAdapterFactory.getRemoteRowIterator(RowIterator iterator)
Deprecated.
Creates a
ServerRowIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemoteRowIterator(RowIterator iterator)
Deprecated.
Returns a remote adapter for the given local row iterator.
|
RemoteIterator |
ServerAdapterFactory.getRemoteVersionIterator(VersionIterator iterator)
Deprecated.
Creates a
ServerVersionIterator instance. |
RemoteIterator |
RemoteAdapterFactory.getRemoteVersionIterator(VersionIterator iterator)
Deprecated.
Returns a remote adapter for the given local version iterator.
|
RemoteIterator |
ServerQueryResult.getRows()
Deprecated.
|
RemoteIterator |
ServerNode.getSharedSet()
Deprecated.
Remote version of the
Node.getSharedSet() method. |
RemoteIterator |
ServerNodeType.getSubtypes()
Deprecated.
Remote version of the
NodeType.getSubtypes()
method. |
RemoteIterator |
ServerNode.getWeakReferences()
Deprecated.
Remote version of the
Node.getWeakReferences()
method. |
RemoteIterator |
ServerNode.getWeakReferences(String name)
Deprecated.
Remote version of the
Node.getWeakReferences(String)
method. |
RemoteIterator |
ServerVersionManager.merge(String activityNodeIdentifier)
Deprecated.
|
RemoteIterator |
ServerNode.merge(String workspace,
boolean bestEffort)
Deprecated.
Remote version of the
Node.merge(String,boolean)
method. |
RemoteIterator |
ServerVersionManager.merge(String absPath,
String srcWorkspace,
boolean bestEffort)
Deprecated.
|
RemoteIterator |
ServerVersionManager.merge(String absPath,
String srcWorkspace,
boolean bestEffort,
boolean isShallow)
Deprecated.
|
protected RemoteIterator |
ServerAdapterFactory.optimizeIterator(RemoteIterator remote)
Deprecated.
Optimizes the given remote iterator for transmission across the network.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteIterator |
ServerAdapterFactory.optimizeIterator(RemoteIterator remote)
Deprecated.
Optimizes the given remote iterator for transmission across the network.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerIterator
Deprecated.
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 |
class |
ServerNodeIterator
Deprecated.
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. |
class |
ServerNodeTypeIterator
Deprecated.
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. |
class |
ServerPropertyIterator
Deprecated.
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. |
class |
ServerRowIterator
Deprecated.
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. |
class |
ServerVersionIterator
Deprecated.
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. |
Modifier and Type | Class and Description |
---|---|
class |
ServerPrincipalIterator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
ServerGroup.members()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerAccessControlPolicyIterator
Deprecated.
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. |
Modifier and Type | Method and Description |
---|---|
RemoteIterator |
ServerAccessControlManager.getApplicablePolicies(String absPath)
Deprecated.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.