public class EventExecutorServiceFactory extends Object
EventExecutorService
Modifier and Type | Method and Description |
---|---|
EventExecutorService |
getEventExecutorService(javax.servlet.http.HttpServletRequest aRequest)
This method should be used to create an instance of EventExecutorService.
|
EventExecutorService |
getEventExecutorService(javax.servlet.http.HttpSession aHttpSession)
Deprecated.
Please use
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 |
getEventExecutorService(String aClientId)
This method should be used to create an instance of EventExecutorService.
|
static EventExecutorServiceFactory |
getInstance()
This method should be used to create an instance of EventExecutorServiceFactory.
|
public static EventExecutorServiceFactory getInstance()
public EventExecutorService getEventExecutorService(javax.servlet.http.HttpSession aHttpSession)
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.aHttpSession
- the session is needed to generate the client/user idpublic EventExecutorService getEventExecutorService(javax.servlet.http.HttpServletRequest aRequest)
aRequest
- a request / session is needed to generate the client/user idpublic EventExecutorService getEventExecutorService(String aClientId)
aClientId
- the client/user idgetEventExecutorService(javax.servlet.http.HttpServletRequest)
Copyright © 2012. All Rights Reserved.