All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.truevfs.ext.insight.I5tSyncMediator.scala Maven / Gradle / Ivy

/*
 * Copyright (C) 2005-2015 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package net.java.truevfs.ext.insight

import net.java.truevfs.comp.jmx._

/**
 * @author Christian Schlichtherle
 */
private class I5tSyncMediator(subject: String) extends I5tMediator(subject) {

  override def newStats(offset: Int): I5tStatistics = new I5tSyncStatistics(this, offset)

  override def rotateStats(origin: JmxComponent): Unit = {
    origin match {
      case _: I5tManager =>
      case _ => super.rotateStats(origin)
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy