org.gcube.messaging.monitoring.probes.ri
Class RINotificationProbe
java.lang.Object
GCUBENotificationProbe
org.gcube.messaging.monitoring.probes.ri.RINotificationProbe
public class RINotificationProbe
- extends GCUBENotificationProbe
Implementation of a RI Notification Probe
- Author:
- Andrea Manzi(CERN)
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 |
RINotificationProbe
public RINotificationProbe()
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