Uses of Interface
org.apache.jackrabbit.rmi.remote.RemoteItemDefinition

Packages that use RemoteItemDefinition
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.remote Remote interfaces of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.server Server implementation of the transparent JCR-RMI layer. 
 

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

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteItemDefinition
 ItemDefinition LocalAdapterFactory.getItemDef(RemoteItemDefinition remote)
          Factory method for creating a local adapter for a remote item definition.
 ItemDefinition ClientAdapterFactory.getItemDef(RemoteItemDefinition remote)
          Creates and returns a ClientItemDefinition instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteItemDefinition
ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item definition.
 

Uses of RemoteItemDefinition in org.apache.jackrabbit.rmi.remote
 

Subinterfaces of RemoteItemDefinition in org.apache.jackrabbit.rmi.remote
 interface RemoteNodeDefinition
          Remote version of the JCR NodeDefinition interface.
 interface RemotePropertyDefinition
          Remote version of the JCR PropertyDefinition interface.
 

Uses of RemoteItemDefinition in org.apache.jackrabbit.rmi.server
 

Classes in org.apache.jackrabbit.rmi.server that implement RemoteItemDefinition
 class ServerItemDefinition
          Remote adapter for the JCR ItemDefinition interface.
 class ServerNodeDefinition
          Remote adapter for the JCR NodeDefinition interface.
 class ServerPropertyDefinition
          Remote adapter for the JCR PropertyDefinition interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteItemDefinition
 RemoteItemDefinition ServerAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
          Creates a ServerItemDefinition instance.
 RemoteItemDefinition RemoteAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
          Returns a remote adapter for the given local item definition.
 



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