|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CEPSession
An interface allowing the setup, insertion and closing of a Complex Event Processor session.
| Method Summary | |
|---|---|
void |
close()
Close, and/or terminate the CEPSession session |
void |
initialize(List<ServiceHandle> serviceHandles,
RuleMap ruleMap,
ClassLoader loader)
Initialize the CEPSession, creating a session as needed. |
void |
insert(Calculable calculable)
Insert a Calculable into the CEPSession |
| Method Detail |
|---|
void initialize(List<ServiceHandle> serviceHandles,
RuleMap ruleMap,
ClassLoader loader)
throws IOException
serviceHandles - The services that will be used along with the CEPSession.ruleMap - The information on the rules to use.loader - The ClassLoader used to load additional classes
IOException - if for any reason problems arise accessing resourcesvoid insert(Calculable calculable)
Calculable into the CEPSession
calculable - The Calculable to insertvoid close()
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||