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. 
 

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
ClientNodeType(RemoteNodeType remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type.
ClientQueryResult(Session session, RemoteQueryResult remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query result.
ClientObject(LocalAdapterFactory factory)
          Creates a basic client adapter that uses the given factory to create new adapters.
ClientNodeDefinition(RemoteNodeDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node definition.
ClientWorkspace(Session session, RemoteWorkspace remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote workspace.
ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property definition.
ClientProperty(Session session, RemoteProperty remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property.
ClientQueryManager(Session session, RemoteQueryManager remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query manager.
ClientRepositoryFactory(LocalAdapterFactory factory)
          Creates a JCR-RMI client factory with the given adapter factory.
ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item definition.
ClientNode(Session session, RemoteNode remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node.
ClientQuery(Session session, RemoteQuery remote, LocalAdapterFactory factory)
          Creates a client adapter for the given query.
ClientNamespaceRegistry(RemoteNamespaceRegistry remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote namespace registry.
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.
ClientItem(Session session, RemoteItem remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item.
ClientRepository(RemoteRepository remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote repository.
ClientVersionHistory(Session session, RemoteVersionHistory remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version history.
ClientNodeTypeManager(RemoteNodeTypeManager remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type manager.
 



Copyright © 2004-2005 . All Rights Reserved.