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

Packages that use ClientObject
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.client.iterator Local adapters for remote iterators. 
 

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 ClientLock
          Local adapter for the JCR-RMI RemoteLock 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
 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 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.
 



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