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   
org.apache.jackrabbit.rmi.repository   
org.apache.jackrabbit.servlet.remote   
 

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.
ClientLock(Session session, RemoteLock remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote lock.
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.
ClientXASession(Repository repository, RemoteXASession remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote session which is transaction enabled.
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
          Deprecated. Use the normal ClientAdapterFactory instead
 

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

Constructors in org.apache.jackrabbit.rmi.repository with parameters of type LocalAdapterFactory
AbstractRemoteRepositoryFactory(LocalAdapterFactory factory)
          Creates a factory for looking up a repository from the given RMI URL.
JNDIRemoteRepository(LocalAdapterFactory factory, Context context, String location)
          Creates a proxy for a remote repository in JNDI.
JNDIRemoteRepositoryFactory(LocalAdapterFactory factory, Context context, String location)
          Creates a factory for looking up a remote repository from JNDI.
RMIRemoteRepository(LocalAdapterFactory factory, String url)
          Creates a proxy for the remote repository in the given RMI URL.
RMIRemoteRepositoryFactory(LocalAdapterFactory factory, String url)
          Creates a factory for looking up a remote repository from an RMI registry.
URLRemoteRepository(LocalAdapterFactory factory, URL url)
          Creates a proxy for the remote repository at the given URL.
URLRemoteRepositoryFactory(LocalAdapterFactory factory, URL url)
          Creates a factory for looking up a remote repository from a URL.
 

Uses of LocalAdapterFactory in org.apache.jackrabbit.servlet.remote
 

Methods in org.apache.jackrabbit.servlet.remote that return LocalAdapterFactory
protected  LocalAdapterFactory RemoteRepositoryServlet.getLocalAdapterFactory()
          Instantiates and returns the configured local adapter factory.
 



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