com.cafesoft.core.message
Class ConnectionEventType

java.lang.Object
  |
  +--com.cafesoft.core.message.ConnectionEventType

public class ConnectionEventType
extends Object

A typesafe constant object that represents various Connection events

Since:
7/10/02

Field Summary
static ConnectionEventType CONNECTION_ACCESS_FAILURE
          The Connection Access Check Failed Event Type
static ConnectionEventType CONNECTION_ACCESS_SUCCESS
          The Connection Access Check Succeeded Event Type
static ConnectionEventType CONNECTION_AUTH_FAILURE
          The Connection Authentication Failed Event Type
static ConnectionEventType CONNECTION_AUTH_SUCCESS
          The Connection Authentication Succeeded Event Type
static ConnectionEventType CONNECTION_KILL_PACKET_RECV
          The Kill Packet Received From Remote Connection Event Type
static ConnectionEventType CONNECTION_KILL_PACKET_SENT
          The Kill Packet Sent To Remote Connection Event Type
static ConnectionEventType CONNECTION_READY
          The Connection Ready Event Type
static ConnectionEventType CONNECTION_STARTED_PACKET_RECV
          The Connection Started Packet Received Event
static ConnectionEventType CONNECTION_STOPPED
          The Connection Stopped Event Type
static ConnectionEventType CONNECTION_THREADS_STARTED
          The Connection Threads Started Event
 
Method Summary
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONNECTION_STOPPED

public static final ConnectionEventType CONNECTION_STOPPED
The Connection Stopped Event Type


CONNECTION_READY

public static final ConnectionEventType CONNECTION_READY
The Connection Ready Event Type


CONNECTION_AUTH_SUCCESS

public static final ConnectionEventType CONNECTION_AUTH_SUCCESS
The Connection Authentication Succeeded Event Type


CONNECTION_AUTH_FAILURE

public static final ConnectionEventType CONNECTION_AUTH_FAILURE
The Connection Authentication Failed Event Type


CONNECTION_KILL_PACKET_SENT

public static final ConnectionEventType CONNECTION_KILL_PACKET_SENT
The Kill Packet Sent To Remote Connection Event Type


CONNECTION_KILL_PACKET_RECV

public static final ConnectionEventType CONNECTION_KILL_PACKET_RECV
The Kill Packet Received From Remote Connection Event Type


CONNECTION_ACCESS_SUCCESS

public static final ConnectionEventType CONNECTION_ACCESS_SUCCESS
The Connection Access Check Succeeded Event Type


CONNECTION_ACCESS_FAILURE

public static final ConnectionEventType CONNECTION_ACCESS_FAILURE
The Connection Access Check Failed Event Type


CONNECTION_THREADS_STARTED

public static final ConnectionEventType CONNECTION_THREADS_STARTED
The Connection Threads Started Event


CONNECTION_STARTED_PACKET_RECV

public static final ConnectionEventType CONNECTION_STARTED_PACKET_RECV
The Connection Started Packet Received Event

Method Detail

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.


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