org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal
Class CustomAlterableContext

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.AbstractContext
      extended by org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomAlterableContext
All Implemented Interfaces:
javax.enterprise.context.spi.AlterableContext, javax.enterprise.context.spi.Context

public class CustomAlterableContext
extends AbstractContext
implements javax.enterprise.context.spi.AlterableContext


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.AbstractContext
AbstractContext.Instance
 
Field Summary
 
Fields inherited from class org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.AbstractContext
storage
 
Constructor Summary
CustomAlterableContext()
           
 
Method Summary
 void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
           
 Class<? extends Annotation> getScope()
           
static boolean isDestroyCalled()
           
static void reset()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.AbstractContext
get, get, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

CustomAlterableContext

public CustomAlterableContext()
Method Detail

destroy

public void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
Specified by:
destroy in interface javax.enterprise.context.spi.AlterableContext

reset

public static void reset()

isDestroyCalled

public static boolean isDestroyCalled()

getScope

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


Copyright © 2008-2013 Seam Framework. All Rights Reserved.