public class MBeanServerProxy extends Object implements InvocationHandler
MBeanServerProxy class.
| Constructor and Description |
|---|
MBeanServerProxy(Object remoteServer)
Creates a new instance of Proxy
|
| Modifier and Type | Method and Description |
|---|---|
static MBeanServer |
buildServerProxy(Object server)
buildServerProxy
|
Object |
invoke(Object proxy,
Method m,
Object[] args)
invoke
|
public static MBeanServer buildServerProxy(Object server)
buildServerProxy
server - a Object object.MBeanServer object.Copyright © 2015. All rights reserved.