org.jboss.portal.server.kernel
Class DowngradeMethod

java.lang.Object
  extended by org.jboss.portal.server.kernel.LifeCycleMethod
      extended by org.jboss.portal.server.kernel.DowngradeMethod
Direct Known Subclasses:
DestroyMethod, StopMethod

public abstract class DowngradeMethod
extends LifeCycleMethod


Field Summary
 
Fields inherited from class org.jboss.portal.server.kernel.LifeCycleMethod
kernel
 
Constructor Summary
protected DowngradeMethod(Kernel kernel)
           
 
Method Summary
 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

DowngradeMethod

protected DowngradeMethod(Kernel kernel)
Method Detail

invoke

public State invoke(org.jboss.portal.server.kernel.Entry entry)
             throws TransitionNotPossibleException,
                    ServiceFailureException
Specified by:
invoke in class LifeCycleMethod
Throws:
TransitionNotPossibleException
ServiceFailureException