ModelMBean
that has been preconfigured with the ModelMBeanInfo
information for this managed bean, and is associated with the specified managed object instance. The returned ModelMBean
will NOT have been registered with our MBeanServer
.
@param instance Instanced of the managed object, or null
for no associated instance
@exception InstanceNotFoundException if the managed resourceobject cannot be found
@exception MBeanException if a problem occurs instantiating theModelMBean
instance
@exception RuntimeOperationsException if a JMX runtime error occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|