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.CustomNonAlterableContext
      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 CustomNonAlterableContext
implements javax.enterprise.context.spi.AlterableContext


Constructor Summary
CustomAlterableContext()
           
 
Method Summary
 void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
           
static boolean isDestroyCalled()
           
static void reset()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomNonAlterableContext
activate, deactivate, get, get, getScope, 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, getScope, 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
Overrides:
destroy in class CustomNonAlterableContext

reset

public static void reset()

isDestroyCalled

public static boolean isDestroyCalled()


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