|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
org.jboss.dependency.plugins.action.SimpleControllerContextAction<T>
T - ControllerContext implpublic abstract class SimpleControllerContextAction<T extends ControllerContext>
Simple and full context impls are the same.
| Constructor Summary | |
|---|---|
SimpleControllerContextAction()
|
|
| Method Summary | |
|---|---|
protected abstract T |
contextCast(ControllerContext context)
Cast the context to the actual implementation. |
protected T |
fullContextCast(ControllerContext context)
Cast context instance. |
protected abstract void |
installAction(T context)
The install. |
protected void |
secureInstallAction(T context)
Secure call to install action. |
protected void |
secureUninstallAction(T context)
Secure call to uninstall action. |
protected T |
simpleContextCast(ControllerContext context)
Cast context instance. |
protected void |
simpleInstallAction(T context)
Unsecure call to install action. |
protected void |
simpleUninstallAction(T context)
Unsecure call to uninstall action. |
protected abstract void |
uninstallAction(T context)
The uninstall. |
| Methods inherited from class org.jboss.dependency.plugins.action.AccessControllerContextAction |
|---|
install, uninstall, validateContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleControllerContextAction()
| Method Detail |
|---|
protected abstract T contextCast(ControllerContext context)
context - the context
protected T simpleContextCast(ControllerContext context)
AccessControllerContextAction
simpleContextCast in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - context to cast
protected T fullContextCast(ControllerContext context)
AccessControllerContextAction
fullContextCast in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - context to cast
protected abstract void installAction(T context)
throws Throwable
context - the context
Throwable - for any error
protected void simpleInstallAction(T context)
throws Throwable
AccessControllerContextAction
simpleInstallAction in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - the context
Throwable - for any error
protected void secureInstallAction(T context)
throws Throwable
AccessControllerContextAction
secureInstallAction in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - the context
Throwable - for any errorprotected abstract void uninstallAction(T context)
context - the contextprotected void simpleUninstallAction(T context)
AccessControllerContextAction
simpleUninstallAction in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - the contextprotected void secureUninstallAction(T context)
AccessControllerContextAction
secureUninstallAction in class AccessControllerContextAction<T extends ControllerContext,T extends ControllerContext>context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||