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 Summary
Fields Modifier and Type Field Description static intCONSUMED_EVENT_FLOODEDThe event distribution did flood with consumed events.static intDISTRIBUTION_DONEThe event distribution was properly done.static intINTERRUPTEDThe event distribution was interruped by the event controller context.static intPRODUCED_EVENT_FLOODEDThe event distribution did flood with produced events.
-
Constructor Summary
Constructors Constructor Description PortletResponse(org.gatein.pc.api.invocation.response.PortletInvocationResponse response, int eventDistributionStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventDistributionStatus()org.gatein.pc.api.invocation.response.PortletInvocationResponsegetResponse()
-
-
-
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
-
-