Package | Description |
---|---|
de.novanic.eventservice.service |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventExecutorService
DefaultEventExecutorService can be used to add events via the server side.
|
class |
RemoteEventServiceServlet
RemoteEventServiceServlet is an implementation of
EventExecutorService as a servlet
and can be used to add events via the server side. |
Modifier and Type | Method and Description |
---|---|
EventExecutorService |
EventExecutorServiceFactory.getEventExecutorService(javax.servlet.http.HttpServletRequest aRequest)
This method should be used to create an instance of EventExecutorService.
|
EventExecutorService |
EventExecutorServiceFactory.getEventExecutorService(javax.servlet.http.HttpSession aHttpSession)
Deprecated.
Please use
EventExecutorServiceFactory.getEventExecutorService(javax.servlet.http.HttpServletRequest) instead
because a request is necessary instead of a session to support multiple sessions. This method will work like before, but multiple sessions will not be support
when it is configured. |
EventExecutorService |
EventExecutorServiceFactory.getEventExecutorService(String aClientId)
This method should be used to create an instance of EventExecutorService.
|
Copyright © 2012. All Rights Reserved.