A B C D E G I M N O P S U

A

addListener(UpdateListener) - Method in class org.opencredo.esper.EsperStatement
Adds an {@link UpdateListener) to the statement to support the 'push' mode of retrieving results.
addStatement(EsperStatement) - Method in class org.opencredo.esper.EsperTemplate
 
addStatement(EsperStatement) - Method in interface org.opencredo.esper.EsperTemplateOperations
Adds an EsperStatement to the template.
afterPropertiesSet() - Method in class org.opencredo.esper.spring.EsperTemplateBean
 

B

BASE_PACKAGE - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 

C

cleanup() - Method in class org.opencredo.esper.EsperTemplate
 
cleanup() - Method in interface org.opencredo.esper.EsperTemplateOperations
Deallocated all resources associated with this template when it is finished with.
concurrentSafeQuery(ParameterizedEsperRowMapper<T>) - Method in class org.opencredo.esper.EsperStatement
 
concurrentSafeQuery(ParameterizedEsperRowMapper<T>) - Method in interface org.opencredo.esper.EsperStatementOperations
Performs a concurrency safe 'pull' to retrieve query filtered results from the esper statement.
concurrentSafeQueryForObject(ParameterizedEsperRowMapper<T>) - Method in class org.opencredo.esper.EsperStatement
 
concurrentSafeQueryForObject(ParameterizedEsperRowMapper<T>) - Method in interface org.opencredo.esper.EsperStatementOperations
Performs a concurrency safe 'pull' to retrieve query filtered results from the esper statement.
concurrentUnsafeQuery(ParameterizedEsperRowMapper<T>) - Method in class org.opencredo.esper.EsperStatement
 
concurrentUnsafeQuery(ParameterizedEsperRowMapper<T>) - Method in interface org.opencredo.esper.EsperStatementOperations
Performs a concurrency unsafe 'pull' (i.e.
concurrentUnsafeQueryForObject(ParameterizedEsperRowMapper<T>) - Method in class org.opencredo.esper.EsperStatement
 
concurrentUnsafeQueryForObject(ParameterizedEsperRowMapper<T>) - Method in interface org.opencredo.esper.EsperStatementOperations
Performs a concurrency unsafe 'pull' (i.e.
CONFIGURATION_ATTRIBUTE - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 

D

destroy() - Method in class org.opencredo.esper.spring.EsperTemplateBean
 
doWithNativeEPStatement(NativeEPStatementCallback) - Method in class org.opencredo.esper.EsperStatement
Provides a mechanism by which to access the underlying esper API

E

EsperListenerParser - Class in org.opencredo.esper.config.xml
Parses the listeners block in the Spring custom namespace support.
EsperListenerParser() - Constructor for class org.opencredo.esper.config.xml.EsperListenerParser
 
EsperNamespaceHandler - Class in org.opencredo.esper.config.xml
Registers the handlers for the separate namespace root elements.
EsperNamespaceHandler() - Constructor for class org.opencredo.esper.config.xml.EsperNamespaceHandler
 
EsperNamespaceUtils - Class in org.opencredo.esper.config.xml
Provides a set of utility constants for the esper namespace support.
EsperNamespaceUtils() - Constructor for class org.opencredo.esper.config.xml.EsperNamespaceUtils
 
EsperStatement - Class in org.opencredo.esper
Implements a set of convenient Template operations around a native Esper Statement.
EsperStatement(String) - Constructor for class org.opencredo.esper.EsperStatement
 
EsperStatementInvalidStateException - Exception in org.opencredo.esper
Runtime exception that is raised when an attempt to execute an operation on an EsperStatement fails due to the state of the statement resource.
EsperStatementInvalidStateException(String) - Constructor for exception org.opencredo.esper.EsperStatementInvalidStateException
 
EsperStatementOperations - Interface in org.opencredo.esper
Esper support the capability to 'pull' query filter results from a statement.
EsperStatementParser - Class in org.opencredo.esper.config.xml
Parses an esper-statement element.
EsperStatementParser() - Constructor for class org.opencredo.esper.config.xml.EsperStatementParser
 
EsperTemplate - Class in org.opencredo.esper
The main workhorse of Esper.
EsperTemplate() - Constructor for class org.opencredo.esper.EsperTemplate
 
EsperTemplateBean - Class in org.opencredo.esper.spring
Provides some convenient extensions to EsperTemplate when configuring the template within a Spring environment.
EsperTemplateBean() - Constructor for class org.opencredo.esper.spring.EsperTemplateBean
 
EsperTemplateOperations - Interface in org.opencredo.esper
Specifies the operations exposed by an Esper Template operations.
EsperTemplateParser - Class in org.opencredo.esper.config.xml
Parses out an esper-template element.
EsperTemplateParser() - Constructor for class org.opencredo.esper.config.xml.EsperTemplateParser
 
executeWithEPStatement(EPStatement, String) - Method in interface org.opencredo.esper.NativeEPStatementCallback
Passes the native EPStatement and registered EPL filter query to the implementor.

G

getEPL() - Method in class org.opencredo.esper.EsperStatement
 
getEsperNativeRuntime() - Method in class org.opencredo.esper.EsperTemplate
 
getEsperNativeRuntime() - Method in interface org.opencredo.esper.EsperTemplateOperations
Retrieve the configured esper native runtime.
getListeners() - Method in class org.opencredo.esper.EsperStatement
 
getName() - Method in class org.opencredo.esper.EsperTemplate
 
getState() - Method in class org.opencredo.esper.EsperStatement
 
getStatements() - Method in class org.opencredo.esper.EsperTemplate
 
getStatements() - Method in interface org.opencredo.esper.EsperTemplateOperations
Return the currently configured and registered set of EsperStatement objects.

I

ID_ATTRIBUTE_NAME - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 
init() - Method in class org.opencredo.esper.config.xml.EsperNamespaceHandler
 
initialize() - Method in class org.opencredo.esper.EsperTemplate
 
initialize() - Method in interface org.opencredo.esper.EsperTemplateOperations
Sets up and allocated all resources associated with this template prior to its use.
InvalidEsperConfigurationException - Exception in org.opencredo.esper
Runtime exception that is raised when an attempt is made to initialize an EsperTemplate and an internal Esper configuration exception occurs.
InvalidEsperConfigurationException(String) - Constructor for exception org.opencredo.esper.InvalidEsperConfigurationException
 
InvalidEsperConfigurationException(String, Throwable) - Constructor for exception org.opencredo.esper.InvalidEsperConfigurationException
 

M

mapRow(EventBean) - Method in interface org.opencredo.esper.ParameterizedEsperRowMapper
Implementations should return the object representation of the current row as supplied by the EventBean.

N

NativeEPStatementCallback - Interface in org.opencredo.esper
Provides a callback hook in order to expose the underlying Esper resources, such as the EPStatement.

O

org.opencredo.esper - package org.opencredo.esper
 
org.opencredo.esper.config.xml - package org.opencredo.esper.config.xml
 
org.opencredo.esper.spring - package org.opencredo.esper.spring
 

P

ParameterizedEsperRowMapper<T> - Interface in org.opencredo.esper
Provides a callback to map a set of results from Esper, in a notional row.
parseInternal(Element, ParserContext) - Method in class org.opencredo.esper.config.xml.EsperStatementParser
 
parseInternal(Element, ParserContext) - Method in class org.opencredo.esper.config.xml.EsperTemplateParser
 
parseListeners(Element, ParserContext) - Method in class org.opencredo.esper.config.xml.EsperListenerParser
Parses out a set of configured esper statement listeners.
parseStatements(Element, ParserContext) - Method in class org.opencredo.esper.config.xml.EsperStatementParser
Parses out the individual statement elements for further processing.

S

sendEvent(Object) - Method in class org.opencredo.esper.EsperTemplate
 
sendEvent(Object) - Method in interface org.opencredo.esper.EsperTemplateOperations
Instructs the template to send an event to Esper.
setBeanName(String) - Method in class org.opencredo.esper.spring.EsperTemplateBean
 
setConfiguration(Resource) - Method in class org.opencredo.esper.EsperTemplate
 
setConfiguration(Resource) - Method in interface org.opencredo.esper.EsperTemplateOperations
Set the location of the XML Esper configuration resource.
setListeners(Set<UpdateListener>) - Method in class org.opencredo.esper.EsperStatement
 
setName(String) - Method in class org.opencredo.esper.EsperTemplate
 
setName(String) - Method in interface org.opencredo.esper.EsperTemplateOperations
Sets the name used to identify this template and its resources within Esper.
setStatements(Set<EsperStatement>) - Method in class org.opencredo.esper.EsperTemplate
 
setStatements(Set<EsperStatement>) - Method in interface org.opencredo.esper.EsperTemplateOperations
Add a collection of EsperStatement to the template.
setSubscriber(Object) - Method in class org.opencredo.esper.EsperStatement
 
setUnmatchedListener(UnmatchedListener) - Method in class org.opencredo.esper.EsperTemplate
 
setUnmatchedListener(UnmatchedListener) - Method in interface org.opencredo.esper.EsperTemplateOperations
Specify the listener that should be notified of any unmatched events.
shouldGenerateId() - Method in class org.opencredo.esper.config.xml.EsperStatementParser
 
shouldGenerateId() - Method in class org.opencredo.esper.config.xml.EsperTemplateParser
 
shouldGenerateIdAsFallback() - Method in class org.opencredo.esper.config.xml.EsperStatementParser
 
shouldGenerateIdAsFallback() - Method in class org.opencredo.esper.config.xml.EsperTemplateParser
 
start() - Method in class org.opencredo.esper.EsperStatement
Starts events being collated according to the statement's filter query
STATEMENT_QUERY_ATTRIBUTE - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 
STATEMENT_SUBSCRIBER_REF_ATTRIBUTE - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 
stop() - Method in class org.opencredo.esper.EsperStatement
Stops the underlying native statement from applying its filter query.

U

UNMATCHED_LISTENER_ATTRIBUTE - Static variable in class org.opencredo.esper.config.xml.EsperNamespaceUtils
 

A B C D E G I M N O P S U

Copyright © 2010. All Rights Reserved.