Class PlannedShutdownActionFactoryImpl

  • All Implemented Interfaces:
    com.sun.enterprise.ee.cms.core.ActionFactory, com.sun.enterprise.ee.cms.core.PlannedShutdownActionFactory

    public class PlannedShutdownActionFactoryImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.PlannedShutdownActionFactory
    Reference implementation of PlannedShutdownActionFactory.
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy Date: Mar 15, 2005
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.enterprise.ee.cms.core.Action produceAction()
      Produces an instance of PlannedShutdownAction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlannedShutdownActionFactoryImpl

        public PlannedShutdownActionFactoryImpl​(com.sun.enterprise.ee.cms.core.CallBack callBack)
    • Method Detail

      • produceAction

        public com.sun.enterprise.ee.cms.core.Action produceAction()
        Produces an instance of PlannedShutdownAction.
        Specified by:
        produceAction in interface com.sun.enterprise.ee.cms.core.ActionFactory
        Returns:
        com.sun.enterprise.ee.cms.Action