Package | Description |
---|---|
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 |
---|---|
RemoteEventCollection |
RemoteObservationManager.getNextEvent(long timeout)
Deprecated.
Returns the next event to be dispatched to registered event listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerEventCollection
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
The This class does not directly relate to any JCR class because beside the list of events the unique identifier of the client-side listener has to be provided such that the receiving listener may be identified on the client-side. |
Modifier and Type | Method and Description |
---|---|
RemoteEventCollection |
ServerObservationManager.getNextEvent(long timeout)
Deprecated.
Returns the next event to be dispatched to registered event listeners.
|
RemoteEventCollection |
ServerAdapterFactory.getRemoteEvent(long listenerId,
EventIterator events)
Deprecated.
Creates a
ServerEventCollection instances. |
RemoteEventCollection |
RemoteAdapterFactory.getRemoteEvent(long listenerId,
EventIterator events)
Deprecated.
Returns a remote adapter for the given local events.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.