Class CMHandlerPlan


  • public class CMHandlerPlan
    extends Plan
    Receiver plan for FIPA-Cancel-Meta-Protocol. Waits for cancel message to terminate a conversation by dropping the supplied interaction goal.
    • Field Detail

      • failure_reason

        protected java.lang.Object failure_reason
        The failure reason, when cancel was not successful.
      • cancel_msg

        protected IMessageEvent cancel_msg
        The cancel message (if any).
    • Constructor Detail

      • CMHandlerPlan

        public CMHandlerPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • aborted

        public void aborted()
        Called when the plan is aborted, i.e., when the corresponding interaction goal is dropped.
        Overrides:
        aborted in class Plan