Uses of Class
org.apache.jackrabbit.rmi.client.ClientObject

Packages that use ClientObject
org.apache.jackrabbit.rmi.client   
org.apache.jackrabbit.rmi.client.iterator   
org.apache.jackrabbit.rmi.jackrabbit   
 

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

Subclasses of ClientObject in org.apache.jackrabbit.rmi.client
 class ClientItem
          Local adapter for the JCR-RMI RemoteItem interface.
 class ClientItemDefinition
          Local adapter for the JCR-RMI RemoteItemDefinition interface.
 class ClientNamespaceRegistry
          Local adapter for the JCR-RMI RemoteNamespaceRegistry interface.
 class ClientNode
          Local adapter for the JCR-RMI RemoteNode interface.
 class ClientNodeDefinition
          Local adapter for the JCR-RMI RemoteNodeDefinition interface.
 class ClientNodeType
          Local adapter for the JCR-RMI RemoteNodeType interface.
 class ClientNodeTypeManager
          Local adapter for the JCR-RMI RemoteNodeTypeManager interface.
 class ClientObservationManager
          The ClientObservationManager class This class uses an instance of the ClientEventPoll class for the actual registration and event dispatching.
 class ClientProperty
          Local adapter for the JCR-RMI RemoteProperty interface.
 class ClientPropertyDefinition
          Local adapter for the JCR-RMI RemotePropertyDefinition interface.
 class ClientQuery
          Local adapter for the JCR-RMI RemoteQuery interface.
 class ClientQueryManager
          Local adapter for the JCR-RMI RemoteQueryManager interface.
 class ClientQueryResult
          Local adapter for the JCR-RMI RemoteQueryResult interface.
 class ClientRepository
          Local adapter for the JCR-RMI RemoteRepository interface.
 class ClientSession
          Local adapter for the JCR-RMI RemoteSession interface.
 class ClientVersion
          Local adapter for the JCR-RMI RemoteVersion interface.
 class ClientVersionHistory
          Local adapter for the JCR-RMI RemoteVersionHistory interface.
 class ClientWorkspace
          Local adapter for the JCR-RMI RemoteWorkspace interface.
 class ClientXASession
          Local adapter for the JCR-RMI RemoteXASession interface.
 class SafeClientRepository
          A "safe" local adapter for the JCR-RMI RemoteRepository interface.
 

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

Subclasses of ClientObject in org.apache.jackrabbit.rmi.client.iterator
 class ClientIterator
          A buffering local adapter for the JCR-RMI RemoteIterator interface.
 class ClientNodeIterator
          A ClientIterator for iterating remote nodes.
 class ClientNodeTypeIterator
          A ClientIterator for iterating remote node types.
 class ClientPropertyIterator
          A ClientIterator for iterating remote properties.
 class ClientRowIterator
          A ClientIterator for iterating remote rows.
 class ClientVersionIterator
          A ClientIterator for iterating remote versions.
 

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

Subclasses of ClientObject in org.apache.jackrabbit.rmi.jackrabbit
 class ClientJackrabbitNodeTypeManager
           
 class ClientJackrabbitWorkspace
           
 



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