public class RegistrationEventFilterCommand extends ServerCallCommand<Void>
EventFilter
for a domain. EventFilter
instances can be deregistered with DeregistrationEventFilterCommand
.Constructor and Description |
---|
RegistrationEventFilterCommand(RemoteEventConnector aRemoteEventConnector,
Domain aDomain,
EventFilter anEventFilter,
AsyncCallback<Void> aAsyncCallback)
Creates a RegistrationEventFilterCommand to register an
EventFilter to a domain. |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Registers an
EventFilter for a domain. |
getCommandCallback, getRemoteEventConnector
public RegistrationEventFilterCommand(RemoteEventConnector aRemoteEventConnector, Domain aDomain, EventFilter anEventFilter, AsyncCallback<Void> aAsyncCallback)
EventFilter
to a domain.aRemoteEventConnector
- RemoteEventConnector
aDomain
- Domain
domain/context to register the EventFilter
anEventFilter
- EventFilter
to registeraAsyncCallback
- callback for the commandpublic void execute()
EventFilter
for a domain.Copyright © 2012. All Rights Reserved.