|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.SessionCloseFlags
public final class SessionCloseFlags
Flags to specify what action to take during the closing of
the Session
.
These flags should be specified as an argument to the
Session.close()
method call.
Session
,
Session.close(long)
Field Summary | |
---|---|
static long |
DESTROY_ON_CLOSE
Flag to indicate that the Session will be closed. |
static long |
DETACH_ON_CLOSE
Flag to indicate that the Session will be detached from
its currently associated Connection . |
Constructor Summary | |
---|---|
SessionCloseFlags()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long DESTROY_ON_CLOSE
Session
will be closed.
public static final long DETACH_ON_CLOSE
Session
will be detached from
its currently associated Connection
.
Constructor Detail |
---|
public SessionCloseFlags()
|
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 |