|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.AbstractContext
public abstract class AbstractContext
Common Context operation
| Constructor Summary | |
|---|---|
AbstractContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Constructor |
|
| Method Summary | |
|---|---|
void |
cleanup()
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Get the scope the context is for |
boolean |
isActive()
Return true if the context is active |
void |
setActive(boolean active)
Set the context active, internal API for WBRI |
| 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 |
| Constructor Detail |
|---|
public AbstractContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
scopeType - The scope type| Method Detail |
|---|
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope in interface javax.enterprise.context.spi.ContextContext.getScope()public boolean isActive()
isActive in interface javax.enterprise.context.spi.ContextContext.isActive()public void setActive(boolean active)
active - The new statepublic void cleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||