uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp
Class ChannelInstanceManager

java.lang.Object
  extended byorg.jasig.portal.wsrp.ChannelInstanceManager

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

public class ChannelInstanceManager
extends java.lang.Object

Manages the interactions between the WSRP consumer and one channel instance.

Version:
$Revision: 1.10 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ChannelInstanceManager(java.lang.String portletHandle, java.lang.String sessionId, UserContext userContext)
          Deprecated. Constructs a ChannelInstanceManager.
 
Method Summary
 IChannel getChannel()
          Deprecated. Accessor to IChannel.
 java.lang.String getChannelMarkup(RuntimeContext runtimeContext, MarkupParams markupParams)
          Deprecated. Asks channel to render and retrieves channel markup.
 void setChannelRuntimeData(RuntimeContext runtimeContext, MarkupParams markupParams, InteractionParams interactionParams)
          Deprecated. Retrieves channel runtime data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInstanceManager

public ChannelInstanceManager(java.lang.String portletHandle,
                              java.lang.String sessionId,
                              UserContext userContext)
                       throws java.lang.Exception
Deprecated. 
Constructs a ChannelInstanceManager.

Parameters:
portletHandle - the portlet handle
sessionId - the session ID
userContext - the user context
Method Detail

getChannel

public IChannel getChannel()
Deprecated. 
Accessor to IChannel.

Returns:
the channel instance

setChannelRuntimeData

public void setChannelRuntimeData(RuntimeContext runtimeContext,
                                  MarkupParams markupParams,
                                  InteractionParams interactionParams)
                           throws PortalException
Deprecated. 
Retrieves channel runtime data.

Parameters:
runtimeContext - the channel runtime context
markupParams - the channel markup parameters
interactionParams - the channel interaction parameters
Throws:
PortalException

getChannelMarkup

public java.lang.String getChannelMarkup(RuntimeContext runtimeContext,
                                         MarkupParams markupParams)
                                  throws java.lang.Throwable
Deprecated. 
Asks channel to render and retrieves channel markup.

Parameters:
runtimeContext - the channel runtime context
markupParams - the channel markup parameters
Throws:
java.lang.Throwable

uPortal 2.4.1
API Documentation