getAttribute
public Object getAttribute(ObjectName name,
String attribute)
throws MBeanException,
AttributeNotFoundException,
InstanceNotFoundException,
ReflectionException,
RemoteException
getAttributes
public AttributeList getAttributes(ObjectName name,
String[] attributes)
throws InstanceNotFoundException,
ReflectionException,
RemoteException
getDefaultDomain
public String getDefaultDomain()
throws RemoteException
getMBeanCount
public Integer getMBeanCount()
throws RemoteException
getMBeanInfo
public MBeanInfo getMBeanInfo(ObjectName name)
throws IntrospectionException,
InstanceNotFoundException,
ReflectionException,
RemoteException
invoke
public Object invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
throws InstanceNotFoundException,
MBeanException,
ReflectionException,
RemoteException
isRegistered
public boolean isRegistered(ObjectName name)
throws RemoteException
queryNames
public Set queryNames(ObjectName name,
QueryExp query)
throws RemoteException
setAttribute
public void setAttribute(ObjectName name,
Attribute attribute)
throws InstanceNotFoundException,
AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException,
RemoteException
setAttributes
public AttributeList setAttributes(ObjectName name,
AttributeList attributes)
throws InstanceNotFoundException,
ReflectionException,
RemoteException