|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Role public interface RemoteObservationManager
Provide apis to manage the event network interface.
| Method Summary | |
|---|---|
void |
notify(LocalEventData event)
Send a event in the different network channels. |
void |
notify(RemoteEventData event)
Inject a remote event in the local ObservationManager. |
void |
startChannel(String channelId)
Start a channel. |
void |
stopChannel(String channelId)
Stop a running channel. |
| Method Detail |
|---|
void notify(LocalEventData event)
This method is not supposed to be used directly for a new event unless the user specifically want to bypass or
emulate ObservationManager.
event - the eventvoid notify(RemoteEventData event)
ObservationManager.
This method is not supposed to be used directly for a new event unless the user specifically want to bypass or emulate network.
event - the event
void stopChannel(String channelId)
throws RemoteEventException
channelId - the identifier of the channel to stop
RemoteEventException - error when trying to stop a running channel
void startChannel(String channelId)
throws RemoteEventException
channelId - the identifier of the channel to start
RemoteEventException - error when trying to start a channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||