org.ow2.easybeans.api.jmx
Interface EZBMBeanAttribute

All Superinterfaces:
org.ow2.util.jmx.api.IMBeanAttribute

public interface EZBMBeanAttribute
extends org.ow2.util.jmx.api.IMBeanAttribute

Interface for all EasyBeans MBean attribute.

Author:
missonng

Method Summary
 String getMBeanProviderFilter()
          Get the MBean provider filter.
The MBean provider filter is a regular expression that define on which MBean the attribute needs to be added.
 
Methods inherited from interface org.ow2.util.jmx.api.IMBeanAttribute
getMBeanAttributeInfo, getValue, setValue
 

Method Detail

getMBeanProviderFilter

String getMBeanProviderFilter()
Get the MBean provider filter.
The MBean provider filter is a regular expression that define on which MBean the attribute needs to be added.

Returns:
The MBean provider filter.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.