public class PCSDaemonStatus extends Object
A simple data structure to capture the status of a PCS daemon (either the File Manager, the Workflow Manager, or the Resource Manager)
.| Constructor and Description | 
|---|
| PCSDaemonStatus()Default Constructor. | 
| PCSDaemonStatus(String daemonName,
               String urlStr,
               String status)Constructs a new PCSDaemonStatus with the default parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDaemonName() | 
| String | getStatus() | 
| String | getUrlStr() | 
| void | setDaemonName(String daemonName) | 
| void | setStatus(String status) | 
| void | setUrlStr(String urlStr) | 
public PCSDaemonStatus()
public PCSDaemonStatus(String daemonName, String urlStr, String status)
daemonName - The name of the PCS Daemon.urlStr - A Stirng representation of a URL that this daemon runs
            on.status - One of PCSHealthMonitorMetKeys.STATUS_UP , or
            PCSHealthMonitorMetKeys.STATUS_DOWN.public String getDaemonName()
public void setDaemonName(String daemonName)
daemonName - the daemonName to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getUrlStr()
public void setUrlStr(String urlStr)
urlStr - the urlStr to setCopyright © 1999–2017 Apache OODT. All rights reserved.