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 |
---|---|
javax.jcr.observation.ObservationManager |
LocalAdapterFactory.getObservationManager(javax.jcr.Workspace workspace,
RemoteObservationManager remote)
Factory method for creating a local adapter for a remote observation
manager.
|
javax.jcr.observation.ObservationManager |
ClientAdapterFactory.getObservationManager(javax.jcr.Workspace workspace,
RemoteObservationManager remote)
Creates and returns a
ClientObservationManager instance. |
Constructor and Description |
---|
ClientObservationManager(javax.jcr.Workspace workspace,
RemoteObservationManager remote)
Creates an instance of this class talking to the given remote observation
manager.
|
Constructor and Description |
---|
ClientEventPoll(RemoteObservationManager remote,
javax.jcr.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 |
ServerAdapterFactory.getRemoteObservationManager(javax.jcr.observation.ObservationManager observationManager)
Creates a
ServerObservationManager
instance. |
RemoteObservationManager |
RemoteAdapterFactory.getRemoteObservationManager(javax.jcr.observation.ObservationManager observationManager)
Returns a remote adapter for the given local observation manager.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.