PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.4 User Guide
  mbean-factory
Added by Everett Williams, last edited by Everett Williams on May 23, 2008  (view change)

Labels

 
(None)

mbean-factory

Used in: mbean.

Description

The mbean-factory element contains the class name of a MBean Factory that instantiates MXBeans. The MBean factory class must be in the class path to correctly instantiate. The <mbean-factory> element requires a mbean-accessor element.

Example

<mbean-factory>java.lang.management.ManagementFactory</mbean-factory>
<mbean-accessor>getMemoryMXBean</mbean-accessor>