The Life Cycle MBean provides operations for basic life cycle management, and is the parent MBean from which all other mbeans in ServiceMix are dervied.
| Info |
|---|
| bgColor | 'lighblue' |
|---|
| title | Operations |
|---|
| borderStyle | solid |
|---|
|
Name | Parameters | Signature | Description |
|---|
start | void | void | start the item | stop | void | void | stop the item | shutDown | void | void | shut down the item |
|
| Info |
|---|
| title | Attributes |
|---|
| borderStyle | solidbgColor='lighblue' |
|---|
|
Name | type | read/write | Description |
|---|
currentState | String | read-only | String representation of the running state (Running,Started,Stopped,Shutdown) |
|