Java Reference
In-Depth Information
public ObjectInstance getObjectInstance(ObjectName name)
throws InstanceNotFoundException { return null; }
public Set queryMBeans(ObjectName name, QueryExp query)
{ return null; }
public Set queryNames(ObjectName name, QueryExp query)
{ return null; }
public boolean isRegistered(ObjectName name) { return false; }
public Object getAttribute(ObjectName name, String attribute)
throws MBeanException,
AttributeNotFoundException,
InstanceNotFoundException,
ReflectionException
{ return null; }
public AttributeList getAttributes(ObjectName name,
String[] attributes)
throws InstanceNotFoundException,
ReflectionException { return null; }
public void setAttribute(ObjectName name, Attribute attribute)
throws InstanceNotFoundException,
AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException { return; }
public AttributeList setAttributes(ObjectName name,
AttributeList attributes)
throws InstanceNotFoundException,
ReflectionException { return null; }
public Object invoke(ObjectName name, String operationName,
Object params[], String signature[])
throws InstanceNotFoundException,
MBeanException,
ReflectionException { return null; }
public String getDefaultDomain() { return null; }
public void addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException
{ return; }
public void addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException
{ return; }
public void removeNotificationListener(ObjectName name,
NotificationListener listener)
throws InstanceNotFoundException,
ListenerNotFoundException { return; }
public void removeNotificationListener(ObjectName name,
ObjectName listener)
Search WWH ::




Custom Search