If you implement the model mbean interface yourself, rather than use the
existingimplementation, then you're in charge of calling load() and store() at
appropriate times -- there's no notion of a container in the JMX spec.
-- Juha
On Wed, 10 Mar 2004, Marco Mistroni wrote:
> Hi all,
>
Hi all,
To get acquainted with ModelMBean and persistence, I have
written
A very small ModelMBean that implements the PersistenceInterface, and I
have
Written dummy load() and store() to see when those two methods are
called.
My assumption is that load() was called when the MBean was depl