|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A MBeanAction describes a particular action that an m-bean supports for external access from other components.
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
java.lang.String |
getName()
Gets the name of the action. |
java.lang.Class[] |
getParameters()
Gets the formal parameter types of the action. |
java.lang.String[] |
getSignature()
Gets the signature of the actions. |
java.lang.Class |
getType()
Gets the formal return type of the action. |
Method Detail |
public java.lang.String getName()
public java.lang.Class[] getParameters()
All primitive parameter types (int, long etc.) are converted to their corresponding native types (java.lang.Integer, java.lang.Long etc.).
public java.lang.Class getType()
Primitive return types (int, long etc.) are converted to their corresponding native types (java.lang.Integer, java.lang.Long etc.). The return type void is "nulled" out.
public java.lang.String[] getSignature()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |