public static class InvokerMXBean.Invoker extends Object implements InvokerMXBean
InvokerMXBean.Invoker| Constructor and Description |
|---|
Invoker()
Registers this as MBean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
printThis(String name,
String... args)
Print the value by running any on this.
|
Object |
runThis(String name,
String... args)
Run any on this.
|
public Object runThis(String name, String... args) throws Exception
name - the nameargs - the argumentsException - any problempublic String printThis(String name, String... args)
InvokerMXBeanprintThis in interface InvokerMXBeanname - the nameargs - the aegumentsCopyright © 2017. All rights reserved.