public interface JMXAdaptor extends Remote
修飾子とタイプ | メソッドと説明 |
---|---|
Object |
getAttribute(ObjectName name,
String attribute) |
Collection |
getMBeanInfos() |
Object |
invoke(ObjectName name,
String actionName,
Object[] params,
String[] signature) |
Set |
queryMBeans(ObjectName name,
QueryExp query) |
void |
setAttribute(ObjectName name,
Attribute attribute) |
Object invoke(ObjectName name, String actionName, Object[] params, String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, RemoteException
Set queryMBeans(ObjectName name, QueryExp query) throws RemoteException
RemoteException
Collection getMBeanInfos() throws RemoteException
RemoteException
void setAttribute(ObjectName name, Attribute attribute) throws InstanceNotFoundException, AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException, RemoteException
Object getAttribute(ObjectName name, String attribute) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException, RemoteException
Copyright © 2016 S.D.S Co.,Ltd.. All Rights Reserved.