|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBJmxComponent
Interface for the EasyBeans JMX component.
| Method Summary | |
|---|---|
void |
registerJ2EEManagedObject(EZBJ2EEManagedObject object,
org.ow2.util.jmx.api.IBaseModelMBeanExt mbean)
Register a new J2EE managed object. If a J2EE managed object with the same id is already registered, it will be unregistered first. |
void |
registerMBeanAttribute(EZBMBeanAttribute mbeanAttribute)
Register a new mbean attribute. The attribute will automatically be register with each MBean matching his filter. |
void |
registerMBeanOperation(EZBMBeanOperation mbeanOperation)
Register a new mbean operation. The operation will automatically be register with each MBean matching his filter. |
void |
unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
Unregister a J2EE managed object. |
void |
unregisterMBeanAttribute(EZBMBeanAttribute mbeanAttribute)
Unregister a mbean attribute. |
void |
unregisterMBeanOperation(EZBMBeanOperation mbeanOperation)
Unregister a mbean operation. |
| Methods inherited from interface org.ow2.easybeans.component.api.EZBComponent |
|---|
init, start, stop |
| Method Detail |
|---|
void registerJ2EEManagedObject(EZBJ2EEManagedObject object,
org.ow2.util.jmx.api.IBaseModelMBeanExt mbean)
object - The J2EE managed object to register.mbean - the BaseModelMBean for this J2EE managed object.void unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
object - The J2EE managed object to unregister.void registerMBeanAttribute(EZBMBeanAttribute mbeanAttribute)
mbeanAttribute - The mbean attribute to register.void unregisterMBeanAttribute(EZBMBeanAttribute mbeanAttribute)
mbeanAttribute - The mbean attribute to unregister.void registerMBeanOperation(EZBMBeanOperation mbeanOperation)
mbeanOperation - The mbean operation to register.void unregisterMBeanOperation(EZBMBeanOperation mbeanOperation)
mbeanOperation - The mbean operation to unregister.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||