Uses of Interface
org.apache.jackrabbit.rmi.client.LocalAdapterFactory

Packages that use LocalAdapterFactory
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.jackrabbit   
 

Uses of LocalAdapterFactory in org.apache.jackrabbit.rmi.client
 

Classes in org.apache.jackrabbit.rmi.client that implement LocalAdapterFactory
 class ClientAdapterFactory
          Default implementation of the LocalAdapterFactory interface.
 

Methods in org.apache.jackrabbit.rmi.client that return LocalAdapterFactory
protected  LocalAdapterFactory ClientObject.getFactory()
          Returns the local adapter factory used to create new adapters.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type LocalAdapterFactory
ClientItem(Session session, RemoteItem remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item.
ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item definition.
ClientNamespaceRegistry(RemoteNamespaceRegistry remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote namespace registry.
ClientNode(Session session, RemoteNode remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node.
ClientNodeDefinition(RemoteNodeDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node definition.
ClientNodeType(RemoteNodeType remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type.
ClientNodeTypeManager(RemoteNodeTypeManager remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type manager.
ClientObject(LocalAdapterFactory factory)
          Creates a basic client adapter that uses the given factory to create new adapters.
ClientProperty(Session session, RemoteProperty remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property.
ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property definition.
ClientQuery(Session session, RemoteQuery remote, LocalAdapterFactory factory)
          Creates a client adapter for the given query.
ClientQueryManager(Session session, RemoteQueryManager remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query manager.
ClientQueryResult(Session session, RemoteQueryResult remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query result.
ClientRepository(RemoteRepository remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote repository.
ClientRepositoryFactory(LocalAdapterFactory factory)
          Creates a JCR-RMI client factory with the given adapter factory.
ClientSession(Repository repository, RemoteSession remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote session.
ClientVersion(Session session, RemoteVersion remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version.
ClientVersionHistory(Session session, RemoteVersionHistory remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version history.
ClientWorkspace(Session session, RemoteWorkspace remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote workspace.
SafeClientRepository(LocalAdapterFactory factory)
          Creates a client adapter for the given remote repository.
 

Uses of LocalAdapterFactory in org.apache.jackrabbit.rmi.client.iterator
 

Constructors in org.apache.jackrabbit.rmi.client.iterator with parameters of type LocalAdapterFactory
ClientIterator(RemoteIterator remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote iterator.
ClientNodeIterator(RemoteIterator iterator, Session session, LocalAdapterFactory factory)
          Creates a ClientNodeIterator instance.
ClientNodeTypeIterator(RemoteIterator iterator, LocalAdapterFactory factory)
          Creates a ClientNodeTypeIterator instance.
ClientPropertyIterator(RemoteIterator iterator, Session session, LocalAdapterFactory factory)
          Creates a ClientPropertyIterator instance.
ClientRowIterator(RemoteIterator iterator, LocalAdapterFactory factory)
          Creates a ClientRowIterator instance.
ClientVersionIterator(RemoteIterator iterator, Session session, LocalAdapterFactory factory)
          Creates a ClientVersionIterator instance.
 

Uses of LocalAdapterFactory in org.apache.jackrabbit.rmi.jackrabbit
 

Classes in org.apache.jackrabbit.rmi.jackrabbit that implement LocalAdapterFactory
 class JackrabbitClientAdapterFactory
          Jackrabbit-specific LocalAdapterFactory.
 

Constructors in org.apache.jackrabbit.rmi.jackrabbit with parameters of type LocalAdapterFactory
ClientJackrabbitNodeTypeManager(RemoteJackrabbitNodeTypeManager remote, LocalAdapterFactory factory)
           
ClientJackrabbitWorkspace(Session session, RemoteJackrabbitWorkspace remote, LocalAdapterFactory factory)
           
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.