@MXBean(value=true) public interface CEPEsperProcessorMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration()
Specifies the location of the configuration file for the module.
|
long |
getNumEventsReceived()
Returns the number of events received over the lifetime of the
event stream processing runtime.
|
String[] |
getStatementNames()
Returns the names of all the statements currently being handled
by the runtime.
|
boolean |
isUseExternalTime()
If the runtime should use external time source.
|
void |
setConfiguration(String inConfiguration)
Specifies the location of the configuration file for the module.
|
void |
setUseExternalTime(boolean inUseExternalTime)
If the runtime should use external time source.
|
String getConfiguration()
void setConfiguration(String inConfiguration)
inConfiguration - the location of the configuration file.getConfiguration()String[] getStatementNames()
long getNumEventsReceived()
boolean isUseExternalTime()
void setUseExternalTime(boolean inUseExternalTime)
inUseExternalTime - if the runtime should use external time source.Copyright © 2014. All Rights Reserved.