org.ow2.easybeans.api.jmx
Interface EZBMBeanOperation

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

public interface EZBMBeanOperation
extends org.ow2.util.jmx.api.IMBeanOperation

Interface for all EasyBeans MBean operation.

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 operation needs to be added.
 
Methods inherited from interface org.ow2.util.jmx.api.IMBeanOperation
getMBeanOperationInfo, invoke
 

Method Detail

getMBeanProviderFilter

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

Returns:
The MBean provider filter.


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