Uses of Interface
org.apache.jackrabbit.rmi.server.RemoteAdapterFactory

Packages that use RemoteAdapterFactory
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   
 

Uses of RemoteAdapterFactory in org.apache.jackrabbit.rmi.observation
 

Constructors in org.apache.jackrabbit.rmi.observation with parameters of type RemoteAdapterFactory
ServerEventListenerProxy(RemoteAdapterFactory factory, long listenerId, Queue queue)
          Creates a new instance of this listener proxy.
 

Uses of RemoteAdapterFactory in org.apache.jackrabbit.rmi.server
 

Classes in org.apache.jackrabbit.rmi.server that implement RemoteAdapterFactory
 class ServerAdapterFactory
          Default implementation of the RemoteAdapterFactory interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteAdapterFactory
protected  RemoteAdapterFactory ServerObject.getFactory()
          Returns the remote adapter factory used to create new adapters.
 

Constructors in org.apache.jackrabbit.rmi.server with parameters of type RemoteAdapterFactory
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(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.
 

Uses of RemoteAdapterFactory in org.apache.jackrabbit.rmi.server.iterator
 

Constructors in org.apache.jackrabbit.rmi.server.iterator with parameters of type RemoteAdapterFactory
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.
 

Uses of RemoteAdapterFactory in org.apache.jackrabbit.rmi.server.principal
 

Constructors in org.apache.jackrabbit.rmi.server.principal with parameters of type RemoteAdapterFactory
ServerGroup(Group principal, RemoteAdapterFactory factory)
           
ServerPrincipal(Principal principal, RemoteAdapterFactory factory)
           
ServerPrincipalIterator(Iterator<Principal> iterator, RemoteAdapterFactory factory, int maxBufferSize)
           
 

Uses of RemoteAdapterFactory in org.apache.jackrabbit.rmi.server.security
 

Constructors in org.apache.jackrabbit.rmi.server.security with parameters of type RemoteAdapterFactory
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-2010 The Apache Software Foundation. All Rights Reserved.