|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseModelMBeanExt
Extends Commons Modeler BaseModelMBean class to allow adding attributes and operations at runtime.
| Method Summary | |
|---|---|
void |
addAttribute(IMBeanAttribute attribute)
Add an attribute. |
void |
addOperation(IMBeanOperation operation)
Add an operation. |
void |
removeAttribute(IMBeanAttribute attribute)
Remove an attribute. |
void |
removeOperation(IMBeanOperation operation)
Remove an operation. |
| Methods inherited from interface javax.management.modelmbean.ModelMBean |
|---|
setManagedResource, setModelMBeanInfo |
| Methods inherited from interface javax.management.DynamicMBean |
|---|
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.PersistentMBean |
|---|
load, store |
| Methods inherited from interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster |
|---|
addAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Methods inherited from interface javax.management.MBeanRegistration |
|---|
postDeregister, postRegister, preDeregister, preRegister |
| Method Detail |
|---|
void addAttribute(IMBeanAttribute attribute)
attribute - The attribute to add.void removeAttribute(IMBeanAttribute attribute)
attribute - The attribute to remove.void addOperation(IMBeanOperation operation)
operation - The operation to add.void removeOperation(IMBeanOperation operation)
operation - The operation to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||