| Package | Description |
|---|---|
| de.novanic.eventservice.client.connection.strategy.connector | |
| de.novanic.eventservice.client.event.filter | |
| de.novanic.eventservice.client.event.service |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteEventConnector.activate(Domain aDomain,
EventFilter anEventFilter,
EventNotification anEventNotification,
AsyncCallback<Void> aCallback)
Activates the connector for the domain.
|
void |
RemoteEventConnector.registerEventFilter(Domain aDomain,
EventFilter anEventFilter,
AsyncCallback<Void> aCallback)
Registers an
EventFilter for a domain. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppendableEventFilter
AppendableEventFilter ensures that the
EventFilter can handle more
attached EventFilter instances. |
interface |
CascadingEventFilter
A CascadingEventFilter is based on cascading filter sequences.
|
interface |
CompositeEventFilter
A CompositeEventFilter can handle various attached
EventFilter instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompositeEventFilter
The DefaultCompositeEventFilter can handle various attached
EventFilter instances. |
class |
DefaultEventFilter
Default implementation of the
EventFilter interface. |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
DefaultEventFilter.getAttachedEventFilter()
Returns the attached EventFilter.
|
EventFilter |
CascadingEventFilter.getAttachedEventFilter()
Returns the attached EventFilter.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventFilter> |
DefaultCompositeEventFilter.getAttachedEventFilters()
Returns the attached EventFilters.
|
List<EventFilter> |
CompositeEventFilter.getAttachedEventFilters()
Returns the attached EventFilters.
|
| Modifier and Type | Method and Description |
|---|---|
AppendableEventFilter |
DefaultEventFilter.attach(EventFilter anEventFilter)
Sets/Attaches another
EventFilter which is used/called from the match method
(match(de.novanic.eventservice.client.event.Event)). |
AppendableEventFilter |
DefaultCompositeEventFilter.attach(EventFilter anEventFilter)
Appends another
EventFilter which is used/called from the match method
(match(de.novanic.eventservice.client.event.Event)). |
AppendableEventFilter |
AppendableEventFilter.attach(EventFilter anEventFilter)
Appends another
EventFilter which should also be used/called from the match method
(match(de.novanic.eventservice.client.event.Event)). |
CompositeEventFilter |
EventFilterFactory.connect(EventFilter... anEventFilters)
That method can connect various
EventFilter instances by
building a CompositeEventFilter. |
boolean |
DefaultCompositeEventFilter.detach(EventFilter anEventFilter)
Detaches the attached
EventFilter instances. |
boolean |
CompositeEventFilter.detach(EventFilter anEventFilter)
Detaches the attached
EventFilter instances. |
| Constructor and Description |
|---|
DefaultCompositeEventFilter(EventFilter... anEventFilters)
Creates a new DefaultCompositeEventFilter.
|
DefaultEventFilter(EventFilter aNextEventFilter)
Creates a new DefaultEventFilter.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventService.getEventFilter(Domain aDomain)
Returns the EventFilter for the user domain combination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventService.register(Domain aDomain,
EventFilter anEventFilter)
Register listen for a domain.
|
void |
EventServiceAsync.register(Domain aDomain,
EventFilter anEventFilter,
AsyncCallback<Void> async)
Register listen for a domain.
|
void |
EventService.register(Set<Domain> aDomains,
EventFilter anEventFilter)
Register listen for domains.
|
void |
EventServiceAsync.register(Set<Domain> aDomains,
EventFilter anEventFilter,
AsyncCallback<Void> async)
Register listen for domains.
|
void |
EventService.registerEventFilter(Domain aDomain,
EventFilter anEventFilter)
Registers an
EventFilter for the domain. |
void |
EventServiceAsync.registerEventFilter(Domain aDomain,
EventFilter anEventFilter,
AsyncCallback<Void> async)
Registers an
EventFilter for the domain. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventServiceAsync.getEventFilter(Domain aDomain,
AsyncCallback<EventFilter> async)
Returns the EventFilter for the user domain combination.
|
Copyright © 2012. All Rights Reserved.