public class EmsUtility extends Object
| Constructor and Description |
|---|
EmsUtility() |
| Modifier and Type | Method and Description |
|---|---|
static org.mc4j.ems.connection.bean.operation.EmsOperation |
getOperation(org.mc4j.ems.connection.bean.EmsBean mbean,
String name,
Class... parameterTypes)
Retrieves an MBean operation from an EMS MBean proxy which matches the specified name and parameter types.
|
public static org.mc4j.ems.connection.bean.operation.EmsOperation getOperation(org.mc4j.ems.connection.bean.EmsBean mbean,
String name,
Class... parameterTypes)
throws NoSuchMethodException
Class.getMethod(String, Class[]).mbean - an EMS MBean proxyname - the name of the operationparameterTypes - the list of parameter typesEmsOperation object that matches the specified
name and parameterTypesNoSuchMethodException - if a matching operation is not foundCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.