org.gridvise.event.JmxEvent.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gridvise-core Show documentation
Show all versions of gridvise-core Show documentation
gridvise-core is an opensource project
The newest version!
package org.gridvise.event
import org.gridvise.logical.ThreadDump
import org.gridvise.logical.Launchable
class JmxEvent(msg: String, address: String, launchable: Launchable, threadDump: ThreadDump) extends Event(launchable, threadDump) {
override def toString() = "[JmxEvent: msg=" + msg + "]+\n"+this.threadDump
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy