|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.jbossas.util.EmsUtility
public class EmsUtility
| Constructor Summary | |
|---|---|
EmsUtility()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmsUtility()
| Method Detail |
|---|
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 types
EmsOperation object that matches the specified
name and parameterTypes
NoSuchMethodException - if a matching operation is not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||