Visit Platform at http://www.platform.com

Platform Symphony 4.1 Java API Reference

com.platform.symphony.soam
Class SessionCloseFlags

java.lang.Object
  extended by 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.

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.
 
Constructor Summary
SessionCloseFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SessionCloseFlags

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.