org.apache.mina.util
Class EventType

java.lang.Object
  extended by org.apache.mina.util.EventType

public class EventType
extends Object

Enumeration for MINA event types. Used by ThreadPools when they push events to event queue.

Version:
$Rev$, $Date$
Author:
The Apache Directory Project (dev@directory.apache.org), The Apache Directory Project (dev@directory.apache.org)

Field Summary
static EventType CLOSED
           
static EventType EXCEPTION
           
static EventType IDLE
           
static EventType OPENED
           
static EventType READ
           
static EventType RECEIVED
           
static EventType SENT
           
static EventType WRITTEN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENED

public static final EventType OPENED

CLOSED

public static final EventType CLOSED

READ

public static final EventType READ

WRITTEN

public static final EventType WRITTEN

RECEIVED

public static final EventType RECEIVED

SENT

public static final EventType SENT

IDLE

public static final EventType IDLE

EXCEPTION

public static final EventType EXCEPTION


Copyright © 2004-2005 . All Rights Reserved.