org.jboss.cdi.tck.tests.context.passivating.custom
Class ClusterContext
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.custom.ClusterContext
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context
public class ClusterContext
- extends Object
- implements javax.enterprise.context.spi.Context
|
Method Summary |
|
get(javax.enterprise.context.spi.Contextual<T> contextual)
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> ctx)
|
Class<? extends Annotation> |
getScope()
|
boolean |
isActive()
|
boolean |
isGetCalled()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterContext
public ClusterContext()
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> ctx)
- 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
isGetCalled
public boolean isGetCalled()
reset
public void reset()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.