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. 
org.apache.jackrabbit.rmi.client.principal   
org.apache.jackrabbit.rmi.client.security   
 

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 ClientLockManager
           
 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 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 ClientVersionManager
           
 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.client.principal
 

Subclasses of ClientObject in org.apache.jackrabbit.rmi.client.principal
 class ClientPrincipalIterator
          A ClientIterator for iterating remote principals
 

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

Subclasses of ClientObject in org.apache.jackrabbit.rmi.client.security
 class ClientAccessControlEntry
          Local adapter for the JCR-RMI RemoteAccessControlEntry interface.
 class ClientAccessControlList
          Local adapter for the JCR-RMI RemoteAccessControlList interface.
 class ClientAccessControlManager
          Local adapter for the JCR-RMI RemoteAccessControlManager interface.
 class ClientAccessControlPolicy
          Local adapter for the JCR-RMI RemoteAccessControlPolicy interface.
 class ClientAccessControlPolicyIterator
          A ClientIterator for iterating remote access control policies.
 class ClientPrivilege
          Local adapter for the JCR-RMI RemotePrivilege interface.
 



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