org.jboss.portal.portlet.controller.response
Class PortletResponse

java.lang.Object
  extended by org.jboss.portal.portlet.controller.response.ControllerResponse
      extended by org.jboss.portal.portlet.controller.response.PortletResponse
Direct Known Subclasses:
PageUpdateResponse

public class PortletResponse
extends ControllerResponse

Version:
$Revision: 630 $
Author:
Julien Viet

Field Summary
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 Summary
PortletResponse(PortletInvocationResponse response, int eventDistributionStatus)
           
 
Method Summary
 int getEventDistributionStatus()
           
 PortletInvocationResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

PortletResponse

public PortletResponse(PortletInvocationResponse response,
                       int eventDistributionStatus)
Method Detail

getEventDistributionStatus

public int getEventDistributionStatus()

getResponse

public PortletInvocationResponse getResponse()


Copyright © 2008. All Rights Reserved.