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 <>] [-maxwait <60>]
Options
Option | Description | Type | Default |
---|---|---|---|
basedir | base directory of jboss instance | string | ${entity.attribute.jboss_basedir} |
maxwait |
maximum time in seconds to wait for stop event
default timeout of 60 seconds will trigger failure of this command. |
string | 60 |