|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.EPAdministratorImpl
public class EPAdministratorImpl
Implementation for the admin interface.
Constructor Summary | |
---|---|
EPAdministratorImpl(EPServicesContext services)
Constructor - takes the services context as argument. |
Method Summary | |
---|---|
EPStatement |
createEQL(String eqlStatement)
Create a query language statement. |
EPStatement |
createPattern(String expression)
Create a event pattern statement for the expressing string passed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPAdministratorImpl(EPServicesContext services)
services
- - references to servicesMethod Detail |
---|
public EPStatement createPattern(String expression) throws EPException
EPAdministrator
createPattern
in interface EPAdministrator
expression
- must follow the documented syntax for pattern statements
EPException
- when the expression was not validpublic EPStatement createEQL(String eqlStatement) throws EPException
EPAdministrator
createEQL
in interface EPAdministrator
eqlStatement
- is the query language statement
EPException
- when the expression was not valid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |