Uses of Class
org.terracotta.toolkit.monitoring.OperatorEventLevel

Packages that use OperatorEventLevel
org.terracotta.toolkit   
org.terracotta.toolkit.monitoring   
 

Uses of OperatorEventLevel in org.terracotta.toolkit
 

Methods in org.terracotta.toolkit with parameters of type OperatorEventLevel
 void Toolkit.fireOperatorEvent(OperatorEventLevel level, String applicationName, String eventMessage)
          Fires an application specific Operator Event with the specified OperatorEventLevel and eventMessage.
 

Uses of OperatorEventLevel in org.terracotta.toolkit.monitoring
 

Methods in org.terracotta.toolkit.monitoring that return OperatorEventLevel
static OperatorEventLevel OperatorEventLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorEventLevel[] OperatorEventLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.