Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

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


com.bea.wlevs.monitor
Interface Endpoint


public interface Endpoint

Endpoint is referenceable location in an Event Server application stage. Endpoints can be used to identify a manageable location.

See Also:
Monitor

Inner Class Summary
static class Endpoint.Direction
          Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out of a stage

 

Method Summary
 java.lang.String getApplicationId()
          Returns the application id
 java.lang.String getDirection()
          Returns location in stage, that is, either the ENTRY or the EXIT of the stage
 java.lang.String getStageId()
          Returns the stage id

 

Method Detail

getApplicationId

public java.lang.String getApplicationId()
Returns the application id
Returns:
String - application id

getStageId

public java.lang.String getStageId()
Returns the stage id
Returns:
String - stage id

getDirection

public java.lang.String getDirection()
Returns location in stage, that is, either the ENTRY or the EXIT of the stage
Returns:
String - String value of enum Stagepoint
See Also:
Endpoint.Direction

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