Class PortletResponse
java.lang.Object
org.gatein.pc.controller.response.ControllerResponse
org.gatein.pc.controller.response.PortletResponse
- Direct Known Subclasses:
PageUpdateResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe event distribution did flood with consumed events.static final intThe event distribution was properly done.static final intThe event distribution was interruped by the event controller context.static final intThe event distribution did flood with produced events. -
Constructor Summary
ConstructorsConstructorDescriptionPortletResponse(org.gatein.pc.api.invocation.response.PortletInvocationResponse response, int eventDistributionStatus) -
Method Summary
Modifier and TypeMethodDescriptionintorg.gatein.pc.api.invocation.response.PortletInvocationResponse
-
Field Details
-
DISTRIBUTION_DONE
public static final int DISTRIBUTION_DONEThe event distribution was properly done.- See Also:
-
INTERRUPTED
public static final int INTERRUPTEDThe event distribution was interruped by the event controller context.- See Also:
-
PRODUCED_EVENT_FLOODED
public static final int PRODUCED_EVENT_FLOODEDThe event distribution did flood with produced events.- See Also:
-
CONSUMED_EVENT_FLOODED
public static final int CONSUMED_EVENT_FLOODEDThe 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()
-