mx4j.tools.adaptor.http
Class XSLTProcessorMBeanDescription
- MBeanDescription
public class XSLTProcessorMBeanDescription
Management interface descriptions for the XSLTProcessor MBean.
Version:
String | getAttributeDescription(String attribute) - Should return the description for the specified attribute.
|
String | getMBeanDescription() - Should return the description of the MBean.
|
String | getOperationDescription(Method operation) - Should return the description for the specified operation.
|
String | getOperationParameterDescription(Method method, int index) - Should return the description for the operations's parameter for the given operation and parameter index.
|
String | getOperationParameterName(Method method, int index) - Should return the name of the operation's parameter for the given operation and parameter index.
|
getAttributeDescription
public String getAttributeDescription(String attribute)
Should return the description for the specified attribute.
For example: "The port on which the rmiregistry will wait on for client requests"
- getAttributeDescription in interface MBeanDescription
- getAttributeDescription in interface ProcessorMBeanDescription
getOperationParameterDescription
public String getOperationParameterDescription(Method method,
int index)
Should return the description for the operations's parameter for the given operation and parameter index.
For example: "The name to which the object will be bound to"
- getOperationParameterDescription in interface MBeanDescription
- getOperationParameterDescription in interface MBeanDescriptionAdapter
getOperationParameterName
public String getOperationParameterName(Method method,
int index)
Should return the name of the operation's parameter for the given operation and parameter index.
For example: "bindName"
- getOperationParameterName in interface MBeanDescription
- getOperationParameterName in interface MBeanDescriptionAdapter
Copyright © 2001-2003 MX4J Team. All Rights Reserved.