@Singleton @Named(value="endpoint") public class EndpointMBeanFactory extends AbstractDynamicMBeanFactory
Constructor and Description |
---|
EndpointMBeanFactory() |
Modifier and Type | Method and Description |
---|---|
protected String |
getBeanDescription(BeanDefinition beanDefinition)
Returns the management bean description.
|
protected int |
getImpact(ExecutableMethod method)
Returns the impact of the provided method.
|
protected String |
getMethodDescription(ExecutableMethod method)
Returns the description of a management bean operation.
|
protected String |
getParameterDescription(Argument argument)
Returns the description of a management bean operation parameter.
|
createMBean, getOperationInfo, getParameters, getReturnType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMBean
protected String getBeanDescription(BeanDefinition beanDefinition)
AbstractDynamicMBeanFactory
getBeanDescription
in class AbstractDynamicMBeanFactory
beanDefinition
- The bean definitionMBeanInfo.getDescription()
protected String getMethodDescription(ExecutableMethod method)
AbstractDynamicMBeanFactory
getMethodDescription
in class AbstractDynamicMBeanFactory
method
- The methodMBeanFeatureInfo.getDescription()
protected String getParameterDescription(Argument argument)
AbstractDynamicMBeanFactory
getParameterDescription
in class AbstractDynamicMBeanFactory
argument
- The argumentMBeanFeatureInfo.getDescription()
protected int getImpact(ExecutableMethod method)
AbstractDynamicMBeanFactory
getImpact
in class AbstractDynamicMBeanFactory
method
- The methodMBeanOperationInfo.getImpact()