Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletConsumerContainer

All Superinterfaces:
EbiPortletContainer

public interface EbiPortletConsumerContainer
extends EbiPortletContainer

This is the Portlet Consumer Container Interface. It is extended from EbiPortletContainer interface. The EbiPortletConsumerContainer object is instantiated by the factory and scoped at one per Portal application. A PortletConsumerContainer is responsible of sending portlet requests to requested portlet producer for runtime operations.

Since:
v5.0

Field Summary
static String PORTLET_CONSUMER_CONTAINER
          Service entriy key of the portlet consumer container.
 
Method Summary
 EbiPortletConsumerRegistry getPortletConsumerRegistry()
          Gets the associated consumer registry.
 void triggerTimeOut(Long processID)
          Triggers timeout.
 
Methods implemented from interface com.novell.afw.portlet.api.EbiPortletContainer
getContainerType, getMarkup, getPortletApplicationID, init, performBlockingInteraction
 

Field Detail

PORTLET_CONSUMER_CONTAINER

public static final String PORTLET_CONSUMER_CONTAINER
Service entriy key of the portlet consumer container.
Since:
v5.0
Method Detail

getPortletConsumerRegistry

public EbiPortletConsumerRegistry getPortletConsumerRegistry()
Gets the associated consumer registry.
Returns:
the EbiPortletConsumerRegistry object.
Since:
v5.0
See Also:
EbiPortletConsumerRegistry

triggerTimeOut

public void triggerTimeOut(Long processID)
Triggers timeout.
Parameters:
processID - a portlet process ID (for the thread that performs a getMarkup() operation on a portlet).
Since:
v5.0

Novell exteNd
Director 5.2 API