org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal
Class CustomNonAlterableContext
java.lang.Object
org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomNonAlterableContext
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context
- Direct Known Subclasses:
- CustomAlterableContext
public class CustomNonAlterableContext
- extends Object
- implements javax.enterprise.context.spi.Context
|
Method Summary |
void |
activate()
|
void |
deactivate()
|
protected void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual)
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual)
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
Class<? extends Annotation> |
getScope()
|
boolean |
isActive()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomNonAlterableContext
public CustomNonAlterableContext()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface javax.enterprise.context.spi.Context
get
public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
- Specified by:
get in interface javax.enterprise.context.spi.Context
get
public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
- Specified by:
get in interface javax.enterprise.context.spi.Context
isActive
public boolean isActive()
- Specified by:
isActive in interface javax.enterprise.context.spi.Context
activate
public void activate()
deactivate
public void deactivate()
destroy
protected void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.