Prepare for the beginning of active use of the public methods of this
component. This method should be called after configure(),
and before any of the public methods of the component are utilized.
Starts the cluster communication channel, this will connect with the other nodes
in the cluster, and request the current session state to be transferred to this node.
exception: IllegalStateException - if this component has already beenstarted exception: LifecycleException - if this component detects a fatal errorthat prevents this component from being used
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component.
This will disconnect the cluster communication channel and stop the listener thread.
exception: IllegalStateException - if this component has not been started exception: LifecycleException - if this component detects a fatal errorthat needs to be reported