Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
G
I
O
R
S
U
A
addAttribute(IMBeanAttribute)
- Method in interface org.ow2.util.jmx.api.
IBaseModelMBeanExt
Add an attribute.
addOperation(IMBeanOperation)
- Method in interface org.ow2.util.jmx.api.
IBaseModelMBeanExt
Add an operation.
G
getBaseModelMBeanExt(String)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Get the BaseModelMBeanExt with the given id.
getMBeanAttributeInfo()
- Method in interface org.ow2.util.jmx.api.
IMBeanAttribute
Get the MBeanAttributeInfo describing this attribute.
getMBeanOperationInfo()
- Method in interface org.ow2.util.jmx.api.
IMBeanOperation
Get the MBeanOperationInfo describing this operation.
getValue(String)
- Method in interface org.ow2.util.jmx.api.
IMBeanAttribute
Get the attributes value for this BaseModelMBeanExt id.
I
IBaseModelMBeanExt
- Interface in
org.ow2.util.jmx.api
Extends Commons Modeler BaseModelMBean class to allow adding attributes and operations at runtime.
ICommonsModelerExtService
- Interface in
org.ow2.util.jmx.api
Allow to register BaseModelMbeanExt with an id.
Each attributes and operations are associate with a regexp used to register them on all matching BaseModelMbeanExt.
IMBeanAttribute
- Interface in
org.ow2.util.jmx.api
Implementations of this interface can be added dynamically as attributes in a BaseModelMBeanExt.
IMBeanOperation
- Interface in
org.ow2.util.jmx.api
Implementations of this interface can be added dynamically as operations in a BaseModelMBeanExt.
invoke(String, Object[])
- Method in interface org.ow2.util.jmx.api.
IMBeanOperation
Invoke the operation for this BaseModelMBeanExt id.
O
org.ow2.util.jmx.api
- package org.ow2.util.jmx.api
R
registerAttribute(IMBeanAttribute, String)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Register a new attribute.
The attribute will automatically be register with each registered BaseModelMBeanExt matching the given regexp.
registerBaseModelMBeanExt(String, IBaseModelMBeanExt)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Register a new BaseModelMBeanExt.
registerOperation(IMBeanOperation, String)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Register a new operation.
The operation will automatically be register with each registered BaseModelMBeanExt matching the given regexp.
removeAttribute(IMBeanAttribute)
- Method in interface org.ow2.util.jmx.api.
IBaseModelMBeanExt
Remove an attribute.
removeOperation(IMBeanOperation)
- Method in interface org.ow2.util.jmx.api.
IBaseModelMBeanExt
Remove an operation.
S
setValue(String, Object)
- Method in interface org.ow2.util.jmx.api.
IMBeanAttribute
Set the attribute value for this BaseModelMBeanExt id.
start()
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Start the service.
stop()
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Stop the service.
U
unregisterAttribute(IMBeanAttribute)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Unregister an attribute.
unregisterBaseModelMBeanExt(String)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Unregister a BaseModelMBeanExt.
unregisterOperation(IMBeanOperation)
- Method in interface org.ow2.util.jmx.api.
ICommonsModelerExtService
Unregister an operation.
A
G
I
O
R
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2012
OW2 Consortium
. All Rights Reserved.