An optional interface for a GBean. When a GBean implements this interface, the implementation
will get life-cycle callbacks.
version: $Rev: 573120 $ $Date: 2007-09-05 17:30:21 -0700 (Wed, 05 Sep 2007) $
Starts the GBean. This informs the GBean that it is about to transition to the running state.
throws: Exception - if the target failed to start; this will cause a transition to the failed state
Stops the target. This informs the GBean that it is about to transition to the stopped state.
throws: Exception - if the target failed to stop; this will cause a transition to the failed state