|
||||||||||
| 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.AbstractControllerContext
org.jboss.dependency.plugins.AbstractAliasControllerContext
org.jboss.dependency.plugins.ScopedAliasControllerContext
public class ScopedAliasControllerContext
Scoped alias controller context.
| Field Summary |
|---|
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Method Summary | |
|---|---|
static void |
addAlias(Object alias,
Object original,
org.jboss.metadata.spi.scope.ScopeKey scopeKey,
Controller controller)
Add scoped alias. |
static void |
removeAlias(Object alias,
org.jboss.metadata.spi.scope.ScopeKey scopeKey,
Controller controller)
Remove alias. |
| Methods inherited from class org.jboss.dependency.plugins.AbstractAliasControllerContext |
|---|
getAlias, getOriginal, toShortString, toString |
| Methods inherited from class org.jboss.dependency.plugins.AbstractControllerContext |
|---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, initScopeInfo, install, needsAnAlias, setAliases, setController, setError, setErrorHandlingMode, setMode, setName, setRequiredState, setScopeInfo, setState, setTarget, uninstall |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.dependency.spi.ControllerContext |
|---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setRequiredState, setState, uninstall |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Method Detail |
|---|
public static void addAlias(Object alias,
Object original,
org.jboss.metadata.spi.scope.ScopeKey scopeKey,
Controller controller)
throws Throwable
alias - the aliasoriginal - the originalscopeKey - the scope keycontroller - the controller
Throwable - for any error
public static void removeAlias(Object alias,
org.jboss.metadata.spi.scope.ScopeKey scopeKey,
Controller controller)
alias - the aliasscopeKey - the scope keycontroller - the controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||