World Map
Java Service Wrapper is the easiest way to make your product more reliable.
  • Free Trial
  • Buy Now
wrapper.event.<event_name>.command.block.timeout Property

wrapper.event.<event_name>.command.block.timeout

Kompatibel :3.3.0
Editionen :Professional EditionStandard Edition (Not Supported)Community Edition (Not Supported)
Betriebssysteme :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

This property is used to configure how long the Wrapper will wait for a configured event to complete.

Like several of the event command properties, it can be defined:

  • Globally for all events: wrapper.event.default.command.block.timeout property, or
  • For a specific event: wrapper.event.<event_name>.command.block.timeout property.

The "<event_name>" component of the property name can be either the keyword "default", or one of the Event Types. By setting the default property, all Event Types which are not set explicitly will take on that value.

The default value is "15 seconds".

Example:
wrapper.event.jvm_prelaunch.command.argv.1=/usr/bin/mycleanup
wrapper.event.jvm_prelaunch.command.block=TRUE
wrapper.event.jvm_prelaunch.command.block.timeout=15

Please see the overview of Event Commands for more examples and an explanation of how the various event properties can be used together.

Reference: Event Command