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 |
ClientAdapterFactory.getItem(Session session,
RemoteItem remote)
Creates and returns a
ClientItem instance. |
protected Item |
ClientObject.getItem(Session session,
RemoteItem remote)
Utility method to create a local adapter for a remote item.
|
Item |
LocalAdapterFactory.getItem(Session session,
RemoteItem remote)
Factory method for creating a local adapter for a remote item.
|
Constructor and Description |
---|
ClientItem(Session session,
RemoteItem remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote item.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteNode
Remote version of the JCR
Node interface. |
interface |
RemoteProperty
Remote version of the JCR
Property interface. |
interface |
RemoteVersion
Remote version of the JCR
Version interface. |
interface |
RemoteVersionHistory
Remote version of the JC
VersionHistory interface. |
Modifier and Type | Method and Description |
---|---|
RemoteItem |
RemoteItem.getAncestor(int level)
Remote version of the
Item.getAncestor(int) method. |
RemoteItem |
RemoteSession.getItem(String path)
Remote version of the
Session.getItem(String)
method. |
RemoteItem |
RemoteNode.getPrimaryItem()
Remote version of the
Node.getPrimaryItem() method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerItem
Remote adapter for the JCR
Item interface. |
class |
ServerNode
Remote adapter for the JCR
Node interface. |
class |
ServerProperty
Remote adapter for the JCR
Property
interface. |
class |
ServerVersion
Remote adapter for the JCR
Version interface. |
class |
ServerVersionHistory
Remote adapter for the JCR
VersionHistory
interface. |
Modifier and Type | Method and Description |
---|---|
RemoteItem |
ServerItem.getAncestor(int level)
Remote version of the
Item.getAncestor(int) method. |
RemoteItem |
ServerSession.getItem(String path)
Remote version of the
Session.getItem(String)
method. |
RemoteItem |
ServerNode.getPrimaryItem()
Remote version of the
Node.getPrimaryItem() method. |
RemoteItem |
RemoteAdapterFactory.getRemoteItem(Item item)
Returns a remote adapter for the given local item.
|
RemoteItem |
ServerAdapterFactory.getRemoteItem(Item item)
Creates a
ServerItem instance. |
protected RemoteItem |
ServerObject.getRemoteItem(Item item)
Utility method for creating a remote reference for a local item.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.