mx4j.tools.adaptor.rmi.jrmp
Class JRMPAdaptorMBeanDescription
- MBeanDescription
public class JRMPAdaptorMBeanDescription
Management interface descriptions for the JRMPAdaptor 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 RMIAdaptorMBeanDescription
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
Copyright © 2001-2003 MX4J Team. All Rights Reserved.