mx4j.tools.adaptor.rmi.jrmp
Class JRMPAdaptorMBeanDescription

java.lang.Object
  extended bymx4j.MBeanDescriptionAdapter
      extended bymx4j.tools.adaptor.rmi.RMIAdaptorMBeanDescription
          extended bymx4j.tools.adaptor.rmi.jrmp.JRMPAdaptorMBeanDescription
All Implemented Interfaces:
MBeanDescription

public class JRMPAdaptorMBeanDescription
extends RMIAdaptorMBeanDescription

Management interface descriptions for the JRMPAdaptor MBean.

Version:
$Revision: 1.3 $

Constructor Summary
JRMPAdaptorMBeanDescription()
           
 
Method Summary
 java.lang.String getAttributeDescription(java.lang.String attribute)
          Should return the description for the specified attribute.
 java.lang.String getConstructorDescription(java.lang.reflect.Constructor ctor)
          Should return the description for the given constructor of the MBean.
 java.lang.String getMBeanDescription()
          Should return the description of the MBean.
 
Methods inherited from class mx4j.tools.adaptor.rmi.RMIAdaptorMBeanDescription
getOperationDescription, getOperationParameterDescription, getOperationParameterName
 
Methods inherited from class mx4j.MBeanDescriptionAdapter
getConstructorParameterDescription, getConstructorParameterName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRMPAdaptorMBeanDescription

public JRMPAdaptorMBeanDescription()
Method Detail

getMBeanDescription

public java.lang.String getMBeanDescription()
Description copied from interface: MBeanDescription
Should return the description of the MBean. For example: "This MBean is the rmiregistry service"

Specified by:
getMBeanDescription in interface MBeanDescription
Overrides:
getMBeanDescription in class MBeanDescriptionAdapter

getConstructorDescription

public java.lang.String getConstructorDescription(java.lang.reflect.Constructor ctor)
Description copied from interface: MBeanDescription
Should return the description for the given constructor of the MBean. For example: "Creates an rmiregistry instance on the specified port"

Specified by:
getConstructorDescription in interface MBeanDescription
Overrides:
getConstructorDescription in class MBeanDescriptionAdapter

getAttributeDescription

public java.lang.String getAttributeDescription(java.lang.String attribute)
Description copied from interface: MBeanDescription
Should return the description for the specified attribute. For example: "The port on which the rmiregistry will wait on for client requests"

Specified by:
getAttributeDescription in interface MBeanDescription
Overrides:
getAttributeDescription in class RMIAdaptorMBeanDescription


Copyright © 2001-2003 MX4J Team. All Rights Reserved.