addLoggerMBean
public ObjectName addLoggerMBean(String name)
addNotificationListener
public void addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
getAttribute
public Object getAttribute(String attributeName)
throws AttributeNotFoundException,
MBeanException,
ReflectionException
getMBeanInfo
public MBeanInfo getMBeanInfo()
getNotificationInfo
public MBeanNotificationInfo[] getNotificationInfo()
invoke
public Object invoke(String operationName,
params[] ,
signature[] )
throws MBeanException,
ReflectionException
postRegister
public void postRegister(java.lang.Boolean registrationDone)
- postRegister in interface AbstractDynamicMBean
removeNotificationListener
public void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundException
setAttribute
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException