Class PortletResponse

java.lang.Object
org.gatein.pc.controller.response.ControllerResponse
org.gatein.pc.controller.response.PortletResponse
Direct Known Subclasses:
PageUpdateResponse

public class PortletResponse extends ControllerResponse
Version:
$Revision: 630 $
Author:
Julien Viet
  • Field Details

    • DISTRIBUTION_DONE

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

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

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

      public static final int CONSUMED_EVENT_FLOODED
      The event distribution did flood with consumed events.
      See Also:
  • Constructor Details

    • PortletResponse

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

    • getEventDistributionStatus

      public int getEventDistributionStatus()
    • getResponse

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