org.jboss.weld.bootstrap.api
Interface Lifecycle
- All Known Implementing Classes:
- ForwardingLifecycle
public interface Lifecycle
Note Lifecycle is not complete, and the API may change.
Lifecycle is a per-deployment service.
- Author:
- pmuir
restoreSession
void restoreSession(java.lang.String id,
BeanStore sessionBeanStore)
endSession
void endSession(java.lang.String id,
BeanStore sessionBeanStore)
beginRequest
void beginRequest(java.lang.String id,
BeanStore requestBeanStore)
endRequest
void endRequest(java.lang.String id,
BeanStore requestBeanStore)
isRequestActive
boolean isRequestActive()
isSessionActive
boolean isSessionActive()
isApplicationActive
boolean isApplicationActive()
isConversationActive
boolean isConversationActive()
beginApplication
void beginApplication(BeanStore applicationBeanStore)
endApplication
void endApplication()
getApplicationContext
Context getApplicationContext()
getSingletonContext
Context getSingletonContext()
getSessionContext
Context getSessionContext()
getConversationContext
Context getConversationContext()
getRequestContext
Context getRequestContext()
getDependentContext
Context getDependentContext()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.