|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent a single compiled query. Listeners may directly register for receiving the streaming events that are the result of continuously executing the query. This is simlar to registering to a stream, but filtered to a single query.
Method Summary | |
void |
destroy()
Permanently destroys statement and removes its reference in the processor |
String |
getId()
Retrieve the ID of the statement |
String |
getQuery()
Retrieve the query string of the statement |
void |
start()
Starts a statement that has previously been stopped. |
void |
stop()
Stops statement making it inactive. |
Methods inherited from interface com.bea.wlrt.ede.EventSource |
addEventSink,
getEventSinks,
removeEventSink |
Method Detail |
public String getId()
public String getQuery()
public void start()
public void stop()
public void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |