org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeTopicProducer

java.lang.Object
  extended by org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeTopicProducer
All Implemented Interfaces:
org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbeListener

public class ProbeTopicProducer
extends java.lang.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
           
 
Constructor Summary
ProbeTopicProducer()
           
 
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
 

Field Detail

logger

protected org.ow2.util.log.Log logger

probeconn

protected javax.jms.Connection probeconn

probetopic

protected javax.jms.Topic probetopic
Constructor Detail

ProbeTopicProducer

public ProbeTopicProducer()
Method Detail

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 © 2011 OW2 Consortium. All Rights Reserved.