com.bea.wlevs.ede.impl
Class MonitorEvent.InterceptPoint

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.ede.impl.MonitorEvent.InterceptPoint

public static final class MonitorEvent.InterceptPoint
extends Enum

See Also:
Serialized Form

Field Summary
static MonitorEvent.InterceptPoint AFTER
           
static MonitorEvent.InterceptPoint BEFORE
           
 
Method Summary
static MonitorEvent.InterceptPoint valueOf(String name)
           
static MonitorEvent.InterceptPoint[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BEFORE

public static final MonitorEvent.InterceptPoint BEFORE

AFTER

public static final MonitorEvent.InterceptPoint AFTER
Method Detail

values

public static final MonitorEvent.InterceptPoint[] values()

valueOf

public static MonitorEvent.InterceptPoint valueOf(String name)