|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.SessionOpenAttributes
public final class SessionOpenAttributes
Container for all attributes that may be required when opening 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).
Connection.openSession(SessionOpenAttributes)
Constructor Summary | |
---|---|
SessionOpenAttributes()
Default constructor. |
Method Summary | |
---|---|
void |
setSessionCallback(SessionCallback callback)
Sets the session callback. |
void |
setSessionFlags(long flags)
Sets the session flags. |
void |
setSessionId(java.lang.String id)
Sets the id of the session to open. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionOpenAttributes()
Method Detail |
---|
public void setSessionId(java.lang.String id) throws SoamException
id
- The session id.
SoamException
public void setSessionFlags(long flags) throws SoamException
com.platform.symphony.soam.Session
object for explanation of flags and their usage.
flags
- The session flags.
SoamException
Session
public void setSessionCallback(SessionCallback callback) throws SoamException
callback
- The session callback.
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 |