|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.dependency.plugins.AbstractController
org.jboss.dependency.plugins.ScopedController
public abstract class ScopedController
Scoped controller. Not other scoping logic except add/remove controller context. Subclasses should provide parent lookup after looking at the current scoped instance.
| Field Summary |
|---|
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
ScopedController()
|
|
| Method Summary | |
|---|---|
protected void |
addControllerContext(ControllerContext context)
|
protected boolean |
isScoped()
Is controller scoped. |
protected void |
removeControllerContext(ControllerContext context)
|
protected void |
setUnderlyingController(AbstractController underlyingController)
|
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Constructor Detail |
|---|
public ScopedController()
| Method Detail |
|---|
protected void setUnderlyingController(AbstractController underlyingController)
protected boolean isScoped()
protected void addControllerContext(ControllerContext context)
protected void removeControllerContext(ControllerContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||