com.bea.wlevs.ede
Interface Endpoint

All Known Implementing Classes:
EndpointImpl

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.Stagepoint
          Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out of a stage
 
Method Summary
 String getApplicationId()
          Returns the application id
 String getStageId()
          Returns the stage id
 String getStagepoint()
          Returns location in stage, that is, either the ENTRY or the EXIT of the stage
 

Method Detail

getApplicationId

public String getApplicationId()
Returns the application id

Returns:
String - application id

getStageId

public String getStageId()
Returns the stage id

Returns:
String - stage id

getStagepoint

public String getStagepoint()
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.Stagepoint