com.cafesoft.cams.session
Class ManagedSessionEventType

java.lang.Object
  |
  +--com.cafesoft.cams.session.ManagedSessionEventType

public class ManagedSessionEventType
extends Object

Type-safe constant class that represents ManagedSessionEvent types

Since:
5/24/02
See Also:
ManagedSessionEvent

Field Summary
static ManagedSessionEventType SESSION_CLOSED
          The CLOSED ManagedSessionEventType
static ManagedSessionEventType SESSION_CREATED
          The CREATED ManagedSessionEventType
static ManagedSessionEventType SESSION_EXPIRED
          The EXPIRED ManagedSessionEventType
 
Method Summary
 String toString()
          Return a String representation of the ManagedSessionEventType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SESSION_CREATED

public static final ManagedSessionEventType SESSION_CREATED
The CREATED ManagedSessionEventType


SESSION_CLOSED

public static final ManagedSessionEventType SESSION_CLOSED
The CLOSED ManagedSessionEventType


SESSION_EXPIRED

public static final ManagedSessionEventType SESSION_EXPIRED
The EXPIRED ManagedSessionEventType

Method Detail

toString

public String toString()
Return a String representation of the ManagedSessionEventType.

Overrides:
toString in class Object
Returns:
a String representing the ManagedSessionEventType


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.