mx4j.tools.adaptor.rmi.iiop

Class IIOPAdaptorMBeanDescription

Implemented Interfaces:
MBeanDescription

public class IIOPAdaptorMBeanDescription
extends RMIAdaptorMBeanDescription

Management interface descriptions for the IIOPAdaptor MBean.

Version:
$Revision: 1.3 $

Method Summary

String
getConstructorDescription(Constructor ctor)
Should return the description for the given constructor of the MBean.
String
getMBeanDescription()
Should return the description of the MBean.

Methods inherited from class mx4j.tools.adaptor.rmi.RMIAdaptorMBeanDescription

getAttributeDescription, getOperationDescription, getOperationParameterDescription, getOperationParameterName

Methods inherited from class mx4j.MBeanDescriptionAdapter

getAttributeDescription, getConstructorDescription, getConstructorParameterDescription, getConstructorParameterName, getMBeanDescription, getOperationDescription, getOperationParameterDescription, getOperationParameterName

Method Details

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"
Specified by:
getConstructorDescription in interface MBeanDescription
Overrides:
getConstructorDescription in interface MBeanDescriptionAdapter


getMBeanDescription

public String getMBeanDescription()
Should return the description of the MBean. For example: "This MBean is the rmiregistry service"
Specified by:
getMBeanDescription in interface MBeanDescription
Overrides:
getMBeanDescription in interface MBeanDescriptionAdapter


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