Package | Description |
---|---|
org.apache.jackrabbit.rmi.observation |
Helper class used by the observation manager classes.
|
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 |
Constructor and Description |
---|
ServerEventListenerProxy(RemoteAdapterFactory factory,
long listenerId,
Queue queue)
Creates a new instance of this listener proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerAdapterFactory
Default implementation of the
RemoteAdapterFactory interface. |
Modifier and Type | Method and Description |
---|---|
protected RemoteAdapterFactory |
ServerObject.getFactory()
Returns the remote adapter factory used to create new adapters.
|
Constructor and Description |
---|
ServerItem(javax.jcr.Item item,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local item.
|
ServerItemDefinition(javax.jcr.nodetype.ItemDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local item definition.
|
ServerLock(javax.jcr.lock.Lock lock,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local lock.
|
ServerLockManager(javax.jcr.lock.LockManager manager,
RemoteAdapterFactory factory) |
ServerNamespaceRegistry(javax.jcr.NamespaceRegistry registry,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local namespace registry.
|
ServerNode(javax.jcr.Node node,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node.
|
ServerNodeDefinition(javax.jcr.nodetype.NodeDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node definition.
|
ServerNodeType(javax.jcr.nodetype.NodeType type,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node type.
|
ServerNodeTypeManager(javax.jcr.nodetype.NodeTypeManager manager,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node type manager.
|
ServerObject(RemoteAdapterFactory factory)
Creates a basic server adapter that uses the given factory
to create new adapters.
|
ServerObservationManager(javax.jcr.observation.ObservationManager observationManager,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local workspace.
|
ServerProperty(javax.jcr.Property property,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local property.
|
ServerPropertyDefinition(javax.jcr.nodetype.PropertyDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local property definition.
|
ServerQuery(javax.jcr.query.Query query,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local
Query . |
ServerQueryResult(javax.jcr.query.QueryResult result,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local
QueryResult . |
ServerRepository(javax.jcr.Repository repository,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local repository.
|
ServerRow(javax.jcr.query.Row row,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local query row.
|
ServerSession(javax.jcr.Session session,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local session.
|
ServerVersion(javax.jcr.version.Version version,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local version.
|
ServerVersionHistory(javax.jcr.version.VersionHistory versionHistory,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local version history.
|
ServerVersionManager(javax.jcr.Session session,
javax.jcr.version.VersionManager manager,
RemoteAdapterFactory factory) |
ServerWorkspace(javax.jcr.Workspace workspace,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local workspace.
|
ServerXASession(javax.jcr.Session session,
XAResource resource,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local, transaction enabled,
session.
|
Constructor and Description |
---|
ServerIterator(javax.jcr.RangeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a remote adapter for the given local item.
|
ServerNodeIterator(javax.jcr.NodeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerNodeIterator instance.
|
ServerNodeTypeIterator(javax.jcr.nodetype.NodeTypeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerNodeTypeIterator instance.
|
ServerPropertyIterator(javax.jcr.PropertyIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerPropertyIterator instance.
|
ServerRowIterator(javax.jcr.query.RowIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerRowIterator instance.
|
ServerVersionIterator(javax.jcr.version.VersionIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerVersionIterator instance.
|
Constructor and Description |
---|
ServerGroup(Group principal,
RemoteAdapterFactory factory) |
ServerPrincipal(Principal principal,
RemoteAdapterFactory factory) |
ServerPrincipalIterator(Iterator<Principal> iterator,
RemoteAdapterFactory factory,
int maxBufferSize) |
Constructor and Description |
---|
ServerAccessControlEntry(javax.jcr.security.AccessControlEntry ace,
RemoteAdapterFactory factory) |
ServerAccessControlList(javax.jcr.security.AccessControlList acl,
RemoteAdapterFactory factory) |
ServerAccessControlManager(javax.jcr.security.AccessControlManager acm,
RemoteAdapterFactory factory) |
ServerAccessControlPolicy(javax.jcr.security.AccessControlPolicy acp,
RemoteAdapterFactory factory) |
ServerAccessControlPolicyIterator(javax.jcr.security.AccessControlPolicyIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerRowIterator instance.
|
ServerPrivilege(javax.jcr.security.Privilege privilege,
RemoteAdapterFactory factory) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.