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

Constructor Index

 o ClassMB()
Default constructor
 o ClassMB(String)
Build the MBean with the given name

Method Index

 o domainname()
Returns the domain name to use to register this MBean
 o getName()
Getter for the "Name" property.
 o getPackageHierarchy(int)
Getter for the "PackageHierarchy" property.
 o getPublic()
Getter for the "Public" property.
 o initCmf(Framework, ObjectName)
Initialize this MBean.
 o objectName()
Returns the object name to use to register this MBean

Constructors

 o ClassMB
 public ClassMB()
Default constructor

 o ClassMB
 public ClassMB(String name)
Build the MBean with the given name

Methods

 o 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.
 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 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 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