Uses of Class
jet.queue.EventType

Packages that use EventType
jet.queue   
 

Uses of EventType in jet.queue
 

Fields in jet.queue with type parameters of type EventType
protected  java.util.HashMap<java.lang.String,EventSupport<EventType>> FilteredQueue.filteredQueuesEventSupport
           
 

Methods in jet.queue that return EventType
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jet.queue that return types with arguments of type EventType
 EventSupport<EventType> FilteredQueue.removeEventSupport(java.lang.String filter)
           
 EventSupport<EventType> FilteredQueue.removeEventSupportandDestroyFilter(java.lang.String filter)