public class PortletResponse extends ControllerResponse
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUMED_EVENT_FLOODED
The event distribution did flood with consumed events.
|
static int |
DISTRIBUTION_DONE
The event distribution was properly done.
|
static int |
INTERRUPTED
The event distribution was interruped by the event controller context.
|
static int |
PRODUCED_EVENT_FLOODED
The event distribution did flood with produced events.
|
| Constructor and Description |
|---|
PortletResponse(org.gatein.pc.api.invocation.response.PortletInvocationResponse response,
int eventDistributionStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventDistributionStatus() |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
getResponse() |
public static final int DISTRIBUTION_DONE
public static final int INTERRUPTED
public static final int PRODUCED_EVENT_FLOODED
public static final int CONSUMED_EVENT_FLOODED
Copyright © 2003-2016 GateIn. All Rights Reserved.