|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.Util
public final class Util
The Util class provides some useful methods like wildcard support to check if an EventType is part of an EventType collection.
Method Summary | |
---|---|
static EventTypeInfo[] |
addRemoveEventTypes(EventTypeInfo[] collection,
EventType[] toAdd,
EventType[] toRemove)
Check if an EventType ( domain name, event name ) is a part of an EventType collection checking wildcards. |
static int |
getMatchingEventTypeIndex(EventType eventType,
EventType[] collection)
Check if an EventType ( domain name, event name ) is a part of an EventType collection checking wildcards. |
static EventTypeInfo |
getMatchingEventTypeInfo(EventType eventType,
EventTypeInfo[] collection)
Check if an EventType ( domain name, event name ) is a part of an EventTypeInfo collection checking wildcards. |
static boolean |
isMatchingEventType(EventType eventType,
EventType[] collection)
Check if an EventType ( domain name, event name ) is a part of an EventType collection checking wildcards. |
static void |
sleep(long time,
org.apache.avalon.framework.logger.Logger logger)
Common sleep method for the Notification Service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getMatchingEventTypeIndex(EventType eventType, EventType[] collection)
public static EventTypeInfo getMatchingEventTypeInfo(EventType eventType, EventTypeInfo[] collection)
public static boolean isMatchingEventType(EventType eventType, EventType[] collection)
public static EventTypeInfo[] addRemoveEventTypes(EventTypeInfo[] collection, EventType[] toAdd, EventType[] toRemove)
public static void sleep(long time, org.apache.avalon.framework.logger.Logger logger)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |