Uses of Class
org.jeyzer.mx.event.JzrEventLevel
-
Packages that use JzrEventLevel Package Description org.jeyzer.mx org.jeyzer.mx.event -
-
Uses of JzrEventLevel in org.jeyzer.mx
Methods in org.jeyzer.mx with parameters of type JzrEventLevel Modifier and Type Method Description boolean
JeyzerMXBean. isEventCollectionActive(JzrEventLevel level)
Determines if the event collection is activevoid
JeyzerMXBean. resumeEventCollection(JzrEventLevel level)
Resume the event collectionvoid
JeyzerMXBean. suspendEventCollection(JzrEventLevel level)
Suspend the data collection -
Uses of JzrEventLevel in org.jeyzer.mx.event
Methods in org.jeyzer.mx.event that return JzrEventLevel Modifier and Type Method Description JzrEventLevel
JzrEventCode. getLevel()
Get the applicative event level.JzrEventLevel
JzrPublisherEvent. getLevel()
Get the publisher event level.JzrEventLevel
JzrPublisherEventCode. getLevel()
Get the publisher event levelstatic JzrEventLevel
JzrEventLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JzrEventLevel[]
JzrEventLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-