Initiates a hotRestart. The purpose of hot restart is to allow the configuration of a
deployed server to be changed without any interruption of service. Transports that are
not taken out of the configuration remain active so no external requests will be lost. Upon
restart changes to kernel configuration will be detected including linking in any new or upgraded
modules or decommissioning removed modules and stopping their transports.
Specifically hot Restart is not a development aid. It will not detect changes in modules, in
fact to allow transports to continue uninterrupted, classloaders cannot change. Only modules with
changed versions will be decommissioned/commisioned.
Alternatively, active:coldRestart will perform a complete cold restart of the system including a
full reconfiguration of all modules and restart of all transports.