|
|||||||||
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.UpgradeMethod
public abstract class UpgradeMethod
Field Summary |
---|
Fields inherited from class org.jboss.portal.server.kernel.LifeCycleMethod |
---|
kernel |
Constructor Summary | |
---|---|
protected |
UpgradeMethod(Kernel kernel)
|
Method Summary | |
---|---|
protected abstract boolean |
doesDependantPreventsInvoke(org.jboss.portal.server.kernel.Entry entry)
Check that a service which the current service depends on is in the good state |
State |
invoke(org.jboss.portal.server.kernel.Entry entry)
|
Methods inherited from class org.jboss.portal.server.kernel.LifeCycleMethod |
---|
checkState, invokeMethod, invokeMethodOnDependsOnMe, invokeOnDependsOnMe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected UpgradeMethod(Kernel kernel)
Method Detail |
---|
public State invoke(org.jboss.portal.server.kernel.Entry entry) throws TransitionNotPossibleException, ServiceFailureException
invoke
in class LifeCycleMethod
TransitionNotPossibleException
ServiceFailureException
protected abstract boolean doesDependantPreventsInvoke(org.jboss.portal.server.kernel.Entry entry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |