|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpConversationContextManagerProvider
Used for creating ConversationContextManagers that are tied to the given request (or more
likely, that request's session)
| Method Summary | |
|---|---|
ConversationContextManager |
getManager(javax.servlet.http.HttpServletRequest request)
Return the ConversationContextManager for this request |
void |
setConversationContextFactory(ConversationContextFactory conversationContextFactory)
set the ConversationContextFactory |
void |
setMaxInstances(int maxInstances)
set the max number of instances of conversations |
void |
setMonitoringFrequency(long monitoringFrequency)
set the frequency in milliseconds for monitoring timeouts |
void |
setMonitoringThreadPoolSize(int monitoringThreadPoolSize)
The number of threads that will be used to monitor conversation timeouts |
| Methods inherited from interface com.google.code.rees.scope.container.PostConstructable |
|---|
init |
| Method Detail |
|---|
void setMonitoringThreadPoolSize(int monitoringThreadPoolSize)
monitoringThreadPoolSize - void setMonitoringFrequency(long monitoringFrequency)
monitoringFrequency - void setMaxInstances(int maxInstances)
maxInstances - void setConversationContextFactory(ConversationContextFactory conversationContextFactory)
ConversationContextFactory
conversationContextFactory - ConversationContextManager getManager(javax.servlet.http.HttpServletRequest request)
ConversationContextManager for this request
request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||