All Packages Class Hierarchy This Package Previous Next Index
Class examples.qry.ClassMB
java.lang.Object
|
+----examples.qry.ClassMB
- public class ClassMB
- extends Object
- implements Serializable
-
ClassMB()
- Default constructor
-
ClassMB(String)
- Build the MBean with the given name
-
domainname()
- Returns the domain name to use to register this MBean
-
getName()
- Getter for the "Name" property.
-
getPackageHierarchy(int)
- Getter for the "PackageHierarchy" property.
-
getPublic()
- Getter for the "Public" property.
-
initCmf(Framework, ObjectName)
- Initialize this MBean.
-
objectName()
- Returns the object name to use to register this MBean
ClassMB
public ClassMB()
- Default constructor
ClassMB
public ClassMB(String name)
- Build the MBean with the given name
initCmf
public void initCmf(Framework cmf,
ObjectName objName) throws ClassNotFoundException
- Initialize this MBean.
The method will declare the object to the Common Management Framework.
The name of the class is contained in the name of the object
- Parameters:
- cmf - CMF to attach the service to.
- objName - object name to use to register the MBean.
- Throws: ClassNotFoundException
- The specified class could not be found.
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.
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.
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