psdi.workflow

Class RegisterEventResponse

  • java.lang.Object
    • psdi.workflow.RegisterEventResponse
  • All Implemented Interfaces:
    ActionCustomClass


    public class RegisterEventResponse
    extends java.lang.Object
    implements ActionCustomClass
    This action registers other actions in a EventResponse.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      Registers the actions for the Event named.
      • Methods inherited from class java.lang.Object

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

      • RegisterEventResponse

        public RegisterEventResponse()
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Registers the actions for the Event named. The structure of the first element of the params parameter is ", , , , ". If params[1] isn't null and is a MboRemote, that is used for the reference for the EventResponse record. The mbo parameter is used as the source and target of the EventResponse. If params[1] isn't used, the mbo parameters is used as the reference Mbo also.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - The target Mbo. Used for the source of the events.
        params - Action parameters.
        Throws:
        MXException
        java.rmi.RemoteException