com.cisco.oss.foundation.monitoring
Class DefaultMonitoringMXBean

java.lang.Object
  extended by com.cisco.oss.foundation.monitoring.DefaultMonitoringMXBean
All Implemented Interfaces:
MonitoringMXBean

public class DefaultMonitoringMXBean
extends Object
implements MonitoringMXBean


Constructor Summary
DefaultMonitoringMXBean()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMonitoringMXBean

public DefaultMonitoringMXBean()
Method Detail

getName

public String getName()
Description copied from interface: MonitoringMXBean
Name of the component.Name can be Acronym.

Specified by:
getName in interface MonitoringMXBean

getFullName

public String getFullName()
Description copied from interface: MonitoringMXBean
Full name of the component.

Specified by:
getFullName in interface MonitoringMXBean

getInstance

public String getInstance()
Description copied from interface: MonitoringMXBean
Instance Name format must be

Specified by:
getInstance in interface MonitoringMXBean

getVersion

public String getVersion()
Description copied from interface: MonitoringMXBean
Component version

Specified by:
getVersion in interface MonitoringMXBean


Copyright © 2015 Cisco. All Rights Reserved.