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

Labels

 
(None)

mbean-query

Used in: mbean.

Description

The mbean-query element contains a JMX ObjectName query patten. The query pattern is executed against a local MBean Server and the resulting objects are registered with the Coherence Management infrastructure. This allows the for a single point of consolidation of MBeans for the grid.

Example

<mbean-query>java.lang:*</mbean-query>

Will include all the MBeans under the java.lang domain in the Coherence management infrastructure.

Notes

  • A local MBean Server must be enabled.