Visit Platform at http://www.platform.com

Platform Symphony 4.1 Java API Reference

com.platform.symphony.soam
Class SessionUpdateAttributes

java.lang.Object
  extended by com.platform.symphony.soam.SessionUpdateAttributes

public final class SessionUpdateAttributes
extends java.lang.Object

Container for all attributes that may be required when updating a session.

See Also:
Session.update(SessionUpdateAttributes)

Constructor Summary
SessionUpdateAttributes()
          Default constructor.
 
Method Summary
 void setCommonData(Message commonData)
          Sets the common data.
 void setCommonData(java.io.Serializable commonData)
          Sets the common data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionUpdateAttributes

public SessionUpdateAttributes()
Default constructor. Constructs a SessionUpdateAttributes object with default settings.

Method Detail

setCommonData

public void setCommonData(Message commonData)
                   throws SoamException
Sets the common data. This method allows you to provide common data to the created session. Common data is any data that is common to all of the tasks in your session. You can send common data rather than sending duplicate data to each task, and thus save on network overhead. Default value is null - no common data.

Parameters:
commonData - The common data for the session.
Throws:
SoamException

setCommonData

public void setCommonData(java.io.Serializable commonData)
                   throws SoamException
Sets the common data. This method allows you to provide common data to the created session. Common data is any data that is common to all of the tasks in your session. You can send common data rather than sending duplicate data to each task, and thus save on network overhead. Default value is null - no common data.

Parameters:
commonData - The common data for the session.
Throws:
SoamException

Version 4.1
Date Modified: -DREL_DATE=Nov 03 2008
Platform Computing. Accelerating Intelligence(TM).
Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved.