org.apache.qpid.server.transport
Class ThreadPoolFilter.EventType
java.lang.Object
org.apache.qpid.server.transport.ThreadPoolFilter.EventType
- Enclosing class:
- ThreadPoolFilter
protected static class ThreadPoolFilter.EventType
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object