Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


oracle.portal.wcs.session
Class TransportSessionContextFactory

java.lang.Object
  extended by oracle.portal.wcs.session.TransportSessionContextFactory


public class TransportSessionContextFactory
extends java.lang.Object

This factory creates the session context


Constructor Summary
TransportSessionContextFactory()
           

 

Method Summary
protected static TransportSessionContext createTransportSessionContext(oracle.portal.wcs.ClippingKey cdk)
          The session context is identified by clipping def key.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TransportSessionContextFactory

public TransportSessionContextFactory()

Method Detail

createTransportSessionContext

protected static TransportSessionContext createTransportSessionContext(oracle.portal.wcs.ClippingKey cdk)
The session context is identified by clipping def key. This method is called by both studio and provider. In Studio, the parameter passed in is StudioClippingKey, and in Provider, the parameter passed in is ClippingKey. By this, we guarrantee that there is no conflict. This is used in Studio mode where the timeout value is the same for all the connection inside of a clip context

Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


Copyright © 2003, 2009, Oracle Corporation. All Rights Reserved