org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeTopicProducer
java.lang.Object
org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeTopicProducer
- All Implemented Interfaces:
- org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbeListener
public class ProbeTopicProducer
- extends Object
- implements org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbeListener
|
Field Summary |
protected org.ow2.util.log.Log |
logger
|
protected javax.jms.Connection |
probeconn
|
protected javax.jms.Topic |
probetopic
|
|
Method Summary |
void |
notifyEvent(org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbe probe)
|
void |
publishResult(org.ow2.jasmine.event.messages.JasmineEvent event)
Send a message on the Topic for flex clients |
void |
releaseProbeConnection()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.ow2.util.log.Log logger
probeconn
protected javax.jms.Connection probeconn
probetopic
protected javax.jms.Topic probetopic
ProbeTopicProducer
public ProbeTopicProducer()
publishResult
public void publishResult(org.ow2.jasmine.event.messages.JasmineEvent event)
- Send a message on the Topic for flex clients
notifyEvent
public void notifyEvent(org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbe probe)
- Specified by:
notifyEvent in interface org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbeListener
releaseProbeConnection
public void releaseProbeConnection()
Copyright © 2012 OW2 Consortium. All Rights Reserved.