com.ptc.core.ca.web.client.environment
Class WebSessionData

java.lang.Object
  extended by com.ptc.core.ca.web.client.environment.WebSessionData
All Implemented Interfaces:
CoSessionData, Externalizable, Serializable

Deprecated.

@Deprecated
public class WebSessionData
extends Object
implements CoSessionData, Externalizable

This class is a web specific implementation of the session data.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.environment.CoSessionData
ADDRESS_FACTORY, ANY_DATA, CLIPBOARD, DEBUG_MODE, DOER_FACTORY, ELEMENT_FACTORY, HANDLER_FACTORY, TRAIL_MODE
 
Method Summary
 CoAddressFactory getAddressFactory()
          Deprecated. Gets the value of the attribute: addressFactory; the address factory.
 HashMap getAnyData()
          Deprecated. Gets the value of the attribute: anyData; the map to contain arbitrary data with session scope.
 CoClipboard getClipboard()
          Deprecated. Gets the value of the attribute: clipboard; the clipboard.
 com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
          Deprecated. Gets the value of the attribute: doerFactory; the doer factory.
 com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
          Deprecated. Gets the value of the attribute: elementFactory; the element factory.
 com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
          Deprecated. Gets the value of the attribute: handlerFactory; the handler factory.
 boolean isDebugMode()
          Deprecated. Gets the value of the attribute: debugMode; the debug mode

Supported API: true
 boolean isTrailMode()
          Deprecated. Gets the value of the attribute: trailMode; the trail mode

Supported API: true
 void setAddressFactory(CoAddressFactory a_AddressFactory)
          Deprecated. Sets the value of the attribute: addressFactory; the address factory.
 void setAnyData(HashMap a_AnyData)
          Deprecated. Sets the value of the attribute: anyData; the map to contain arbitrary data with session scope.
 void setClipboard(CoClipboard a_Clipboard)
          Deprecated. Sets the value of the attribute: clipboard; the clipboard.
 void setDebugMode(boolean a_DebugMode)
          Deprecated. Sets the value of the attribute: debugMode; the debug mode

Supported API: true
 void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
          Deprecated. Sets the value of the attribute: doerFactory; the doer factory.
 void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
          Deprecated. Sets the value of the attribute: elementFactory; the element factory.
 void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
          Deprecated. Sets the value of the attribute: handlerFactory; the handler factory.
 void setTrailMode(boolean a_TrailMode)
          Deprecated. Sets the value of the attribute: trailMode; the trail mode

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

Method Detail

getClipboard

public CoClipboard getClipboard()
Deprecated. 
Gets the value of the attribute: clipboard; the clipboard.

Supported API: true

Specified by:
getClipboard in interface CoSessionData
Returns:
CoClipboard

setClipboard

public void setClipboard(CoClipboard a_Clipboard)
Deprecated. 
Sets the value of the attribute: clipboard; the clipboard.

Supported API: true

Specified by:
setClipboard in interface CoSessionData
Parameters:
a_Clipboard -

getAnyData

public HashMap getAnyData()
Deprecated. 
Gets the value of the attribute: anyData; the map to contain arbitrary data with session scope.

Supported API: true

Specified by:
getAnyData in interface CoSessionData
Returns:
HashMap

setAnyData

public void setAnyData(HashMap a_AnyData)
Deprecated. 
Sets the value of the attribute: anyData; the map to contain arbitrary data with session scope.

Supported API: true

Specified by:
setAnyData in interface CoSessionData
Parameters:
a_AnyData -

getElementFactory

public com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
Deprecated. 
Gets the value of the attribute: elementFactory; the element factory. Responsible for the creation of the elements.

Supported API: true

Specified by:
getElementFactory in interface CoSessionData
Returns:
CoElementFactory

setElementFactory

public void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
Deprecated. 
Sets the value of the attribute: elementFactory; the element factory. Responsible for the creation of the elements.

Supported API: true

Specified by:
setElementFactory in interface CoSessionData
Parameters:
a_ElementFactory -

getAddressFactory

public CoAddressFactory getAddressFactory()
Deprecated. 
Gets the value of the attribute: addressFactory; the address factory. Responsible for the creation of the addresses.

Supported API: true

Specified by:
getAddressFactory in interface CoSessionData
Returns:
CoAddressFactory

setAddressFactory

public void setAddressFactory(CoAddressFactory a_AddressFactory)
Deprecated. 
Sets the value of the attribute: addressFactory; the address factory. Responsible for the creation of the addresses.

Supported API: true

Specified by:
setAddressFactory in interface CoSessionData
Parameters:
a_AddressFactory -

getHandlerFactory

public com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
Deprecated. 
Gets the value of the attribute: handlerFactory; the handler factory. Responsible for the creation of the handlers

Supported API: true

Specified by:
getHandlerFactory in interface CoSessionData
Returns:
CoHandlerFactory

setHandlerFactory

public void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
Deprecated. 
Sets the value of the attribute: handlerFactory; the handler factory. Responsible for the creation of the handlers

Supported API: true

Specified by:
setHandlerFactory in interface CoSessionData
Parameters:
a_HandlerFactory -

getDoerFactory

public com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
Deprecated. 
Gets the value of the attribute: doerFactory; the doer factory. Responsible for the creation of the doers.

Supported API: true

Specified by:
getDoerFactory in interface CoSessionData
Returns:
CoDoerFactory

setDoerFactory

public void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
Deprecated. 
Sets the value of the attribute: doerFactory; the doer factory. Responsible for the creation of the doers.

Supported API: true

Specified by:
setDoerFactory in interface CoSessionData
Parameters:
a_DoerFactory -

isDebugMode

public boolean isDebugMode()
Deprecated. 
Gets the value of the attribute: debugMode; the debug mode

Supported API: true

Specified by:
isDebugMode in interface CoSessionData
Returns:
boolean

setDebugMode

public void setDebugMode(boolean a_DebugMode)
Deprecated. 
Sets the value of the attribute: debugMode; the debug mode

Supported API: true

Specified by:
setDebugMode in interface CoSessionData
Parameters:
a_DebugMode -

isTrailMode

public boolean isTrailMode()
Deprecated. 
Gets the value of the attribute: trailMode; the trail mode

Supported API: true

Specified by:
isTrailMode in interface CoSessionData
Returns:
boolean

setTrailMode

public void setTrailMode(boolean a_TrailMode)
Deprecated. 
Sets the value of the attribute: trailMode; the trail mode

Supported API: true

Specified by:
setTrailMode in interface CoSessionData
Parameters:
a_TrailMode -