GBeanMBeanContext is an implementation of GBeanContext which is a
handle given to a GBean to allow it to notify the GBean wrapper
(container if you like) of state changes. I expect the most common use
to be calling the fail() method when the service dies. For example, if
the transaction log is full the transaction manager can notify it's
users that the it is dead. I don't think anyone is using this yet, but
it will become more important over time.
-dain
/*************************
* Dain Sundstrom
* Partner
* Core Developers Network
*************************/
On Mar 14, 2004, at 1:59 PM, Jacek Laskowski wrote:
Hey,
I can't figure out what is GBeanMBeanContext for? I searched for how
it's used in the code, and noticed the context object is part of
GBeans, but instead of accessors there's no use of it.
What is a use case of the class?
Cheers,
Jacek