|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mbs.eventadmin.EventPool
public class EventPool
| Constructor Summary | |
|---|---|
EventPool()
|
|
| Method Summary | |
|---|---|
static void |
allPostFinish(Event event)
Called by EventAdmin to notify that the Event is free (from postEvent) |
static Event |
getEvent(java.lang.String topic,
java.util.Dictionary properties,
EventLocker eventLocker)
Used to optain Event object from the pool! |
static void |
releaseEvent(Event event,
EventLocker eventLocker)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventPool()
| Method Detail |
|---|
public static Event getEvent(java.lang.String topic,
java.util.Dictionary properties,
EventLocker eventLocker)
topic - The topic of desired object.properties - The properties of desired object.locker - The locker object (implementation of EventLocker)
public static void releaseEvent(Event event,
EventLocker eventLocker)
event - locker - public static void allPostFinish(Event event)
event -
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||