Interface | Description |
---|---|
ClientCommand<R> |
Command which is used at the client side.
|
Class | Description |
---|---|
ActivationCommand |
Activates the listen cycle for event listening and registers the client/user for a domain (server side).
|
DeactivationCommand |
Deactivates the event listening of the client completely or for a specified domain/context.
|
DeregistrationEventFilterCommand |
Deregisters
EventFilter instances of a domain. |
EventExecutionCommand |
The
EventExecutionCommand sends an event to a domain or to the
sending / calling user (user-specific event, when the DomainFactory.USER_SPECIFIC_DOMAIN is used). |
InitEventServiceCommand |
Initializes the server/service connection.
|
RegistrationEventFilterCommand |
Registers an
EventFilter for a domain. |
RegistrationUnlistenEventCommand |
Registers an
UnlistenEvent which will be transferred to
other clients/users when that user/client gets a timeout or deregisters a RemoteEventListener . |
ServerCallCommand<R> |
Command which is used at the client side to execute and handle server calls.
|
Copyright © 2012. All Rights Reserved.