public interface Process extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteLogPath() |
String |
getAgentLogPath() |
String |
getClientId() |
List<String> |
getCommand() |
String |
getDescription() |
Throwable |
getExceptionStackTrace() |
String |
getLogPath() |
String |
getNodeIp() |
String |
getNodeName() |
String |
getParent() |
String |
getPid() |
String |
getPort() |
String |
getProcessId() |
boolean |
isAgentProcess() |
boolean |
isAttached() |
void |
setAbsoluteLogPath(String absoluteLogPath) |
void |
setAgentLogPath(String logPath) |
void |
setAttached() |
void |
setClientId(String clientId) |
void |
setDescription(String description) |
void |
setExceptionStackTrace(Throwable exceptionStackTrace) |
void |
setLogPath(String logPath) |
void |
setLogStream(OutputStream ps) |
void |
setNodeIp(String nodeIp) |
void |
setNodeName(String nodeName) |
void |
setParent(String parent) |
void |
setPid(String pid) |
void |
setPort(String port) |
void |
setProcessId(String processId) |
String getLogPath()
void setLogPath(String logPath)
String getPid()
void setPid(String pid)
String getProcessId()
void setProcessId(String processId)
String getPort()
void setPort(String port)
String getNodeIp()
void setNodeIp(String nodeIp)
boolean isAgentProcess()
void setLogStream(OutputStream ps)
String getNodeName()
void setNodeName(String nodeName)
void setAgentLogPath(String logPath)
String getAgentLogPath()
boolean isAttached()
void setAttached()
void setClientId(String clientId)
String getClientId()
String getAbsoluteLogPath()
void setAbsoluteLogPath(String absoluteLogPath)
String getDescription()
void setDescription(String description)
void setParent(String parent)
String getParent()
Throwable getExceptionStackTrace()
void setExceptionStackTrace(Throwable exceptionStackTrace)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.