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
-
MethodMB()
- Default constructor
-
MethodMB(Method)
- Build the MBean and initialize it
-
domainname()
- Returns the domain name to use to register this MBean
-
getClassName()
- Getter for the "ClassName" property.
-
getName()
- Getter for the "Name" property.
-
getNbParams()
- Getter for the "NbParams" property.
-
getPackageHierarchy(int)
- Getter for the "PackageHierarchy" property.
-
getParams()
- Getter for the "Params" property.
-
getParamType(int)
- Getter for the "ParamType" property.
-
getPublic()
- Getter for the "Public" property.
-
getStatic()
- Getter for the "Static" property.
-
objectName()
- Returns the object name to use to register this MBean
MethodMB
public MethodMB()
- Default constructor
MethodMB
public MethodMB(Method m)
- Build the MBean and initialize it
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.
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.
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.
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.
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.
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.
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.
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.
domainname
public String domainname()
- Returns the domain name to use to register this MBean
objectName
public ObjectName objectName()
- Returns the object name to use to register this MBean
All Packages Class Hierarchy This Package Previous Next Index