|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.SessionUpdateAttributes
public final class SessionUpdateAttributes
Container for all attributes that may be required when updating a session.
NOTE: If any of the methods of this class are called after the main(...) method exits,
the client or service process may behave in an undefined manner (for example,
hang or terminate abnormally).
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 |
---|
public SessionUpdateAttributes()
Method Detail |
---|
public void setCommonData(Message commonData) throws SoamException
commonData
- The common data for the session.
SoamException
public void setCommonData(java.io.Serializable commonData) throws SoamException
commonData
- The common data for the session.
SoamException
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |