Interface ScheduleHandle
- All Known Implementing Classes:
EPStatementHandleCallbackSchedule
public interface ScheduleHandle
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the agent instance id.int
Returns the statement id.
-
Field Details
-
EPTYPE
-
EPTYPE_SCHEDULEOBJECTTYPE
-
-
Method Details
-
getStatementId
int getStatementId()Returns the statement id.- Returns:
- statement id
-
getAgentInstanceId
int getAgentInstanceId()Returns the agent instance id.- Returns:
- agent instance id
-