|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.eos.common.JasmineEventManager
public class JasmineEventManager
Events Manager. This class manages all the events from the JMS queue. Only one instance of the manager must exist.
| Constructor Summary | |
|---|---|
JasmineEventManager()
Constructor of the manager. |
|
| Method Summary | |
|---|---|
void |
add(JasmineMessageEvent event)
Add an event in the list. |
List<JasmineMessageEvent> |
getAll()
Get the entire queue of waiting events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineEventManager()
| Method Detail |
|---|
public void add(JasmineMessageEvent event)
add in interface EventManager<JasmineMessageEvent>event - the event to add.public List<JasmineMessageEvent> getAll()
getAll in interface EventManager<JasmineMessageEvent>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||