|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.management.OperationInfoHelper
public class OperationInfoHelper
A Helper class to build an MBeanOperationInfo
| Constructor Summary | |
|---|---|
OperationInfoHelper()
|
|
| Method Summary | |
|---|---|
ParameterHelper |
addOperation(Object theObject,
String name,
int numberParams,
String description)
Add an operation |
ParameterHelper |
addOperation(Object theObject,
String name,
String description)
Add an operation |
void |
clear()
clear the internal list |
MBeanOperationInfo[] |
getOperationInfos()
Get array of MBeanOperationInfos registered |
static MBeanOperationInfo[] |
join(MBeanOperationInfo[] ops1,
MBeanOperationInfo[] ops2)
Join two MBeanOperationInfo[] arrays |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationInfoHelper()
| Method Detail |
|---|
public ParameterHelper addOperation(Object theObject,
String name,
String description)
theObject - name - description -
public ParameterHelper addOperation(Object theObject,
String name,
int numberParams,
String description)
theObject - name - numberParams - description -
public MBeanOperationInfo[] getOperationInfos()
public void clear()
public static MBeanOperationInfo[] join(MBeanOperationInfo[] ops1,
MBeanOperationInfo[] ops2)
ops1 - ops2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||