com.platform.symphony.soam
Class SessionCloseFlags
java.lang.Object
com.platform.symphony.soam.SessionCloseFlags
public final class SessionCloseFlags
- extends java.lang.Object
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.
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).
- See Also:
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 . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESTROY_ON_CLOSE
public static final long DESTROY_ON_CLOSE
- Flag to indicate that the
Session
will be closed.
- See Also:
- Constant Field Values
DETACH_ON_CLOSE
public static final long DETACH_ON_CLOSE
- Flag to indicate that the
Session
will be detached from
its currently associated Connection
.
- See Also:
- Constant Field Values
SessionCloseFlags
public SessionCloseFlags()