public class KillProcess extends ProcessSpecificCommand implements com.exalead.util.Checkable, java.io.Serializable
DEFAULT_INSTALL_NAME, hostname, installName, processName
Constructor and Description |
---|
KillProcess() |
KillProcess(KillProcess o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this KillProcess.
|
static KillProcess |
fromString(java.lang.String s)
String representation of this KillProcess.
|
KillProcess |
makeCopy()
Creates and returns a deep copy of this KillProcess.
|
static KillProcess |
readFrom(java.io.InputStream is)
Read this KillProcess from an XML fragment.
|
java.lang.String |
toString()
String representation of this KillProcess.
|
KillProcess |
withHostname(java.lang.String hostname) |
KillProcess |
withInstallName(java.lang.String installName) |
KillProcess |
withProcessName(java.lang.String processName) |
void |
writeTo(java.io.OutputStream os)
Write this KillProcess as an XML fragment
|
getHostname, getInstallName, getProcessName, setHostname, setInstallName, setProcessName
public KillProcess()
public KillProcess(KillProcess o)
public KillProcess withHostname(java.lang.String hostname)
withHostname
in class ProcessSpecificCommand
public KillProcess withInstallName(java.lang.String installName)
withInstallName
in class ProcessSpecificCommand
public KillProcess withProcessName(java.lang.String processName)
withProcessName
in class ProcessSpecificCommand
public KillProcess makeCopy()
makeCopy
in class ProcessSpecificCommand
public static KillProcess readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class ProcessSpecificCommand
javax.xml.bind.JAXBException
java.io.IOException
public static KillProcess fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class ProcessSpecificCommand
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class ProcessSpecificCommand
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.