|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.airavata.ws.monitor.event.EventProducer
org.apache.airavata.ws.monitor.MonitorConfiguration
public class MonitorConfiguration
| Constructor Summary | |
|---|---|
MonitorConfiguration(URI brokerURL,
String topic,
boolean pullMode,
URI messageBoxURL)
Constructs a NotificationConfiguration. |
|
| Method Summary | |
|---|---|
MonitorConfiguration |
clone()
|
URI |
getBrokerURL()
Returns the URL of the notification broker. |
List<String> |
getInteractiveNodeIDs()
Returns the interactiveNodeIDs. |
URI |
getMessageBoxURL()
Returns the messageBoxUrl. |
String |
getTopic()
|
boolean |
isPullMode()
Returns the pullMode. |
boolean |
isValid()
|
void |
set(URI brokerURL,
String topic,
boolean pullMode,
URI messageBoxURL)
|
void |
setBrokerURL(URI brokerURL)
|
void |
setInteractiveNodeIDs(List<String> interactiveNodeIDs)
Sets interactiveNodeIDs. |
void |
setMessageBoxURL(URI messageBoxURL)
Sets messageBoxUrl. |
void |
setPullMode(boolean pullMode)
Sets pullMode. |
void |
setTopic(String topic)
|
| Methods inherited from class org.apache.airavata.ws.monitor.event.EventProducer |
|---|
addEventListener, removeEventListener, sendEvent, sendSafeEvent |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitorConfiguration(URI brokerURL,
String topic,
boolean pullMode,
URI messageBoxURL)
brokerURL - topic - pullMode - messageBoxURL - | Method Detail |
|---|
public void set(URI brokerURL,
String topic,
boolean pullMode,
URI messageBoxURL)
brokerURL - topic - pullMode - messageBoxURL - public void setBrokerURL(URI brokerURL)
brokerURL - The brokerLocation to set.public URI getBrokerURL()
public void setTopic(String topic)
topic - The topic to setpublic String getTopic()
public URI getMessageBoxURL()
public void setMessageBoxURL(URI messageBoxURL)
messageBoxURL - The messageBoxUrl to set.public boolean isPullMode()
public void setPullMode(boolean pullMode)
pullMode - The pullMode to set.public boolean isValid()
public MonitorConfiguration clone()
clone in class ObjectObject.clone()public List<String> getInteractiveNodeIDs()
public void setInteractiveNodeIDs(List<String> interactiveNodeIDs)
interactiveNodeIDs - The interactiveNodeIDs to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||