org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal
Class CustomAlterableContext
java.lang.Object
org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomNonAlterableContext
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
|
Method Summary |
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual)
|
static boolean |
isDestroyCalled()
|
static void |
reset()
|
| 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 |
CustomAlterableContext
public CustomAlterableContext()
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.