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.


Operations

Name

Parameters

Signature

Description

start

void

void

start the item

stop

void

void

stop the item

shutDown

void

void

shut down the item


Attributes

Name

type

read/write

Description

currentState

String

read-only

String representation of the running state (Running,Started,Stopped,Shutdown)

  • No labels