Class GroupLeadershipNotificationActionFactoryImpl

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

    public class GroupLeadershipNotificationActionFactoryImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.GroupLeadershipNotificationActionFactory
    Reference Implementation of GroupLeadershipNotificationActionFactory
    Author:
    Bongjae Chang
    • Method Summary

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

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

      • GroupLeadershipNotificationActionFactoryImpl

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

      • produceAction

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