9.4 The Application life cycle bean
The Application life cycle bean provides life cycle information about the application, and also provides operations to control
the life cycle of the coordinator.
9.4.1 Read only attributes
|
ShutDownInProgress
True if a shutdown request have been issued.
OpenForBusiness
True of the coordinator is started up and made successfull connection to the other processing units.
AllowServiceCalls
True if the coordinator allows service calls
ReadyToShutDown
True if the coordinator operation queues are empty and the coordinator space contains only commited or aborted transaction information.
9.4.2 Operations
|
shutDownCoordinator
Shuts the coordinator down, retuns when finished. Check the 'coordinator log' for status information about the shutdown.
|