org.apache.qpid.management.domain.model
Interface QpidClassMBean

All Known Implementing Classes:
QpidClass

public interface QpidClassMBean

Management interface for Qpid entity class..


Method Summary
 String getName()
          Retruns the name of the class.
 String getPackageName()
          Returns the name of the package.
 

Method Detail

getName

String getName()
Retruns the name of the class.

Returns:
the name of the class.

getPackageName

String getPackageName()
Returns the name of the package.

Returns:
the name of the package.


Licensed to the Apache Software Foundation