Skip navigation links
|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)
E14303-04 |
PREV CLASS NEXT CLASS |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
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
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 |
INBOUND
public static final Endpoint.Direction INBOUND
OUTBOUND
public static final Endpoint.Direction OUTBOUND
values
public static Endpoint.Direction[] values()
valueOf
public static Endpoint.Direction valueOf(java.lang.String name)
|
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved. |
PREV CLASS NEXT CLASS |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |