
public interface Stop<T> extends Child<T>, JslStopCommType<T,Stop<T>>
Stop xsd type| Modifier and Type | Method and Description |
|---|---|
Stop<T> |
exitStatus(String exitStatus)
Sets the
exit-status attribute |
String |
getExitStatus()
Returns the
exit-status attribute |
String |
getOn()
Returns the
on attribute |
String |
getRestart()
Returns the
restart attribute |
Stop<T> |
on(String on)
Sets the
on attribute |
Stop<T> |
removeExitStatus()
Removes the
exit-status attribute |
Stop<T> |
removeOn()
Removes the
on attribute |
Stop<T> |
removeRestart()
Removes the
restart attribute |
Stop<T> |
restart(String restart)
Sets the
restart attribute |
Stop<T> on(String on)
on attributeon - the value for the attribute onStopString getOn()
on attributeonStop<T> exitStatus(String exitStatus)
exit-status attributeexitStatus - the value for the attribute exit-statusStopString getExitStatus()
exit-status attributeexit-statusStop<T> removeExitStatus()
exit-status attributeStopStop<T> restart(String restart)
restart attributerestart - the value for the attribute restartStopString getRestart()
restart attributerestartCopyright © 2025 JBoss by Red Hat. All rights reserved.