public static enum ServiceContainerMonitorUtil.Event extends Enum<ServiceContainerMonitorUtil.Event>
ServiceContainer
events to be monitored.Enum Constant and Description |
---|
InterfaceInstanceRender
Interface instance renderization event.
|
InterfaceInstanceStyleTransform
Interface instance XSL transformation event.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the key.
|
String |
getResourcePath()
Returns the resourcePath.
|
static ServiceContainerMonitorUtil.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceContainerMonitorUtil.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceContainerMonitorUtil.Event InterfaceInstanceRender
public static final ServiceContainerMonitorUtil.Event InterfaceInstanceStyleTransform
public static ServiceContainerMonitorUtil.Event[] values()
for (ServiceContainerMonitorUtil.Event c : ServiceContainerMonitorUtil.Event.values()) System.out.println(c);
public static ServiceContainerMonitorUtil.Event valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
public String getResourcePath()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.