|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.plugins.dependency.KernelControllerContextActions.KernelControllerContextAction
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.LifecycleAction
public abstract static class KernelControllerContextActions.LifecycleAction
A lifecycle action
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextActions.KernelControllerContextAction |
---|
log |
Constructor Summary | |
---|---|
KernelControllerContextActions.LifecycleAction()
Create a new AbstractLifecycleAction. |
Method Summary | |
---|---|
abstract String |
getInstallMethod(KernelControllerContext context)
Get the install method |
abstract List |
getInstallParameters(KernelControllerContext context)
Get the install parameters |
abstract String |
getUninstallMethod(KernelControllerContext context)
Get the uninstall method |
abstract List |
getUninstallParameters(KernelControllerContext context)
Get the uninstall parameters |
void |
installAction(KernelControllerContext context)
|
void |
uninstallAction(KernelControllerContext context)
|
Methods inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextActions.KernelControllerContextAction |
---|
install, uninstall |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KernelControllerContextActions.LifecycleAction()
Method Detail |
---|
public abstract String getInstallMethod(KernelControllerContext context)
context
- the context
public abstract List getInstallParameters(KernelControllerContext context)
context
- the context
public abstract String getUninstallMethod(KernelControllerContext context)
context
- the context
public abstract List getUninstallParameters(KernelControllerContext context)
context
- the context
public void installAction(KernelControllerContext context) throws Throwable
installAction
in class KernelControllerContextActions.KernelControllerContextAction
Throwable
public void uninstallAction(KernelControllerContext context)
uninstallAction
in class KernelControllerContextActions.KernelControllerContextAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |