org.ejtools.jmx
Interface MBeanInvokeAccessor
- All Known Subinterfaces:
- MBeanAccessor
- public interface MBeanInvokeAccessor
Tag interface to be implemented by object that provides access to MBean invoke method
- Version:
- $Revision: 1.3 $
- Author:
- Laurent Etiemble
Method Summary |
java.lang.Object |
invoke(java.lang.String action,
java.lang.Object[] params,
java.lang.String[] signatures)
Description of the Method |
invoke
public java.lang.Object invoke(java.lang.String action,
java.lang.Object[] params,
java.lang.String[] signatures)
throws java.lang.Exception
- Description of the Method
- Parameters:
action
- Description of the Parameterparams
- Description of the Parametersignatures
- Description of the Parameter
- Returns:
- Description of the Return Value
- Throws:
java.lang.Exception
- Description of the Exception
Copyright © 2002-2003 EJTools Org.. All Rights Reserved.