mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/monitors/BackendMonitor.java
@@ -104,7 +104,6 @@
   */
  public void initializeMonitorProvider(ConfigEntry configEntry)
  {
    monitorName = backend.getBackendID() + " Backend";
    backendIDType = DirectoryConfig.getAttributeType(ATTR_MONITOR_BACKEND_ID,
@@ -133,7 +132,6 @@
   */
  public String getMonitorInstanceName()
  {
    return monitorName;
  }
@@ -148,7 +146,6 @@
   */
  public ObjectClass getMonitorObjectClass()
  {
    return DirectoryConfig.getObjectClass(OC_MONITOR_BACKEND, true);
  }
@@ -159,7 +156,6 @@
   */
  public long getUpdateInterval()
  {
    // We don't need do anything on a periodic basis.
    return 0;
  }
@@ -171,7 +167,6 @@
   */
  public void updateMonitorData()
  {
    // No implementaiton is required.
  }
@@ -182,7 +177,6 @@
   */
  public List<Attribute> getMonitorData()
  {
    LinkedList<Attribute> attrs = new LinkedList<Attribute>();
    LinkedHashSet<AttributeValue> values = new LinkedHashSet<AttributeValue>();