waitforStopEvent
Command Reference
Description
waits for a stop event of a jboss service
executes synchronous waitforStopEvent command to poll for a successful jboss shutdown.
Usage
ctl -t JBossServer -o <objectname> -c waitforStopEvent [-basedir <>] [-install_root <>] [-maxwait <120>] [-port_config <>]
Options
Option | Description | Type | Default |
---|---|---|---|
basedir | base directory of jboss instance | string | ${entity.attribute.jboss_basedir} |
install_root | string | ${entity.attribute.jboss_install_root} | |
maxwait |
maximum time in seconds to wait for stop event
default timeout of 120 seconds will trigger failure of this command. |
string | 120 |
port_config | jboss port configuration | string | ${entity.attribute.port_config} |