public void
addNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
throws
InstanceNotFoundException
IOException
public void
addNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
throws
InstanceNotFoundException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name, Object params, String signature)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name, ObjectName loaderName)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
InstanceNotFoundException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name, ObjectName loaderName, Object params, String signature)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
InstanceNotFoundException
IOException
public Object
getAttribute
(ObjectName name, String attribute)
throws
MBeanException
AttributeNotFoundException
InstanceNotFoundException
ReflectionException
IOException
public AttributeList
getAttributes
(ObjectName name, String attributes)
throws
InstanceNotFoundException
ReflectionException
IOException
public MBeanInfo
getMBeanInfo
(ObjectName name)
throws
InstanceNotFoundException
IntrospectionException
ReflectionException
IOException
public ObjectInstance
getObjectInstance
(ObjectName name)
throws
InstanceNotFoundException
IOException
public Object
invoke
(ObjectName name, String operationName, Object params, String signature)
throws
InstanceNotFoundException
MBeanException
ReflectionException
IOException
public boolean
isInstanceOf
(ObjectName name, String className)
throws
InstanceNotFoundException
IOException
public void
removeNotificationListener
(ObjectName name, NotificationListener listener)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
removeNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
removeNotificationListener
(ObjectName name, ObjectName listener)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
removeNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
setAttribute
(ObjectName name, Attribute attribute)
throws
InstanceNotFoundException
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
IOException
public AttributeList
setAttributes
(ObjectName name, AttributeList attributes)
throws
InstanceNotFoundException
ReflectionException
IOException
public void
unregisterMBean
(ObjectName name)
throws
InstanceNotFoundException
MBeanRegistrationException
IOException