The XMOJO Project | ||
<< Prev | Chapter 2.3.1 Writing a Model MBean | Next >> |
RequiredModelMBean()
-- A constructor taking no arguments. This constructs
a RequiredModelMBean with an empty ModelMBeanInfo. If this constructor
is used, setModelMBeanInfo has to be used to construct the model MBean information.RequiredModelMBean(ModelMBeanInfo mbi)
-- This constructs a RequiredModelMBean
object using the ModelMBeanInfo passed in.
|
|
<< Prev | Home | Next >> |
Model MBean | Notification Model |