java.lang.Object
javax.management.modelmbean.RequiredModelMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, NotificationEmitter, PersistentMBean
- See Also:
- Top Examples, Source Code
public void addAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName,
Object inhandback)
throws MBeanException,
RuntimeOperationsException,
IllegalArgumentException- See Also:
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws IllegalArgumentException- See Also:
removeNotificationListener(javax.management.NotificationListener), NotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getAttribute(String attrName)
throws AttributeNotFoundException,
MBeanException,
ReflectionException- See Also:
setAttribute(javax.management.Attribute), IllegalArgumentException, RuntimeOperationsException, Exception, InvalidTargetObjectTypeException, ServiceNotFoundException, InvalidAttributeValueException, DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList getAttributes(String[] attrNames)
- See Also:
setAttributes(javax.management.AttributeList), IllegalArgumentException, RuntimeOperationsException, DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected ClassLoaderRepository getClassLoaderRepository()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanInfo getMBeanInfo()
- See Also:
- DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanNotificationInfo[] getNotificationInfo()
- See Also:
- NotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object invoke(String opName,
Object[] opArgs,
String[] sig)
throws MBeanException,
ReflectionException- See Also:
IllegalArgumentException, RuntimeOperationsException, Exception, InvalidTargetObjectTypeException, ServiceNotFoundException, DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void load()
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException- See Also:
- PersistentMBean,
ServiceNotFoundException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postDeregister()
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postRegister(Boolean registrationDone)
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preDeregister()
throws Exception- See Also:
MBeanRegistrationException, MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName preRegister(MBeanServer server,
ObjectName name)
throws Exception- See Also:
MBeanRegistrationException, MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName)
throws MBeanException,
RuntimeOperationsException,
ListenerNotFoundException- See Also:
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String, java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundException- See Also:
addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object), NotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws ListenerNotFoundException- See Also:
- NotificationEmitter
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RequiredModelMBean()
throws MBeanException,
RuntimeOperationsException- See Also:
RuntimeException, setModelMBeanInfo(javax.management.modelmbean.ModelMBeanInfo)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RequiredModelMBean(ModelMBeanInfo mbi)
throws MBeanException,
RuntimeOperationsException- See Also:
-
setModelMBeanInfo(javax.management.modelmbean.ModelMBeanInfo)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void sendAttributeChangeNotification(Attribute inOldVal,
Attribute inNewVal)
throws MBeanException,
RuntimeOperationsException- See Also:
- ModelMBeanNotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
throws MBeanException,
RuntimeOperationsException- See Also:
- ModelMBeanNotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void sendNotification(String ntfyText)
throws MBeanException,
RuntimeOperationsException- See Also:
- ModelMBeanNotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void sendNotification(Notification ntfyObj)
throws MBeanException,
RuntimeOperationsException- See Also:
- ModelMBeanNotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException- See Also:
getAttribute(java.lang.String), IllegalArgumentException, RuntimeOperationsException, Exception, InvalidTargetObjectTypeException, ServiceNotFoundException, DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList setAttributes(AttributeList attributes)
- See Also:
getAttributes(java.lang.String[]), IllegalArgumentException, RuntimeOperationsException, DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setManagedResource(Object mr,
String mr_type)
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException,
InvalidTargetObjectTypeException- See Also:
RuntimeException, ModelMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setModelMBeanInfo(ModelMBeanInfo mbi)
throws MBeanException,
RuntimeOperationsException- See Also:
IllegalStateException, IllegalArgumentException, ModelMBean, ModelMBeanNotificationInfo
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void store()
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException- See Also:
- PersistentMBean,
ServiceNotFoundException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples