| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Item | LocalAdapterFactory. getItem(Session session,
       RemoteItem remote)Deprecated.  Factory method for creating a local adapter for a remote item. | 
| protected Item | ClientObject. getItem(Session session,
       RemoteItem remote)Deprecated.  Utility method to create a local adapter for a remote item. | 
| Item | ClientAdapterFactory. getItem(Session session,
       RemoteItem remote)Deprecated.  Creates and returns a  ClientIteminstance. | 
| Constructor and Description | 
|---|
| ClientItem(Session session,
          RemoteItem remote,
          LocalAdapterFactory factory)Deprecated.  Creates a local adapter for the given remote item. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RemoteNodeDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote version of the JCR  The methods in this interface are documented only with a reference to a corresponding Node method. The remote object will simply forward the method call to the underlying Node instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Nodes and Properties) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions. 
 Note that only two generic setProperty methods are included in this
 interface. Clients should implement the type-specific setProperty
 methods by wrapping the argument values into generic Value objects
 and calling the generic setProperty methods. Note also that the
 Value objects must be serializable and implemented using classes
 available on both the client and server side. The
  | 
| interface  | RemotePropertyDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote version of the JCR  
 The methods in this interface are documented only with a reference
 to a corresponding Property method. The remote object will simply forward
 the method call to the underlying Property instance. Argument and return
 values, as well as possible exceptions, are copied over the network.
 Complex  
 Note that only the generic getValue and setValue methods are included
 in this interface. Clients should implement the type-specific value
 getters and setters wrapping using the generic methods. Note also that the
 Value objects must be serializable and implemented using classes
 available on both the client and server side. The
  | 
| interface  | RemoteVersionDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote version of the JCR  The methods in this interface are documented only with a reference to a corresponding Version method. The remote object will simply forward the method call to the underlying Version instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Versions) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions. | 
| interface  | RemoteVersionHistoryDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote version of the JC
  The methods in this interface are documented only with a reference to a corresponding VersionHistory method. The remote object will simply forward the method call to the underlying VersionHistory instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Versions) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions. | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteItem | RemoteItem. getAncestor(int level)Deprecated.  Remote version of the
  Item.getAncestor(int)method. | 
| RemoteItem | RemoteSession. getItem(String path)Deprecated.  Remote version of the
  Session.getItem(String)method. | 
| RemoteItem | RemoteNode. getPrimaryItem()Deprecated.  Remote version of the
  Node.getPrimaryItem()method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServerItemDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote adapter for the JCR  | 
| class  | ServerNodeDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote adapter for the JCR  | 
| class  | ServerPropertyDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote adapter for the JCR  | 
| class  | ServerVersionDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote adapter for the JCR  | 
| class  | ServerVersionHistoryDeprecated. 
 RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
  
 Remote adapter for the JCR  | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteItem | ServerItem. getAncestor(int level)Deprecated.  Remote version of the
  Item.getAncestor(int)method. | 
| RemoteItem | ServerSession. getItem(String path)Deprecated.  Remote version of the
  Session.getItem(String)method. | 
| RemoteItem | ServerNode. getPrimaryItem()Deprecated.  Remote version of the
  Node.getPrimaryItem()method. | 
| protected RemoteItem | ServerObject. getRemoteItem(Item item)Deprecated.  Utility method for creating a remote reference for a local item. | 
| RemoteItem | ServerAdapterFactory. getRemoteItem(Item item)Deprecated.  Creates a  ServerIteminstance. | 
| RemoteItem | RemoteAdapterFactory. getRemoteItem(Item item)Deprecated.  Returns a remote adapter for the given local item. | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.