Class RPQPReceiverPlan

    • Constructor Detail

      • RPQPReceiverPlan

        public RPQPReceiverPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.
        Overrides:
        body in class AbstractReceiverPlan
      • decideRequest

        public java.lang.Boolean decideRequest​(java.lang.Object request,
                                               IComponentIdentifier initiator)
        Decide about the request.
        Parameters:
        request - The request.
        initiator - The requesting agent.
        Returns:
        True, if should send agree. False for sending refuse. Exception/null for sending nothing.
      • executeRequest

        public java.lang.Object executeRequest​(java.lang.Object request,
                                               IComponentIdentifier initiator)
        Execute the request.
        Parameters:
        request - The request.
        initiator - The requesting agent.
        Returns:
        The result.
      • getShortProtocolName

        protected java.lang.String getShortProtocolName()
        Get protocol abbrev name.
        Returns:
        The protocol abbrev name.