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

All Known Implementing Classes:
QpidEvent

public interface QpidEventMBean

Management interface for Qpid entity class..


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

Method Detail

getName

String getName()
Retruns the name of the event.

Returns:
the name of the event.

getPackageName

String getPackageName()
Returns the name of the package.

Returns:
the name of the package.


Licensed to the Apache Software Foundation