com.cisco.oss.foundation.monitoring
Interface MonitoringMXBean

All Known Implementing Classes:
DefaultMonitoringMXBean

public interface MonitoringMXBean

Base interface that needs to be extended and implemented by applications that needs to be monitored.

Author:
manojc
See Also:
MonitoringAgent

Method Summary
 String getFullName()
          Full name of the component.
 String getInstance()
          Instance Name format must be
 String getName()
          Name of the component.Name can be Acronym.
 String getVersion()
          Component version
 

Method Detail

getName

String getName()
Name of the component.Name can be Acronym.


getFullName

String getFullName()
Full name of the component.


getInstance

String getInstance()
Instance Name format must be


getVersion

String getVersion()
Component version



Copyright © 2015 Cisco. All Rights Reserved.