org.jboss.weld.context.bound
Class BoundSessionContextImpl

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractManagedContext
          extended by org.jboss.weld.context.AbstractBoundContext<Map<String,Object>>
              extended by org.jboss.weld.context.bound.BoundSessionContextImpl
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.bound.BoundSessionContext, org.jboss.weld.context.BoundContext<Map<String,Object>>, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext

public class BoundSessionContextImpl
extends AbstractBoundContext<Map<String,Object>>
implements org.jboss.weld.context.bound.BoundSessionContext


Constructor Summary
BoundSessionContextImpl()
           
 
Method Summary
 boolean associate(Map<String,Object> storage)
           
 boolean dissociate(Map<String,Object> storage)
           
 Class<? extends Annotation> getScope()
           
 void invalidate()
           
 
Methods inherited from class org.jboss.weld.context.AbstractBoundContext
activate, cleanup, deactivate, getBeanStore, setBeanStore
 
Methods inherited from class org.jboss.weld.context.AbstractManagedContext
isActive, setActive
 
Methods inherited from class org.jboss.weld.context.AbstractContext
destroy, get, get, getContextual, getId, getServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

BoundSessionContextImpl

public BoundSessionContextImpl()
Method Detail

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.context.spi.Context

associate

public boolean associate(Map<String,Object> storage)
Specified by:
associate in interface org.jboss.weld.context.BoundContext<Map<String,Object>>

dissociate

public boolean dissociate(Map<String,Object> storage)
Specified by:
dissociate in interface org.jboss.weld.context.BoundContext<Map<String,Object>>

invalidate

public void invalidate()
Specified by:
invalidate in interface org.jboss.weld.context.ManagedContext
Overrides:
invalidate in class AbstractManagedContext


Copyright © 2013 Seam Framework. All Rights Reserved.