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(Item item,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local item.
|
ServerItemDefinition(ItemDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local item definition.
|
ServerLock(Lock lock,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local lock.
|
ServerLockManager(LockManager manager,
RemoteAdapterFactory factory) |
ServerNamespaceRegistry(NamespaceRegistry registry,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local namespace registry.
|
ServerNode(Node node,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node.
|
ServerNodeDefinition(NodeDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node definition.
|
ServerNodeType(NodeType type,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local node type.
|
ServerNodeTypeManager(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(ObservationManager observationManager,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local workspace.
|
ServerProperty(Property property,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local property.
|
ServerPropertyDefinition(PropertyDefinition def,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local property definition.
|
ServerQuery(Query query,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local
Query . |
ServerQueryResult(QueryResult result,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local
QueryResult . |
ServerRepository(Repository repository,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local repository.
|
ServerRow(Row row,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local query row.
|
ServerSession(Session session,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local session.
|
ServerVersion(Version version,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local version.
|
ServerVersionHistory(VersionHistory versionHistory,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local version history.
|
ServerVersionManager(Session session,
VersionManager manager,
RemoteAdapterFactory factory) |
ServerWorkspace(Workspace workspace,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local workspace.
|
ServerXASession(Session session,
XAResource resource,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local, transaction enabled,
session.
|
Constructor and Description |
---|
ServerIterator(RangeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a remote adapter for the given local item.
|
ServerNodeIterator(NodeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerNodeIterator instance.
|
ServerNodeTypeIterator(NodeTypeIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerNodeTypeIterator instance.
|
ServerPropertyIterator(PropertyIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerPropertyIterator instance.
|
ServerRowIterator(RowIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerRowIterator instance.
|
ServerVersionIterator(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(AccessControlEntry ace,
RemoteAdapterFactory factory) |
ServerAccessControlList(AccessControlList acl,
RemoteAdapterFactory factory) |
ServerAccessControlManager(AccessControlManager acm,
RemoteAdapterFactory factory) |
ServerAccessControlPolicy(AccessControlPolicy acp,
RemoteAdapterFactory factory) |
ServerAccessControlPolicyIterator(AccessControlPolicyIterator iterator,
RemoteAdapterFactory factory,
int maxBufferSize)
Creates a ServerRowIterator instance.
|
ServerPrivilege(Privilege privilege,
RemoteAdapterFactory factory) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.