Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


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)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD