|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.kernel.LifeCycleMethod
org.jboss.portal.server.kernel.DowngradeMethod
org.jboss.portal.server.kernel.StopMethod
public class StopMethod
| Field Summary |
|---|
| Fields inherited from class org.jboss.portal.server.kernel.LifeCycleMethod |
|---|
kernel |
| Constructor Summary | |
|---|---|
StopMethod(Kernel kernel)
|
|
| Method Summary | |
|---|---|
protected void |
checkState(org.jboss.portal.server.kernel.Entry entry)
Precheck the state of the service. |
protected void |
invokeMethod(org.jboss.portal.server.kernel.Entry entry)
Apply the lifecycle method and do the transition as well. |
protected void |
invokeMethodOnDependsOnMe(org.jboss.portal.server.kernel.Entry entry)
Apply the lifecycle method on one of the service that depends on the current service |
| Methods inherited from class org.jboss.portal.server.kernel.DowngradeMethod |
|---|
invoke |
| Methods inherited from class org.jboss.portal.server.kernel.LifeCycleMethod |
|---|
invokeOnDependsOnMe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopMethod(Kernel kernel)
| Method Detail |
|---|
protected void checkState(org.jboss.portal.server.kernel.Entry entry)
throws TransitionNotPossibleException
LifeCycleMethod
checkState in class LifeCycleMethodTransitionNotPossibleException - if the transition is not possible
protected void invokeMethod(org.jboss.portal.server.kernel.Entry entry)
throws java.lang.Exception
LifeCycleMethod
invokeMethod in class LifeCycleMethodjava.lang.Exception - the possible wrapper runtime exception
protected void invokeMethodOnDependsOnMe(org.jboss.portal.server.kernel.Entry entry)
throws KernelException
LifeCycleMethod
invokeMethodOnDependsOnMe in class LifeCycleMethodKernelException - thrown by the recursive call
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||