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 |
ClientAdapterFactory.getObservationManager(Workspace workspace,
RemoteObservationManager remote)
Creates and returns a
ClientObservationManager instance. |
ObservationManager |
LocalAdapterFactory.getObservationManager(Workspace workspace,
RemoteObservationManager remote)
Factory method for creating a local adapter for a remote observation
manager.
|
Constructor and Description |
---|
ClientObservationManager(Workspace workspace,
RemoteObservationManager remote)
Creates an instance of this class talking to the given remote observation
manager.
|
Constructor and Description |
---|
ClientEventPoll(RemoteObservationManager remote,
Session session)
Creates an instance of this class talking to the given
RemoteObservationManager . |
Modifier and Type | Method and Description |
---|---|
RemoteObservationManager |
RemoteWorkspace.getObservationManager()
Remote version of the
Workspace.getObservationManager()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerObservationManager
Remote adapter for the JCR
ObservationManager interface. |
Modifier and Type | Method and Description |
---|---|
RemoteObservationManager |
ServerWorkspace.getObservationManager()
Remote version of the
Workspace.getObservationManager()
method. |
RemoteObservationManager |
RemoteAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
Returns a remote adapter for the given local observation manager.
|
RemoteObservationManager |
ServerAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
Creates a
ServerObservationManager
instance. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.