org.gcube.messaging.monitoring.probes.ri
Class RINotificationProbe

java.lang.Object
  extended by GCUBENotificationProbe
      extended by org.gcube.messaging.monitoring.probes.ri.RINotificationProbe

public class RINotificationProbe
extends GCUBENotificationProbe

Implementation of a RI Notification Probe

Author:
Andrea Manzi(CERN)

Constructor Summary
RINotificationProbe()
           
 
Method Summary
 void run()
           
 void sendMessage(GCUBEMessage message)
          Send a Message to Broker using JMS
static void sendRIMessage(org.gcube.messaging.common.messages.RIMessage message)
          Send a RIMessage to the Broker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RINotificationProbe

public RINotificationProbe()
Method Detail

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

sendRIMessage

public static void sendRIMessage(org.gcube.messaging.common.messages.RIMessage message)
Send a RIMessage to the Broker

Parameters:
message - the RIMEssage

sendMessage

public void sendMessage(GCUBEMessage message)
Send a Message to Broker using JMS