mx4j.tools.naming
Class CosNamingServiceMBeanDescription
- MBeanDescription
public class CosNamingServiceMBeanDescription
Management interface descriptions for the CosNamingService MBean.
Version:
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 MBeanDescriptionAdapter
getConstructorDescription
public String getConstructorDescription(Constructor ctor)
Should return the description for the given constructor of the MBean.
For example: "Creates an rmiregistry instance on the specified port"
- getConstructorDescription in interface MBeanDescription
- getConstructorDescription in interface MBeanDescriptionAdapter
getConstructorParameterDescription
public String getConstructorParameterDescription(Constructor ctor,
int index)
Should return the description for the constructor's parameter for the given constructor and parameter index.
For example: "The port on which the rmiregistry will wait on for client requests"
- getConstructorParameterDescription in interface MBeanDescription
- getConstructorParameterDescription in interface MBeanDescriptionAdapter
getConstructorParameterName
public String getConstructorParameterName(Constructor ctor,
int index)
Should return the name of the constructor's parameter for the given constructor and parameter index.
For example: "port"
- getConstructorParameterName in interface MBeanDescription
- getConstructorParameterName in interface MBeanDescriptionAdapter
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.