Java EE 5 SDK

com.sun.appserv.management.config
Class EventTypeValues

java.lang.Object
  extended by com.sun.appserv.management.config.EventTypeValues

public final class EventTypeValues
extends Object

Possible event types as defined in DTD by ENTITY <event-type>.

Since:
Appserver 9.0
See Also:
EventConfig

Field Summary
static String CLUSTER
           
static String LIFECYCLE
           
static String LOG
           
static String MONITOR
           
static String NOTIFICATION
           
static String TIMER
           
static String TRACE
           
 
Constructor Summary
EventTypeValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final String LOG
See Also:
Constant Field Values

TIMER

public static final String TIMER
See Also:
Constant Field Values

TRACE

public static final String TRACE
See Also:
Constant Field Values

MONITOR

public static final String MONITOR
See Also:
Constant Field Values

CLUSTER

public static final String CLUSTER
See Also:
Constant Field Values

LIFECYCLE

public static final String LIFECYCLE
See Also:
Constant Field Values

NOTIFICATION

public static final String NOTIFICATION
See Also:
Constant Field Values
Constructor Detail

EventTypeValues

public EventTypeValues()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.