public class HostMonitorData extends Object
| Constructor and Description |
|---|
HostMonitorData(org.apache.airavata.commons.gfac.type.HostDescription host) |
HostMonitorData(org.apache.airavata.commons.gfac.type.HostDescription host,
List<MonitorID> monitorIDs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMonitorIDForHost(MonitorID monitorID)
this method get called by CommonUtils and it will check the right place before adding
so there will not be a mismatch between this.host and monitorID.host
|
org.apache.airavata.commons.gfac.type.HostDescription |
getHost() |
List<MonitorID> |
getMonitorIDs() |
void |
setHost(org.apache.airavata.commons.gfac.type.HostDescription host) |
void |
setMonitorIDs(List<MonitorID> monitorIDs) |
public HostMonitorData(org.apache.airavata.commons.gfac.type.HostDescription host)
public HostMonitorData(org.apache.airavata.commons.gfac.type.HostDescription host, List<MonitorID> monitorIDs)
public org.apache.airavata.commons.gfac.type.HostDescription getHost()
public void setHost(org.apache.airavata.commons.gfac.type.HostDescription host)
public void addMonitorIDForHost(MonitorID monitorID) throws AiravataMonitorException
monitorID - AiravataMonitorExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.