org.gridvise.event.LogEvent.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.mgmtcache.coh.entity.launchable.LaunchableKey
import org.gridvise.xmlbindings.DictionaryEntryable
import org.gridvise.mgmtcache.coh.entity.launchable.LaunchableCache
class LogEvent(launchableKey: LaunchableKey, dictionaryEntry: DictionaryEntryable, value: String) extends Event(LaunchableCache.get(launchableKey), LaunchableCache.get(launchableKey).threadDump()){
override def toString() = "[LogEvent: launchableKey = " + launchableKey + ", dictionaryEntry=" + dictionaryEntry + ", value=" + value + "]"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy