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 booleanJeyzerMXBean. isEventCollectionActive(JzrEventLevel level)Determines if the event collection is activevoidJeyzerMXBean. resumeEventCollection(JzrEventLevel level)Resume the event collectionvoidJeyzerMXBean. 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 JzrEventLevelJzrEventCode. getLevel()Get the applicative event level.JzrEventLevelJzrPublisherEvent. getLevel()Get the publisher event level.JzrEventLevelJzrPublisherEventCode. getLevel()Get the publisher event levelstatic JzrEventLevelJzrEventLevel. 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. 
 -