| Package | Description |
|---|---|
| org.xwiki.observation.remote | |
| org.xwiki.observation.remote.converter |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteObservationManager.notify(RemoteEventData event)
Inject a remote event in the local
ObservationManager. |
void |
NetworkAdapter.send(RemoteEventData remoteEvent)
Send serializable event to the network depending of the implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteEventData |
EventConverterManager.createRemoteEventData(LocalEventData localEvent)
Convert a local event to a remote event.
|
| Modifier and Type | Method and Description |
|---|---|
LocalEventData |
EventConverterManager.createLocalEventData(RemoteEventData remoteEvent)
Convert a remote event to a local event.
|
boolean |
RemoteEventConverter.fromRemote(RemoteEventData remoteEvent,
LocalEventData localEvent)
Convert provided remote event to local event by filling the provided local event object.
|
boolean |
LocalEventConverter.toRemote(LocalEventData localEvent,
RemoteEventData remoteEvent)
Convert provided local event to remote event by filling the provided remote event object.
|
Copyright © 2004–2015 XWiki. All rights reserved.