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