|
|
|||||||||||
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.
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 4.1 Date Modified: -DREL_DATE=Nov 03 2008 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |