|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanInfoConfiguration.MBeanParameterInfoConfiguration | |
org.sape.carbon.services.management.interceptor |
Uses of MBeanInfoConfiguration.MBeanParameterInfoConfiguration in org.sape.carbon.services.management.interceptor |
Methods in org.sape.carbon.services.management.interceptor that return MBeanInfoConfiguration.MBeanParameterInfoConfiguration | |
MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] |
MBeanInfoConfiguration.MBeanConstructorInfoConfiguration.getSignature()
Gets the array of parameters the constructor takes. |
MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration.getSignature()
Gets the array of parameters for the operation. |
Methods in org.sape.carbon.services.management.interceptor with parameters of type MBeanInfoConfiguration.MBeanParameterInfoConfiguration | |
void |
MBeanInfoConfiguration.MBeanConstructorInfoConfiguration.setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
Sets the array of parameters the constructor takes. |
void |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration.setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
Sets the array of parameters for the operation. |
private javax.management.MBeanParameterInfo[] |
DefaultManagementInterceptorImpl.loadParameters(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] config)
Loads an array ParameterInfoConfiguration into a JMX ParameterInfo. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |