public class StopProcess extends ProcessSpecificCommand implements com.exalead.util.Checkable, java.io.Serializable
DEFAULT_INSTALL_NAME, hostname, installName, processName
Constructor and Description |
---|
StopProcess() |
StopProcess(StopProcess o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this StopProcess.
|
static StopProcess |
fromString(java.lang.String s)
String representation of this StopProcess.
|
StopProcess |
makeCopy()
Creates and returns a deep copy of this StopProcess.
|
static StopProcess |
readFrom(java.io.InputStream is)
Read this StopProcess from an XML fragment.
|
java.lang.String |
toString()
String representation of this StopProcess.
|
StopProcess |
withHostname(java.lang.String hostname) |
StopProcess |
withInstallName(java.lang.String installName) |
StopProcess |
withProcessName(java.lang.String processName) |
void |
writeTo(java.io.OutputStream os)
Write this StopProcess as an XML fragment
|
getHostname, getInstallName, getProcessName, setHostname, setInstallName, setProcessName
public StopProcess()
public StopProcess(StopProcess o)
public StopProcess withHostname(java.lang.String hostname)
withHostname
in class ProcessSpecificCommand
public StopProcess withInstallName(java.lang.String installName)
withInstallName
in class ProcessSpecificCommand
public StopProcess withProcessName(java.lang.String processName)
withProcessName
in class ProcessSpecificCommand
public StopProcess makeCopy()
makeCopy
in class ProcessSpecificCommand
public static StopProcess 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 StopProcess 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.