Package | Description |
---|---|
org.apache.jackrabbit.rmi.client |
Client implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.observation |
Helper class used by the observation manager classes.
|
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 |
---|---|
ObservationManager |
LocalAdapterFactory.getObservationManager(Workspace workspace,
RemoteObservationManager remote)
Deprecated.
Factory method for creating a local adapter for a remote observation
manager.
|
ObservationManager |
ClientAdapterFactory.getObservationManager(Workspace workspace,
RemoteObservationManager remote)
Deprecated.
Creates and returns a
ClientObservationManager instance. |
Constructor and Description |
---|
ClientObservationManager(Workspace workspace,
RemoteObservationManager remote)
Deprecated.
Creates an instance of this class talking to the given remote observation
manager.
|
Constructor and Description |
---|
ClientEventPoll(RemoteObservationManager remote,
Session session)
Deprecated.
Creates an instance of this class talking to the given
RemoteObservationManager . |
Modifier and Type | Method and Description |
---|---|
RemoteObservationManager |
RemoteWorkspace.getObservationManager()
Deprecated.
Remote version of the
Workspace.getObservationManager()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerObservationManager
Deprecated.
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
This class works in conjunction with the
|
Modifier and Type | Method and Description |
---|---|
RemoteObservationManager |
ServerWorkspace.getObservationManager()
Deprecated.
Remote version of the
Workspace.getObservationManager()
method. |
RemoteObservationManager |
ServerAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
Deprecated.
Creates a
ServerObservationManager
instance. |
RemoteObservationManager |
RemoteAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
Deprecated.
Returns a remote adapter for the given local observation manager.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.