A C D E G H I L M O R S T U V 

A

AbstractClientLogger - Class in de.novanic.eventservice.client.logger
 
AbstractClientLogger() - Constructor for class de.novanic.eventservice.client.logger.AbstractClientLogger
 
activate(Domain, EventFilter, EventNotification, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Activates the connector for the domain.
addEvent(Domain, Event) - Method in interface de.novanic.eventservice.client.event.service.EventService
Adds an event for all users in the domain.
addEvent(Domain, Event, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Adds an event for all users in the domain.
addEventUserSpecific(Event) - Method in interface de.novanic.eventservice.client.event.service.EventService
Adds an event only for the current user.
addEventUserSpecific(Event, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Adds an event only for the current user.
AppendableEventFilter - Interface in de.novanic.eventservice.client.event.filter
AppendableEventFilter ensures that the EventFilter can handle more attached EventFilter instances.
apply(Event) - Method in interface de.novanic.eventservice.client.event.listener.RemoteEventListener
The apply method should recognize the incoming events and dispatch to a similar method of the extending interface.
apply(Event) - Method in class de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListenerAdapter
The apply method checks if the occurred event is an UnlistenEvent and dispatches the event to UnlistenEventListener.onUnlisten(UnlistenEvent).
attach(EventFilter) - Method in interface de.novanic.eventservice.client.event.filter.AppendableEventFilter
Appends another EventFilter which should also be used/called from the match method (EventFilter.match(de.novanic.eventservice.client.event.Event)).
attach(EventFilter) - Method in class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Appends another EventFilter which is used/called from the match method (EventFilter.match(de.novanic.eventservice.client.event.Event)).
attach(EventFilter) - Method in class de.novanic.eventservice.client.event.filter.DefaultEventFilter
Sets/Attaches another EventFilter which is used/called from the match method (EventFilter.match(de.novanic.eventservice.client.event.Event)).
attach(ClientLogger) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
attach(ClientLogger) - Method in interface de.novanic.eventservice.client.logger.ClientLogger
 

C

CascadingEventFilter - Interface in de.novanic.eventservice.client.event.filter
A CascadingEventFilter is based on cascading filter sequences.
ClientHandler - Interface in de.novanic.eventservice.client
The ClientHandler can be used to transfer the connection-/client-id to the server-side and to identify the clients.
ClientLogger - Interface in de.novanic.eventservice.client.logger
ClientLogger can be used to log at the client side.
ClientLoggerFactory - Class in de.novanic.eventservice.client.logger
ClientLoggerFactory should be used to create instances of ClientLogger.
compareTo(DomainEvent) - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
 
compareTo(Domain) - Method in class de.novanic.eventservice.client.event.domain.DefaultDomain
 
CompositeEventFilter - Interface in de.novanic.eventservice.client.event.filter
A CompositeEventFilter can handle various attached EventFilter instances.
ConfigurationException - Exception in de.novanic.eventservice.client.config
ConfigurationException is an exception that can be thrown when an error occurs while processing a configuration for example when a loading error occurs.
ConfigurationException(String) - Constructor for exception de.novanic.eventservice.client.config.ConfigurationException
Creates a new ConfigurationException with a message.
ConfigurationException(String, Throwable) - Constructor for exception de.novanic.eventservice.client.config.ConfigurationException
Creates a new ConfigurationException with a message and a cause throwable.
connect(EventFilter...) - Method in class de.novanic.eventservice.client.event.filter.EventFilterFactory
That method can connect various EventFilter instances by building a CompositeEventFilter.
ConnectionStrategyClientConnector - Interface in de.novanic.eventservice.client.connection.strategy.connector
The ConnectionStrategyClientConnector listens for occurred events (Event) of the server side and has the task to encode / process the transferred events at the client side.
CYCLE_TAG - Static variable in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
 

D

de.novanic.eventservice.client - package de.novanic.eventservice.client
 
de.novanic.eventservice.client.command - package de.novanic.eventservice.client.command
 
de.novanic.eventservice.client.config - package de.novanic.eventservice.client.config
 
de.novanic.eventservice.client.connection.strategy.connector - package de.novanic.eventservice.client.connection.strategy.connector
 
de.novanic.eventservice.client.connection.strategy.connector.streaming - package de.novanic.eventservice.client.connection.strategy.connector.streaming
 
de.novanic.eventservice.client.event - package de.novanic.eventservice.client.event
 
de.novanic.eventservice.client.event.domain - package de.novanic.eventservice.client.event.domain
 
de.novanic.eventservice.client.event.filter - package de.novanic.eventservice.client.event.filter
 
de.novanic.eventservice.client.event.listener - package de.novanic.eventservice.client.event.listener
 
de.novanic.eventservice.client.event.listener.unlisten - package de.novanic.eventservice.client.event.listener.unlisten
 
de.novanic.eventservice.client.event.service - package de.novanic.eventservice.client.event.service
 
de.novanic.eventservice.client.logger - package de.novanic.eventservice.client.logger
 
deactivate() - Method in interface de.novanic.eventservice.client.connection.strategy.connector.ConnectionStrategyClientConnector
deactivate() - Method in class de.novanic.eventservice.client.connection.strategy.connector.DefaultClientConnector
deactivate() - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Deactivates the connector for all domains (no events can be got from the domains).
deactivate(Set<Domain>, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Deactivates the connector for the domains (no events can be got from the domains).
deactivate(Domain, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Deactivates the connector for the domain (no events can be got from the domain).
deactivate() - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
DefaultClientConnector - Class in de.novanic.eventservice.client.connection.strategy.connector
The ConnectionStrategyClientConnector listens for occurred events (Event) of the server side and has the task to encode / process the transferred events at the client side.
DefaultClientConnector() - Constructor for class de.novanic.eventservice.client.connection.strategy.connector.DefaultClientConnector
 
DefaultClientHandler - Class in de.novanic.eventservice.client
The ClientHandler can be used to transfer the connection-/client-id to the server-side and to identify the clients.
DefaultClientHandler(String) - Constructor for class de.novanic.eventservice.client.DefaultClientHandler
Creates a new ClientHandler with a connection-/client-id.
DefaultCompositeEventFilter - Class in de.novanic.eventservice.client.event.filter
The DefaultCompositeEventFilter can handle various attached EventFilter instances.
DefaultCompositeEventFilter() - Constructor for class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Creates a new DefaultCompositeEventFilter.
DefaultCompositeEventFilter(EventFilter...) - Constructor for class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Creates a new DefaultCompositeEventFilter.
DefaultDomain - Class in de.novanic.eventservice.client.event.domain
Domains/contexts are used to specify the range where events should occur and listened.
DefaultDomain() - Constructor for class de.novanic.eventservice.client.event.domain.DefaultDomain
Deprecated.
That constructor is only for serialization! Please use DefaultDomain.DefaultDomain(String) instead.
DefaultDomain(String) - Constructor for class de.novanic.eventservice.client.event.domain.DefaultDomain
Creates a new domain with a specified name.
DefaultDomainEvent - Class in de.novanic.eventservice.client.event
A DomainEvent is a container and contains an event and the domain where the event has occurred.
DefaultDomainEvent() - Constructor for class de.novanic.eventservice.client.event.DefaultDomainEvent
DefaultDomainEvent(Event, Domain) - Constructor for class de.novanic.eventservice.client.event.DefaultDomainEvent
Creates a new DomainEvent with an event and a domain.
DefaultDomainEvent(Event) - Constructor for class de.novanic.eventservice.client.event.DefaultDomainEvent
Creates a new DomainEvent without a domain.
DefaultEventFilter - Class in de.novanic.eventservice.client.event.filter
Default implementation of the EventFilter interface.
DefaultEventFilter() - Constructor for class de.novanic.eventservice.client.event.filter.DefaultEventFilter
Creates a new DefaultEventFilter.
DefaultEventFilter(EventFilter) - Constructor for class de.novanic.eventservice.client.event.filter.DefaultEventFilter
Creates a new DefaultEventFilter.
DefaultRemoteCommand<T> - Class in de.novanic.eventservice.client.command
A RemoteCommand can be used to execute a call from client to the server side.
DefaultRemoteCommand() - Constructor for class de.novanic.eventservice.client.command.DefaultRemoteCommand
 
DefaultStreamingClientConnector - Class in de.novanic.eventservice.client.connection.strategy.connector.streaming
The ConnectionStrategyClientConnector listens for occurred events (Event) of the server side and has the task to encode / process the transferred events at the client side.
DefaultStreamingClientConnector() - Constructor for class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
 
DefaultUnlistenEvent - Class in de.novanic.eventservice.client.event.listener.unlisten
An UnlistenEvent will be triggered when a timeout or a domain specific unlisten/deregistration occurs.
DefaultUnlistenEvent() - Constructor for class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Creates an UnlistenEvent for all domains (global).
DefaultUnlistenEvent(Set<Domain>, String, boolean) - Constructor for class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Creates an UnlistenEvent for a specific domain.
DefaultUnlistenEvent(Set<Domain>, String, boolean, boolean) - Constructor for class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Creates an UnlistenEvent for a specific domain.
deregisterEventFilter(Domain, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Deregisters the EventFilter for a domain.
deregisterEventFilter(Domain) - Method in interface de.novanic.eventservice.client.event.service.EventService
Deregisters the EventFilter of the domain.
deregisterEventFilter(Domain, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Deregisters the EventFilter of the domain.
deserializeEvent(String) - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
That de-serialization method has to be implemented by the extending implementation to de-serialize occurred events.
detach() - Method in interface de.novanic.eventservice.client.event.filter.CascadingEventFilter
Detaches the attached EventFilter.
detach(EventFilter) - Method in interface de.novanic.eventservice.client.event.filter.CompositeEventFilter
Detaches the attached EventFilter instances.
detach() - Method in interface de.novanic.eventservice.client.event.filter.CompositeEventFilter
Detaches all attached EventFilter instances.
detach(EventFilter) - Method in class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Detaches the attached EventFilter instances.
detach() - Method in class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Detaches all attached EventFilter instances.
detach() - Method in class de.novanic.eventservice.client.event.filter.DefaultEventFilter
Detaches the attached EventFilter.
detach(ClientLogger) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
detach(ClientLogger) - Method in interface de.novanic.eventservice.client.logger.ClientLogger
 
Domain - Interface in de.novanic.eventservice.client.event.domain
Domains/contexts are used to specify the range where events should occur and listened.
DomainEvent - Interface in de.novanic.eventservice.client.event
A DomainEvent is a container and contains an event and the domain where the event has occurred.
DomainFactory - Class in de.novanic.eventservice.client.event.domain
The DomainFactory creates new Domains (Domain) with a name.

E

equals(Object) - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
 
equals(Object) - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
 
equals(Object) - Method in class de.novanic.eventservice.client.event.domain.DefaultDomain
 
equals(Object) - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
 
error(String) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
error(String, Throwable) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
error(String) - Method in interface de.novanic.eventservice.client.logger.ClientLogger
Logs messages at the error level.
error(String, Throwable) - Method in interface de.novanic.eventservice.client.logger.ClientLogger
Logs messages at the error level.
error_internal(String) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
error_internal(String, Throwable) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
error_internal(String) - Method in class de.novanic.eventservice.client.logger.GWTClientLogger
Logs messages at the error level.
error_internal(String, Throwable) - Method in class de.novanic.eventservice.client.logger.GWTClientLogger
Logs messages at the error level.
Event - Interface in de.novanic.eventservice.client.event
An Event should be added on server side and listened on client side.
EventFilter - Interface in de.novanic.eventservice.client.event.filter
An EventFilter can be used to filter events.
EventFilterFactory - Class in de.novanic.eventservice.client.event.filter
The EventFilterFactory can be used to connect various EventFilter instances by creating a CompositeEventFilter.
EventNotification - Interface in de.novanic.eventservice.client.event.listener
EventNotification can be used to get notified about incoming events.
EventService - Interface in de.novanic.eventservice.client.event.service
EventService is the server side interface to register listen requests for domains and to add events.
EventServiceAsync - Interface in de.novanic.eventservice.client.event.service
EventService is the server side interface to register listen requests for domains and to add events.
EventServiceConfigurationTransferable - Interface in de.novanic.eventservice.client.config
An EventServiceConfigurationTransferable holds the configuration options for EventService which could be usable by the client side.
execute(EventServiceAsync) - Method in interface de.novanic.eventservice.client.command.RemoteCommand
This method executes the RemoteCommand.

G

getActiveListenDomains() - Method in interface de.novanic.eventservice.client.event.service.EventService
Returns the domain names, where the user is listening to
getActiveListenDomains(AsyncCallback<Set<Domain>>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Returns the domain names, where the user is listening to
getAttachedEventFilter() - Method in interface de.novanic.eventservice.client.event.filter.CascadingEventFilter
Returns the attached EventFilter.
getAttachedEventFilter() - Method in class de.novanic.eventservice.client.event.filter.DefaultEventFilter
Returns the attached EventFilter.
getAttachedEventFilters() - Method in interface de.novanic.eventservice.client.event.filter.CompositeEventFilter
Returns the attached EventFilters.
getAttachedEventFilters() - Method in class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
Returns the attached EventFilters.
getCallback() - Method in class de.novanic.eventservice.client.command.DefaultRemoteCommand
Returns the callback, which can be set with the link method (RemoteCommand.init(com.google.gwt.user.client.rpc.AsyncCallback))
getCallback() - Method in interface de.novanic.eventservice.client.command.RemoteCommand
Returns the callback, which can be set with the link method (RemoteCommand.init(com.google.gwt.user.client.rpc.AsyncCallback))
getClientLogger() - Static method in class de.novanic.eventservice.client.logger.ClientLoggerFactory
Creates a new ClientLogger and holds it as a singleton (only one instance can exist).
getConnectionId() - Method in interface de.novanic.eventservice.client.ClientHandler
Returns the specific connection-/client-id of the client.
getConnectionId() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the connection / client id.
getConnectionId() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the connection / client id.
getConnectionId() - Method in class de.novanic.eventservice.client.DefaultClientHandler
Returns the specific connection-/client-id of the client.
getConnectionStrategyClientConnector() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the class name of the configured connection strategy (client side part).
getConnectionStrategyClientConnector() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the class name of the configured connection strategy (client side part).
getDomain() - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
Returns the domain where the event has occurred.
getDomain(String) - Static method in class de.novanic.eventservice.client.event.domain.DomainFactory
Creates a new Domain with a name.
getDomain() - Method in interface de.novanic.eventservice.client.event.DomainEvent
Returns the domain where the event has occurred.
getDomains() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Returns the domain for which isn't listening anymore.
getDomains() - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Returns the domain for which isn't listening anymore.
getEvent() - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
Returns the event.
getEvent() - Method in interface de.novanic.eventservice.client.event.DomainEvent
Returns the event.
getEventFilter(Domain) - Method in interface de.novanic.eventservice.client.event.service.EventService
Returns the EventFilter for the user domain combination.
getEventFilter(Domain, AsyncCallback<EventFilter>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Returns the EventFilter for the user domain combination.
getInstance() - Static method in class de.novanic.eventservice.client.event.filter.EventFilterFactory
This method should be used to create an instance of EventFilterFactory.
getMaxWaitingTime() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the max waiting time.
getMaxWaitingTime() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the max waiting time.
getMinWaitingTime() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the min waiting time.
getMinWaitingTime() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the min waiting time.
getName() - Method in class de.novanic.eventservice.client.event.domain.DefaultDomain
Return the name of the domain.
getName() - Method in interface de.novanic.eventservice.client.event.domain.Domain
Return the name of the domain.
getReconnectAttemptCount() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the number of reconnect attempts to execute.
getReconnectAttemptCount() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the number of reconnect attempts to execute.
getTimeoutTime() - Method in interface de.novanic.eventservice.client.config.EventServiceConfigurationTransferable
Returns the timeout time.
getTimeoutTime() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Returns the timeout time.
getUserId() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Returns the unlistened user id for the UnlistenEvent.
getUserId() - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Returns the unlistened user id for the UnlistenEvent.
GWTClientLogger - Class in de.novanic.eventservice.client.logger
This ClientLogger uses GWT.log(String, Throwable) to log client messages.
GWTClientLogger() - Constructor for class de.novanic.eventservice.client.logger.GWTClientLogger
 

H

hashCode() - Method in class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
 
hashCode() - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
 
hashCode() - Method in class de.novanic.eventservice.client.event.domain.DefaultDomain
 
hashCode() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
 

I

init(AsyncCallback<T>) - Method in class de.novanic.eventservice.client.command.DefaultRemoteCommand
Initializes the RemoteCommand with a callback, which can also be used in the execute method RemoteCommand.execute(de.novanic.eventservice.client.event.service.EventServiceAsync)
init(AsyncCallback<T>) - Method in interface de.novanic.eventservice.client.command.RemoteCommand
Initializes the RemoteCommand with a callback, which can also be used in the execute method RemoteCommand.execute(de.novanic.eventservice.client.event.service.EventServiceAsync)
init(EventServiceAsync) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.ConnectionStrategyClientConnector
init(EventServiceAsync) - Method in class de.novanic.eventservice.client.connection.strategy.connector.DefaultClientConnector
init(AsyncCallback<EventServiceConfigurationTransferable>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
That method is called to execute the first server call (for initialization).
init(EventServiceAsync) - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
initEventService() - Method in interface de.novanic.eventservice.client.event.service.EventService
Initializes the EventService.
initEventService(AsyncCallback<EventServiceConfigurationTransferable>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Initializes the EventService.
initListen(EventServiceConfigurationTransferable) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Initializes the listen method implementation with a ConnectionStrategyClientConnector from the configuration.
isActive() - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Checks if the connector is active (listening).
isInitialized() - Method in class de.novanic.eventservice.client.command.DefaultRemoteCommand
Checks if the RemoteCommand is initialized with a callback.
isInitialized() - Method in interface de.novanic.eventservice.client.command.RemoteCommand
Checks if the RemoteCommand is initialized with a callback.
isInitialized() - Method in interface de.novanic.eventservice.client.connection.strategy.connector.ConnectionStrategyClientConnector
Checks if the ConnectionStrategyClientConnector is initialized.
isInitialized() - Method in class de.novanic.eventservice.client.connection.strategy.connector.DefaultClientConnector
Checks if the ConnectionStrategyClientConnector is initialized.
isInitialized() - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
Checks if the ConnectionStrategyClientConnector is initialized.
isLocal() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Returns true when the UnlistenEvent is triggered from the client side.
isLocal() - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Returns true when the UnlistenEvent is triggered from the client side.
isTimeout() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Returns true when the UnlistenEvent is a timeout, otherwise false (for example a domain specific UnlistenEvent).
isTimeout() - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Returns true when the UnlistenEvent is a timeout, otherwise false (for example a domain specific UnlistenEvent).
isUserRegistered(Domain) - Method in interface de.novanic.eventservice.client.event.service.EventService
Checks if the user is registered for event listening.
isUserRegistered(Domain, AsyncCallback<Boolean>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Checks if the user is registered for event listening.
isUserSpecific() - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
An event/DomainEvent is user specific when it is only for one user and not for the complete domain.
isUserSpecific() - Method in interface de.novanic.eventservice.client.event.DomainEvent
An event/DomainEvent is user specific when it is only for one user and not for the complete domain.

L

listen(EventNotification, AsyncCallback<List<DomainEvent>>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.ConnectionStrategyClientConnector
The listen method implements the listen / connection strategy to receive occurred events.
listen(EventNotification, AsyncCallback<List<DomainEvent>>) - Method in class de.novanic.eventservice.client.connection.strategy.connector.DefaultClientConnector
The listen method implements the listen / connection strategy to receive occurred events.
listen(EventNotification, AsyncCallback<List<DomainEvent>>) - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
The listen method implements the listen / connection strategy to receive occurred events.
listen() - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
That method can be implemented to react on a listen start call.
listen() - Method in interface de.novanic.eventservice.client.event.service.EventService
The listen method returns all events for the user (events for all domains where the user is registered and user specific events).
listen(AsyncCallback<List<DomainEvent>>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
The listen method returns all events for the user (events for all domains where the user is registered and user specific events).
log(String) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
log(String) - Method in interface de.novanic.eventservice.client.logger.ClientLogger
Logs messages at the info level.
log_internal(String) - Method in class de.novanic.eventservice.client.logger.AbstractClientLogger
 
log_internal(String) - Method in class de.novanic.eventservice.client.logger.GWTClientLogger
Logs messages at the info level.

M

match(Event) - Method in class de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter
If the match method returns true for an event, the event should be ignored, because the EventFilter recognizes the event to filter it.
match(Event) - Method in class de.novanic.eventservice.client.event.filter.DefaultEventFilter
When no EventFilter is attached to the DefaultEventFilter, no events will be filtered, because that method implementation returns false.
match(Event) - Method in interface de.novanic.eventservice.client.event.filter.EventFilter
If the match method returns true for an event, the event should be ignored, because the EventFilter recognizes the event to filter it.

O

onAbort() - Method in interface de.novanic.eventservice.client.event.listener.EventNotification
That method will be called when the listening for events is aborted (unexpected).
onNotify(DomainEvent) - Method in interface de.novanic.eventservice.client.event.listener.EventNotification
That method will be called when a new event is arriving.
onUnlisten(UnlistenEvent) - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListener
The method onUnlisten is called when an UnlistenEvent occurs.
onUnlisten(UnlistenEvent) - Method in class de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListenerAdapter
The method onUnlisten is called when an UnlistenEvent occurs.

R

receiveEvent(String) - Method in class de.novanic.eventservice.client.connection.strategy.connector.streaming.DefaultStreamingClientConnector
That method can be used by a concrete implementation to sent received events.
register(Domain) - Method in interface de.novanic.eventservice.client.event.service.EventService
Register listen for a domain.
register(Domain, EventFilter) - Method in interface de.novanic.eventservice.client.event.service.EventService
Register listen for a domain.
register(Set<Domain>) - Method in interface de.novanic.eventservice.client.event.service.EventService
Register listen for a domain.
register(Set<Domain>, EventFilter) - Method in interface de.novanic.eventservice.client.event.service.EventService
Register listen for domains.
register(Domain, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Register listen for a domain.
register(Domain, EventFilter, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Register listen for a domain.
register(Set<Domain>, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Register listen for a domain.
register(Set<Domain>, EventFilter, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Register listen for domains.
registerEventFilter(Domain, EventFilter, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Registers an EventFilter for a domain.
registerEventFilter(Domain, EventFilter) - Method in interface de.novanic.eventservice.client.event.service.EventService
Registers an EventFilter for the domain.
registerEventFilter(Domain, EventFilter, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Registers an EventFilter for the domain.
registerUnlistenEvent(UnlistenEventListener.Scope, UnlistenEvent, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Registers an UnlistenEvent to the server side which will be triggered when a timeout or unlisten/deactivation for a domain occurs.
registerUnlistenEvent(UnlistenEventListener.Scope, UnlistenEvent) - Method in interface de.novanic.eventservice.client.event.service.EventService
Registers an UnlistenEvent which is triggered on a timeout or when a user/client leaves a Domain.
registerUnlistenEvent(UnlistenEventListener.Scope, UnlistenEvent, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Registers an UnlistenEvent which is triggered on a timeout or when a user/client leaves a Domain.
RemoteCommand<T> - Interface in de.novanic.eventservice.client.command
A RemoteCommand can be used to execute a call from client to the server side.
RemoteEventConnector - Interface in de.novanic.eventservice.client.connection.strategy.connector
The RemoteEventConnector should handle the connection between the client and the server side.
RemoteEventListener - Interface in de.novanic.eventservice.client.event.listener
A RemoteEventListener should be used to process events on client side.
RemoteEventServiceConfigurationTransferable - Class in de.novanic.eventservice.client.config
An EventServiceConfigurationTransferable holds the configuration options for EventService which could be usable by the client side.
RemoteEventServiceConfigurationTransferable() - Constructor for class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
This constructor is only required for serialization.
RemoteEventServiceConfigurationTransferable(int, int, int, int, String, String) - Constructor for class de.novanic.eventservice.client.config.RemoteEventServiceConfigurationTransferable
Creates a new RemoteEventServiceConfigurationTransferable.

S

sendEvent(Domain, Event, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.connection.strategy.connector.RemoteEventConnector
Sends an event to a domain.
setDomains(Set<Domain>) - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
A Domain can be set to the UnlistenEvent when the unlisten event is domain specific.
setDomains(Set<Domain>) - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
A Domain can be set to the UnlistenEvent when the unlisten event is domain specific.
setLocal(boolean) - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Sets the local flag.
setLocal(boolean) - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Sets the local flag.
setTimeout(boolean) - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Sets the timeout flag.
setTimeout(boolean) - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Sets the timeout flag.
setUserId(String) - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
Sets the unlistened user id for the UnlistenEvent.
setUserId(String) - Method in interface de.novanic.eventservice.client.event.listener.unlisten.UnlistenEvent
Sets the unlistened user id for the UnlistenEvent.

T

toString() - Method in class de.novanic.eventservice.client.event.DefaultDomainEvent
 
toString() - Method in class de.novanic.eventservice.client.event.domain.DefaultDomain
 
toString() - Method in class de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent
 

U

unlisten() - Method in interface de.novanic.eventservice.client.event.service.EventService
Unlisten for events (for the current user) in all domains (deregisters the user from all domains).
unlisten(Domain) - Method in interface de.novanic.eventservice.client.event.service.EventService
Unlisten for events
unlisten(Set<Domain>) - Method in interface de.novanic.eventservice.client.event.service.EventService
Unlisten for events (for the current user) in the domains and deregisters the user from the domains.
unlisten(AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Unlisten for events (for the current user) in all domains (deregisters the user from all domains).
unlisten(Domain, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Unlisten for events
unlisten(Set<Domain>, AsyncCallback<Void>) - Method in interface de.novanic.eventservice.client.event.service.EventServiceAsync
Unlisten for events (for the current user) in the domains and deregisters the user from the domains.
UNLISTEN_DOMAIN - Static variable in class de.novanic.eventservice.client.event.domain.DomainFactory
All unlisten events (UnlistenEvent) will be registered to the UNLISTEN_DOMAIN.
UnlistenEvent - Interface in de.novanic.eventservice.client.event.listener.unlisten
An UnlistenEvent will be triggered when a timeout or a domain specific unlisten/deregistration occurs.
UnlistenEventListener - Interface in de.novanic.eventservice.client.event.listener.unlisten
The UnlistenEventListener can be implemented to listen for UnlistenEvent instances.
UnlistenEventListener.Scope - Enum in de.novanic.eventservice.client.event.listener.unlisten
Scopes for listening to UnlistenEvent instances.
UnlistenEventListenerAdapter - Class in de.novanic.eventservice.client.event.listener.unlisten
The UnlistenEventListener can be implemented to listen for UnlistenEvent instances.
UnlistenEventListenerAdapter() - Constructor for class de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListenerAdapter
 
USER_SPECIFIC_DOMAIN - Static variable in class de.novanic.eventservice.client.event.domain.DomainFactory
The DomainFactory.USER_SPECIFIC_DOMAIN is a special domain for user-specific events.

V

valueOf(String) - Static method in enum de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListener.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListener.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L M O R S T U V 

Copyright © 2012. All Rights Reserved.