com.bea.wlevs.monitor
Class Endpoint.Direction

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.monitor.Endpoint.Direction

public static final class Endpoint.Direction
extends java.lang.Enum

Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out of a stage

See Also:
Serialized Form

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

Field Detail

INBOUND

public static final Endpoint.Direction INBOUND

OUTBOUND

public static final Endpoint.Direction OUTBOUND
Method Detail

values

public static Endpoint.Direction[] values()

valueOf

public static Endpoint.Direction valueOf(java.lang.String name)


Copyright © 2007 BEA Systems All Rights Reserved.