org.jboss.weld.context.unbound
Class SingletonContextImpl

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractSharedContext
          extended by org.jboss.weld.context.unbound.SingletonContextImpl
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.SingletonContext

public class SingletonContextImpl
extends AbstractSharedContext
implements org.jboss.weld.context.SingletonContext


Constructor Summary
SingletonContextImpl()
           
 
Method Summary
 Class<? extends Annotation> getScope()
           
 
Methods inherited from class org.jboss.weld.context.AbstractSharedContext
cleanup, destroy, getBeanStore, invalidate, isActive, toString
 
Methods inherited from class org.jboss.weld.context.AbstractContext
get, get, getContextual, getId, getServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

SingletonContextImpl

public SingletonContextImpl()
Method Detail

getScope

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


Copyright © 2013 Seam Framework. All Rights Reserved.