All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.qry.MethodMB

java.lang.Object
   |
   +----examples.qry.MethodMB

public class MethodMB
extends Object
implements Serializable

Constructor Index

 o MethodMB()
Default constructor
 o MethodMB(Method)
Build the MBean and initialize it

Method Index

 o domainname()
Returns the domain name to use to register this MBean
 o getClassName()
Getter for the "ClassName" property.
 o getName()
Getter for the "Name" property.
 o getNbParams()
Getter for the "NbParams" property.
 o getPackageHierarchy(int)
Getter for the "PackageHierarchy" property.
 o getParams()
Getter for the "Params" property.
 o getParamType(int)
Getter for the "ParamType" property.
 o getPublic()
Getter for the "Public" property.
 o getStatic()
Getter for the "Static" property.
 o objectName()
Returns the object name to use to register this MBean

Constructors

 o MethodMB
 public MethodMB()
Default constructor

 o MethodMB
 public MethodMB(Method m)
Build the MBean and initialize it

Methods

 o getName
 public String getName()
Getter for the "Name" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "Name" property.
 o getParams
 public String getParams()
Getter for the "Params" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "Params" property.
 o getNbParams
 public Integer getNbParams()
Getter for the "NbParams" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "NbParams" property.
 o getParamType
 public String getParamType(int i)
Getter for the "ParamType" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "ParamType" property.
 o getClassName
 public String getClassName()
Getter for the "ClassName" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "ClassName" property.
 o getPublic
 public Boolean getPublic()
Getter for the "Public" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "Public" property.
 o getStatic
 public Boolean getStatic()
Getter for the "Static" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "Static" property.
 o getPackageHierarchy
 public String getPackageHierarchy(int i)
Getter for the "PackageHierarchy" property. The method is compliant with the Bean design pattern.

Returns:
the current value of the "PackageHierarchy" property.
 o domainname
 public String domainname()
Returns the domain name to use to register this MBean

 o objectName
 public ObjectName objectName()
Returns the object name to use to register this MBean


All Packages  Class Hierarchy  This Package  Previous  Next  Index