public interface Stop<T> extends Child<T>, JslStopCommType<T,Stop<T>>
Stop
xsd typeModifier 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 on
Stop
String getOn()
on
attributeon
Stop<T> exitStatus(String exitStatus)
exit-status
attributeexitStatus
- the value for the attribute exit-status
Stop
String getExitStatus()
exit-status
attributeexit-status
Stop<T> removeExitStatus()
exit-status
attributeStop
Stop<T> restart(String restart)
restart
attributerestart
- the value for the attribute restart
Stop
String getRestart()
restart
attributerestart
Copyright © 2019 JBoss by Red Hat. All rights reserved.