public interface ITaurusProcess
ITaurusProcesses are managed by implementations of
IProcessDirectory.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProcessID()
Get the ID of the
ITaurusProcess. |
java.net.Socket |
getSocket()
Get the IP socket to which this
ITaurusProcess is bound. |
boolean |
isKilled()
Whether the process was stopped harshly.
|
void |
setKilled(boolean pKilled)
Sets the "killed" flag of this
ITaurusProcess. |
void |
setProcessID(java.lang.String pID)
Set the ID of the
ITaurusProcess. |
java.lang.String getProcessID()
ITaurusProcess.void setProcessID(java.lang.String pID)
ITaurusProcess.pID - the new process IDjava.net.Socket getSocket()
ITaurusProcess is bound.ITaurusProcess is boundvoid setKilled(boolean pKilled)
ITaurusProcess.
pKilled - "killed" flagboolean isKilled()
Copyright © 2015 Micro Focus GmbH. All rights reserved.