org.apache.qpid.server.transport
Class ThreadPoolFilter.EventType

java.lang.Object
  extended by org.apache.qpid.server.transport.ThreadPoolFilter.EventType
Enclosing class:
ThreadPoolFilter

protected static class ThreadPoolFilter.EventType
extends java.lang.Object


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

Field Detail

OPENED

public static final ThreadPoolFilter.EventType OPENED

CLOSED

public static final ThreadPoolFilter.EventType CLOSED

READ

public static final ThreadPoolFilter.EventType READ

WRITTEN

public static final ThreadPoolFilter.EventType WRITTEN

RECEIVED

public static final ThreadPoolFilter.EventType RECEIVED

SENT

public static final ThreadPoolFilter.EventType SENT

IDLE

public static final ThreadPoolFilter.EventType IDLE

EXCEPTION

public static final ThreadPoolFilter.EventType EXCEPTION
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object