org.jboss.portal.portlet.controller.response
Class PortletResponse
java.lang.Object
org.jboss.portal.portlet.controller.response.ControllerResponse
org.jboss.portal.portlet.controller.response.PortletResponse
- Direct Known Subclasses:
- PageUpdateResponse
public class PortletResponse
- extends ControllerResponse
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortletResponse
public PortletResponse(PortletInvocationResponse response,
int eventDistributionStatus)
getEventDistributionStatus
public int getEventDistributionStatus()
getResponse
public PortletInvocationResponse getResponse()
Copyright © 2008. All Rights Reserved.