public class ResourceConnection extends Object
| Constructor and Description |
|---|
ResourceConnection(HostMonitorData hostMonitorData) |
ResourceConnection(HostMonitorData hostMonitorData,
AuthenticationInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
PBSCluster |
getCluster() |
JobState |
getJobStatus(MonitorID monitorID) |
Map<String,JobState> |
getJobStatuses(List<MonitorID> monitorIDs) |
boolean |
isConnected() |
void |
setCluster(PBSCluster cluster) |
public ResourceConnection(HostMonitorData hostMonitorData, AuthenticationInfo authInfo) throws SSHApiException
SSHApiExceptionpublic ResourceConnection(HostMonitorData hostMonitorData) throws SSHApiException
SSHApiExceptionpublic JobState getJobStatus(MonitorID monitorID) throws SSHApiException
SSHApiExceptionpublic Map<String,JobState> getJobStatuses(List<MonitorID> monitorIDs) throws SSHApiException
SSHApiExceptionpublic PBSCluster getCluster()
public void setCluster(PBSCluster cluster)
public boolean isConnected()
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.