Class PortletResponse

    • Field Detail

      • DISTRIBUTION_DONE

        public static final int DISTRIBUTION_DONE
        The event distribution was properly done.
        See Also:
        Constant Field Values
      • INTERRUPTED

        public static final int INTERRUPTED
        The event distribution was interruped by the event controller context.
        See Also:
        Constant Field Values
      • PRODUCED_EVENT_FLOODED

        public static final int PRODUCED_EVENT_FLOODED
        The event distribution did flood with produced events.
        See Also:
        Constant Field Values
      • CONSUMED_EVENT_FLOODED

        public static final int CONSUMED_EVENT_FLOODED
        The event distribution did flood with consumed events.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PortletResponse

        public PortletResponse​(org.gatein.pc.api.invocation.response.PortletInvocationResponse response,
                               int eventDistributionStatus)
    • Method Detail

      • getEventDistributionStatus

        public int getEventDistributionStatus()
      • getResponse

        public org.gatein.pc.api.invocation.response.PortletInvocationResponse getResponse()