org.apache.webbeans.context
Class SessionContext
java.lang.Object
org.apache.webbeans.context.AbstractContext
org.apache.webbeans.context.PassivatingContext
org.apache.webbeans.context.SessionContext
- All Implemented Interfaces:
- Externalizable, Serializable, javax.enterprise.context.spi.AlterableContext, javax.enterprise.context.spi.Context
public class SessionContext
- extends PassivatingContext
- implements Serializable
Session context implementation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionContext
public SessionContext()
setComponentInstanceMap
public void setComponentInstanceMap()
- Description copied from class:
AbstractContext
-
- Specified by:
setComponentInstanceMap in class AbstractContext
destroy
public void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
- Specified by:
destroy in interface javax.enterprise.context.spi.AlterableContext- Overrides:
destroy in class AbstractContext
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.