A B C D E F G I J M O P R S T U V

A

AbstractCoordinatedAdapter - Class in com.espertech.esperio
A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
AbstractCoordinatedAdapter(EPServiceProvider, boolean, boolean) - Constructor for class com.espertech.esperio.AbstractCoordinatedAdapter
Ctor.
AbstractSendableEvent - Class in com.espertech.esperio
Base class for sendable event, provides timestamp and schedule slot.
AbstractSendableEvent(long, ScheduleSlot) - Constructor for class com.espertech.esperio.AbstractSendableEvent
Ctor.
acceptsEventBeanResolution(PlugInEventBeanReflectorContext) - Method in class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
acceptsType(PlugInEventTypeHandlerContext) - Method in class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
Adapter - Interface in com.espertech.esperio
An Adapter takes some external data, converts it into events, and sends it into the runtime engine.
adapter - Variable in class com.espertech.esperio.subscription.BaseSubscription
The output adapter to which the subscription applies.
AdapterCoordinator - Interface in com.espertech.esperio
A AdapterCoordinator coordinates several Adapters so that the events they send into the runtime engine arrive in some well-defined order, in effect making the several Adapters into one large sending Adapter.
AdapterCoordinatorImpl - Class in com.espertech.esperio
An implementation of AdapterCoordinator.
AdapterCoordinatorImpl(EPServiceProvider, boolean) - Constructor for class com.espertech.esperio.AdapterCoordinatorImpl
Ctor.
AdapterCoordinatorImpl(EPServiceProvider, boolean, boolean) - Constructor for class com.espertech.esperio.AdapterCoordinatorImpl
Ctor.
AdapterInputSource - Class in com.espertech.esperio
An input source for adapters.
AdapterInputSource(String) - Constructor for class com.espertech.esperio.AdapterInputSource
Ctor.
AdapterInputSource(URL) - Constructor for class com.espertech.esperio.AdapterInputSource
Ctor.
AdapterInputSource(File) - Constructor for class com.espertech.esperio.AdapterInputSource
Ctor.
AdapterInputSource(InputStream) - Constructor for class com.espertech.esperio.AdapterInputSource
Ctor.
AdapterInputSource(Reader) - Constructor for class com.espertech.esperio.AdapterInputSource
Ctor.
AdapterSPI - Interface in com.espertech.esperio
An Adapter takes some external data, converts it into events, and sends it into the runtime engine.
AdapterState - Enum in com.espertech.esperio
The state of a Adapter.
AdapterStateManager - Class in com.espertech.esperio
A utility to manage the state transitions for an InputAdapter.
AdapterStateManager() - Constructor for class com.espertech.esperio.AdapterStateManager
 
addNamespacePrefix(String, String) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Add a prefix and namespace name for use in XPath expressions refering to that prefix.
addXPathProperty(String, String, QName) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Adds an event property for which the engine uses the supplied XPath expression against a DOM document node to resolve a property value.
addXPathProperty(String, String, QName, String) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Adds an event property for which the engine uses the supplied XPath expression against a DOM document node to resolve a property value.
AxiomConfigurationParserXML - Class in com.espertech.esperio.representation.axiom
DOM-based parser for configuration XML for the Axiom event type representation.
AxiomConfigurationParserXML() - Constructor for class com.espertech.esperio.representation.axiom.AxiomConfigurationParserXML
 
AxiomEventBean - Class in com.espertech.esperio.representation.axiom
EventBean wrapper for XML documents.
AxiomEventBean(OMNode, EventType) - Constructor for class com.espertech.esperio.representation.axiom.AxiomEventBean
Ctor.
AxiomEventRepresentation - Class in com.espertech.esperio.representation.axiom
Plug-in event representation for Apache AXIOM.
AxiomEventRepresentation() - Constructor for class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
AxiomEventTypeHandler - Class in com.espertech.esperio.representation.axiom
Handles a given Apache Axiom event type.
AxiomEventTypeHandler(AxiomXMLEventType) - Constructor for class com.espertech.esperio.representation.axiom.AxiomEventTypeHandler
Ctor.
AxiomXMLEventType - Class in com.espertech.esperio.representation.axiom
Apache Axiom event type provides event metadata for Axiom OMDocument events.
AxiomXMLEventType(ConfigurationEventTypeAxiom) - Constructor for class com.espertech.esperio.representation.axiom.AxiomXMLEventType
Ctor.
AxiomXPathNamespaceContext - Class in com.espertech.esperio.representation.axiom
XPathContext for Jaxen compatibility.
AxiomXPathNamespaceContext() - Constructor for class com.espertech.esperio.representation.axiom.AxiomXPathNamespaceContext
 
AxiomXPathPropertyGetter - Class in com.espertech.esperio.representation.axiom
Implementation of a property getter for the Axiom XML data model.
AxiomXPathPropertyGetter(String, AXIOMXPath, QName, Class) - Constructor for class com.espertech.esperio.representation.axiom.AxiomXPathPropertyGetter
Ctor.
AxionEventBeanFactory - Class in com.espertech.esperio.representation.axiom
A event bean factory implementation that understands Apache Axiom OMNode events and that can look up the root element name to determine the right event type.
AxionEventBeanFactory(Map<String, AxiomXMLEventType>) - Constructor for class com.espertech.esperio.representation.axiom.AxionEventBeanFactory
Ctor.
AxionEventSender - Class in com.espertech.esperio.representation.axiom
A event sender implementation that understands Apache Axiom OMNode events and checks that the root element name matches the expected event type's root element name.
AxionEventSender(AxiomXMLEventType, EPRuntimeEventSender) - Constructor for class com.espertech.esperio.representation.axiom.AxionEventSender
Ctor.

B

BaseSubscription - Class in com.espertech.esperio.subscription
Subscription is a concept for selecting events for processing out of all events available from an engine instance.
BaseSubscription() - Constructor for class com.espertech.esperio.subscription.BaseSubscription
Ctor, assigns default name.

C

CLASSPATH_CONTEXT - Static variable in class com.espertech.esperio.SpringContext
Use to configure a classpath context.
close() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
Perform any actions specific to this Adapter that should be completed before the Adapter is stopped.
close() - Method in class com.espertech.esperio.AdapterCoordinatorImpl
Does nothing.
close() - Method in class com.espertech.esperio.csv.CSVInputAdapter
Close the CSVReader.
close() - Method in class com.espertech.esperio.csv.CSVReader
Close the source and release the input source.
close() - Method in class com.espertech.esperio.csv.CSVSource
Close the underlying resource.
com.espertech.esperio - package com.espertech.esperio
This package contains adapter framework classes applicable to multiple adapter implementations.
com.espertech.esperio.csv - package com.espertech.esperio.csv
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams
com.espertech.esperio.jms - package com.espertech.esperio.jms
 
com.espertech.esperio.representation.axiom - package com.espertech.esperio.representation.axiom
 
com.espertech.esperio.subscription - package com.espertech.esperio.subscription
 
compare(SendableEvent, SendableEvent) - Method in class com.espertech.esperio.SendableEventComparator
 
ConfigurationEventTypeAxiom - Class in com.espertech.esperio.representation.axiom
Configuration object for enabling the engine to process events represented as Axiom OMNode document nodes.
ConfigurationEventTypeAxiom() - Constructor for class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Ctor.
ConfigurationEventTypeAxiom.XPathPropertyDesc - Class in com.espertech.esperio.representation.axiom
Descriptor class for event properties that are resolved via XPath-expression.
ConfigurationEventTypeAxiom.XPathPropertyDesc(String, String, QName) - Constructor for class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Ctor.
ConfigurationEventTypeAxiom.XPathPropertyDesc(String, String, QName, Class) - Constructor for class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Ctor.
coordinate(InputAdapter) - Method in interface com.espertech.esperio.AdapterCoordinator
Coordinate an InputAdapter.
coordinate(InputAdapter) - Method in class com.espertech.esperio.AdapterCoordinatorImpl
 
CoordinatedAdapter - Interface in com.espertech.esperio
An Adapter that can be coordinated by an AdapterCoordinator.
create(Object, URI) - Method in class com.espertech.esperio.representation.axiom.AxionEventBeanFactory
 
CSVInputAdapter - Class in com.espertech.esperio.csv
An event Adapter that uses a CSV file for a source.
CSVInputAdapter(EPServiceProvider, CSVInputAdapterSpec) - Constructor for class com.espertech.esperio.csv.CSVInputAdapter
Ctor.
CSVInputAdapter(EPServiceProvider, AdapterInputSource, String) - Constructor for class com.espertech.esperio.csv.CSVInputAdapter
Ctor.
CSVInputAdapter(CSVInputAdapterSpec) - Constructor for class com.espertech.esperio.csv.CSVInputAdapter
Ctor for adapters that will be passed to an AdapterCoordinator.
CSVInputAdapter(AdapterInputSource, String) - Constructor for class com.espertech.esperio.csv.CSVInputAdapter
Ctor for adapters that will be passed to an AdapterCoordinator.
CSVInputAdapterSpec - Class in com.espertech.esperio.csv
A spec for CSVAdapters.
CSVInputAdapterSpec(AdapterInputSource, String) - Constructor for class com.espertech.esperio.csv.CSVInputAdapterSpec
Ctor.
CSVPropertyOrderHelper - Class in com.espertech.esperio.csv
A utility for resolving property order information based on a propertyTypes map and the first record of a CSV file (which might represent the title row).
CSVPropertyOrderHelper() - Constructor for class com.espertech.esperio.csv.CSVPropertyOrderHelper
 
CSVReader - Class in com.espertech.esperio.csv
A source that processes a CSV file and returns CSV records from that file.
CSVReader(AdapterInputSource) - Constructor for class com.espertech.esperio.csv.CSVReader
Ctor.
CSVSource - Class in com.espertech.esperio.csv
A wrapper for a Reader or an InputStream.
CSVSource(AdapterInputSource) - Constructor for class com.espertech.esperio.csv.CSVSource
Ctor.

D

destination - Variable in class com.espertech.esperio.jms.JMSOutputAdapter
JMS Destination.
destroy() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
destroy() - Method in interface com.espertech.esperio.Adapter
Destroy the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter.
destroy() - Method in class com.espertech.esperio.AdapterStateManager
Transition into the DESTROYED state.
destroy() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
destroy() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
destroy() - Method in class com.espertech.esperio.SpringContextLoader
 
disallowStateTransitions() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
disallowStateTransitions() - Method in class com.espertech.esperio.AdapterStateManager
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
disallowStateTransitions() - Method in interface com.espertech.esperio.CoordinatedAdapter
Disallow subsequent state changes and throw an IllegalStateTransitionException if they are attempted.

E

epServiceProviderSPI - Variable in class com.espertech.esperio.jms.JMSInputAdapter
Engine services.
ESPERIO_MAP_EVENT_TYPE - Static variable in interface com.espertech.esperio.InputAdapter
Use for MapMessage events to indicate the event type alias.
eventsToSend - Variable in class com.espertech.esperio.AbstractCoordinatedAdapter
Sorted events to be sent.
eventTypeAlias - Variable in class com.espertech.esperio.subscription.BaseSubscription
The event type of the events we are subscribing for.

F

FILE_APP_CONTEXT - Static variable in class com.espertech.esperio.SpringContext
Use to configure a file context.

G

get(String) - Method in class com.espertech.esperio.representation.axiom.AxiomEventBean
 
get(EventBean) - Method in class com.espertech.esperio.representation.axiom.AxiomXPathPropertyGetter
 
getAdapter() - Method in class com.espertech.esperio.subscription.BaseSubscription
 
getAdapter() - Method in interface com.espertech.esperio.subscription.Subscription
Returns the output adapter this subscription is associated with.
getAdapterInputSource() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getAndClearIsReset() - Method in class com.espertech.esperio.csv.CSVReader
Return and set to false the isReset value, which is set to true whenever the CSVReader is reset.
getAsReader() - Method in class com.espertech.esperio.AdapterInputSource
Return the reader if it was set, null otherwise.
getAsStream() - Method in class com.espertech.esperio.AdapterInputSource
Get the resource as an input stream.
getConfig() - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
Returns the configuration for the alias.
getDeepSuperTypes() - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getDefaultNamespace() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Returns the default namespace.
getEPServiceProvider() - Method in interface com.espertech.esperio.AdapterSPI
Returns the engine instance.
getEPServiceProvider() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
getEPServiceProvider() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
getEventBeanFactory(PlugInEventBeanReflectorContext) - Method in class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
getEventsPerSec() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getEventType() - Method in class com.espertech.esperio.representation.axiom.AxiomEventBean
 
getEventTypeAlias() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getEventTypeAlias() - Method in class com.espertech.esperio.subscription.BaseSubscription
 
getEventTypeAlias() - Method in interface com.espertech.esperio.subscription.Subscription
Returns the type name of the event type we are looking for.
getGetter(String) - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getJmsMessageMarshaller() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
Returns the JMS message marshaller.
getJmsMessageMarshaller() - Method in class com.espertech.esperio.jms.JMSSubscription
Returns the marshaller to use for this subscription.
getJmsMessageUnmarshaller() - Method in class com.espertech.esperio.jms.JMSInputAdapter
Returns the unmarshaller.
getJmsTemplate() - Method in class com.espertech.esperio.jms.SpringJMSTemplateInputAdapter
Returns the jms template.
getJmsTemplate() - Method in class com.espertech.esperio.jms.SpringJMSTemplateOutputAdapter
Returns the jms template.
getName() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Returns the event property name.
getNamespacePrefixes() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Returns the namespace prefixes in a map of prefix as key and namespace name as value.
getNextRecord() - Method in class com.espertech.esperio.csv.CSVReader
Get the next record from the CSV file.
getOptionalCastToType() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Returns the class that the return value of the xpath expression is cast to, or null if no casting.
getPropertyNames() - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getPropertyOrder() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getPropertyType(String) - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getPropertyTypes() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getResultClass() - Method in class com.espertech.esperio.representation.axiom.AxiomXPathPropertyGetter
 
getRootElementName() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Returns the root element name.
getRootElementNamespace() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Returns the root element namespace.
getScheduleSlot() - Method in class com.espertech.esperio.AbstractSendableEvent
 
getScheduleSlot() - Method in interface com.espertech.esperio.SendableEvent
Get the schedule slot for the entity that created this event
getSender(EPRuntimeEventSender) - Method in class com.espertech.esperio.representation.axiom.AxiomEventTypeHandler
 
getSendTime() - Method in class com.espertech.esperio.AbstractSendableEvent
 
getSendTime() - Method in interface com.espertech.esperio.SendableEvent
Get the send time of this event, relative to all the other events sent or read by the same entity
getState() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
getState() - Method in interface com.espertech.esperio.Adapter
Get the state of this Adapter.
getState() - Method in class com.espertech.esperio.AdapterStateManager
 
getState() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
getState() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
getSubscription(String) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
getSubscription(String) - Method in interface com.espertech.esperio.OutputAdapter
Returns a given subscription by it's name, or null if not found
getSubscriptionMap() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
getSubscriptionMap() - Method in interface com.espertech.esperio.OutputAdapter
Returns the subscriptions.
getSubscriptionName() - Method in class com.espertech.esperio.subscription.BaseSubscription
 
getSubscriptionName() - Method in interface com.espertech.esperio.subscription.Subscription
Returns the subscription name.
getSuperTypes() - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getTimestampColumn() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getType() - Method in class com.espertech.esperio.representation.axiom.AxiomEventTypeHandler
 
getType() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Returns the javax.xml.xpath.XPathConstants constant representing the event property type.
getTypeHandler(PlugInEventTypeHandlerContext) - Method in class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
getUnderlying() - Method in class com.espertech.esperio.representation.axiom.AxiomEventBean
 
getUnderlyingType() - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
getXpath() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
Returns the XPath expression.
getXPathProperties() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Returns a map of property name and descriptor for XPath-expression properties.

I

IllegalStateTransitionException - Exception in com.espertech.esperio
Thrown when an illegal Adapter state transition is attempted.
IllegalStateTransitionException(String) - Constructor for exception com.espertech.esperio.IllegalStateTransitionException
 
init(PlugInEventRepresentationContext) - Method in class com.espertech.esperio.representation.axiom.AxiomEventRepresentation
 
init(String, Properties, EPServiceProviderSPI) - Method in class com.espertech.esperio.SpringContextLoader
 
InputAdapter - Interface in com.espertech.esperio
An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
isExistsProperty(EventBean) - Method in class com.espertech.esperio.representation.axiom.AxiomXPathPropertyGetter
 
isLooping() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
isProperty(String) - Method in class com.espertech.esperio.representation.axiom.AxiomXMLEventType
 
isResettable() - Method in class com.espertech.esperio.AdapterInputSource
Return true if calling getStream() will return a new InputStream created from the resource, which, assuming that the resource hasn't been changed, will have the same information as all the previous InputStreams returned by getStream() before they were manipulated; return false if the call will return the same instance of InputStream that has already been obtained.
isResettable() - Method in class com.espertech.esperio.csv.CSVReader
Return true if this CSVReader supports the reset() method.
isResettable() - Method in class com.espertech.esperio.csv.CSVSource
Return true if the underlying resource is resettable.
isResolvePropertiesAbsolute() - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Indicates whether properties are compiled into absolute or deep XPath expressions (see setter method for more detail).
isUsingEngineThread() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
isUsingExternalTimer() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 

J

JMSDefaultAnyMessageUnmarshaller - Class in com.espertech.esperio.jms
Created for ESPER.
JMSDefaultAnyMessageUnmarshaller() - Constructor for class com.espertech.esperio.jms.JMSDefaultAnyMessageUnmarshaller
 
JMSDefaultMapMessageMarshaller - Class in com.espertech.esperio.jms
Marshals the response out of the event bean into a jms map message.
JMSDefaultMapMessageMarshaller() - Constructor for class com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
 
JMSInputAdapter - Class in com.espertech.esperio.jms
Created for ESPER.
JMSInputAdapter() - Constructor for class com.espertech.esperio.jms.JMSInputAdapter
 
JMSMessageMarshaller - Interface in com.espertech.esperio.jms
Interface for a marshaller that creates a JMS message given a JMS session and event.
jmsMessageMarshaller - Variable in class com.espertech.esperio.jms.JMSOutputAdapter
Marshaller to use.
jmsMessageUnmarshaller - Variable in class com.espertech.esperio.jms.JMSInputAdapter
Unmarshaller for JMS messages.
JMSMessageUnmarshaller - Interface in com.espertech.esperio.jms
Interface for a un-marshaller that takes a JMS message and creates or wraps an event object for use to send as an event into an engine instance.
JMSOutputAdapter - Class in com.espertech.esperio.jms
Implements a JMS output adapter.
JMSOutputAdapter() - Constructor for class com.espertech.esperio.jms.JMSOutputAdapter
 
JMSSubscription - Class in com.espertech.esperio.jms
Represents the JMS-aspects of a subscription.
JMSSubscription() - Constructor for class com.espertech.esperio.jms.JMSSubscription
Empty Ctor required for use with Spring.

M

mark(int) - Method in class com.espertech.esperio.csv.CSVSource
Set the mark position.
marshal(EventBean, Session, long) - Method in class com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
 
marshal(EventBean, Session, long) - Method in interface com.espertech.esperio.jms.JMSMessageMarshaller
Marshals the response out of the event bean.
matchFound(EventBean) - Method in class com.espertech.esperio.jms.JMSSubscription
 
matchFound(EventBean) - Method in class com.espertech.esperio.subscription.BaseSubscription
 

O

onMessage(Message) - Method in class com.espertech.esperio.jms.SpringJMSTemplateInputAdapter
 
OutputAdapter - Interface in com.espertech.esperio
An output adapter transforms engine events and

P

parse(String) - Static method in class com.espertech.esperio.representation.axiom.AxiomConfigurationParserXML
Parses the configuration XML.
pause() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
pause() - Method in interface com.espertech.esperio.Adapter
Pause the sending of events after a Adapter has been started.
pause() - Method in class com.espertech.esperio.AdapterStateManager
Transition into the PAUSED state.
pause() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
pause() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 

R

read() - Method in class com.espertech.esperio.AdapterCoordinatorImpl
 
read() - Method in interface com.espertech.esperio.CoordinatedAdapter
Get the next event in line to be sent into the runtime , or null if there is no available event.
read() - Method in class com.espertech.esperio.csv.CSVInputAdapter
 
read() - Method in class com.espertech.esperio.csv.CSVSource
Read from the underlying resource.
registerAdapter(OutputAdapter) - Method in class com.espertech.esperio.subscription.BaseSubscription
 
registerAdapter(OutputAdapter) - Method in interface com.espertech.esperio.subscription.Subscription
Sets the output adapter this subscription is associated with.
replaceFirstEventToSend() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
Remove the first member of eventsToSend and insert another event chosen in some fashion specific to this Adapter.
replaceFirstEventToSend() - Method in class com.espertech.esperio.AdapterCoordinatorImpl
Replace the first member of eventsToSend with the next event returned by the read() method of the same Adapter that provided the first event.
replaceFirstEventToSend() - Method in class com.espertech.esperio.csv.CSVInputAdapter
Remove the first member of eventsToSend.
reset() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
Reset all the changeable state of this Adapter, as if it were just created.
reset() - Method in class com.espertech.esperio.AdapterCoordinatorImpl
Reset all the changeable state of this ReadableAdapter, as if it were just created.
reset() - Method in class com.espertech.esperio.csv.CSVInputAdapter
Reset all the changeable state of this ReadableAdapter, as if it were just created.
reset() - Method in class com.espertech.esperio.csv.CSVReader
Reset the source to the beginning of the file.
reset() - Method in class com.espertech.esperio.csv.CSVSource
Reset to the beginning of the resource.
resetToMark() - Method in class com.espertech.esperio.csv.CSVSource
Reset to the last mark position.
resolvePropertyOrder(String[], Map<String, Class>) - Static method in class com.espertech.esperio.csv.CSVPropertyOrderHelper
Resolve the order of the properties that appear in the CSV file, from the first row of the CSV file.
resume() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
resume() - Method in interface com.espertech.esperio.Adapter
Resume sending events after the Adapter has been paused.
resume() - Method in class com.espertech.esperio.AdapterStateManager
Transition into the STARTED state (from the PAUSED state).
resume() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
resume() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 

S

scheduleSlot - Variable in class com.espertech.esperio.AbstractCoordinatedAdapter
Slot for scheduling.
send(EPRuntime) - Method in class com.espertech.esperio.AbstractSendableEvent
 
send(EventBean, JMSMessageMarshaller) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
Abstract send methods for marshalling and sending an event of to JMS care.
send(EventBean, JMSMessageMarshaller) - Method in class com.espertech.esperio.jms.SpringJMSTemplateOutputAdapter
 
send(EPRuntime) - Method in class com.espertech.esperio.SendableBeanEvent
 
send(EPRuntime) - Method in interface com.espertech.esperio.SendableEvent
Send the event into the runtime.
send(EPRuntime) - Method in class com.espertech.esperio.SendableMapEvent
 
SendableBeanEvent - Class in com.espertech.esperio
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
SendableBeanEvent(Map<String, Object>, Class, String, long, ScheduleSlot) - Constructor for class com.espertech.esperio.SendableBeanEvent
Converts mapToSend to an instance of beanClass
SendableEvent - Interface in com.espertech.esperio
A wrapper that packages an event up so that it can be sent into the caller-specified runtime.
SendableEventComparator - Class in com.espertech.esperio
A comparator that orders SendableEvents first on sendTime, and then on schedule slot.
SendableEventComparator() - Constructor for class com.espertech.esperio.SendableEventComparator
 
SendableMapEvent - Class in com.espertech.esperio
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
SendableMapEvent(Map<String, Object>, String, long, ScheduleSlot) - Constructor for class com.espertech.esperio.SendableMapEvent
Ctor.
sendEvent(Object) - Method in class com.espertech.esperio.representation.axiom.AxionEventSender
 
setAdapterInputSource(AdapterInputSource) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
setDefaultNamespace(String) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Sets the default namespace.
setDestination(Destination) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
Sets the JMS destination.
setEPService(EPServiceProvider) - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
setEPService(EPServiceProvider) - Method in interface com.espertech.esperio.CoordinatedAdapter
Set the epService
setEPService(EPServiceProvider) - Method in class com.espertech.esperio.csv.CSVInputAdapter
 
setEPServiceProvider(EPServiceProvider) - Method in interface com.espertech.esperio.AdapterSPI
An adapter takes an engine instance to process events.
setEPServiceProvider(EPServiceProvider) - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
setEPServiceProvider(EPServiceProvider) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
setEventsPerSec(int) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
Sets the number of events per seconds.
setEventTypeAlias(String) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
setEventTypeAlias(String) - Method in class com.espertech.esperio.subscription.BaseSubscription
Set the event type name we are looking for.
setIsUsingTitleRow(boolean) - Method in class com.espertech.esperio.csv.CSVReader
Set the isUsingTitleRow value.
setJmsMessageMarshaller(JMSMessageMarshaller) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
Sets the JMS message marshaller.
setJmsMessageMarshaller(JMSMessageMarshaller) - Method in class com.espertech.esperio.jms.JMSSubscription
Sets the marshaller to use for this subscription.
setJmsMessageUnmarshaller(JMSMessageUnmarshaller) - Method in class com.espertech.esperio.jms.JMSInputAdapter
Sets the unmarshaller to use.
setJmsTemplate(JmsTemplate) - Method in class com.espertech.esperio.jms.SpringJMSTemplateInputAdapter
Sets the Spring JMS template
setJmsTemplate(JmsTemplate) - Method in class com.espertech.esperio.jms.SpringJMSTemplateOutputAdapter
Sets the Spring JMS template
setLooping(boolean) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
setLooping(boolean) - Method in class com.espertech.esperio.csv.CSVReader
Set the looping value.
setPropertyOrder(String[]) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
setPropertyTypes(Map<String, Class>) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
Set the propertyTypes value
setResolvePropertiesAbsolute(boolean) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
When set to true (the default), indicates that when properties are compiled to XPath expressions that the compilation should generate an absolute XPath expression such as "/getQuote/request" for the simple request property, or "/getQuote/request/symbol" for a "request.symbol" nested property, wherein the root element node is "getQuote".
setRootElementName(String) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Sets the root element name.
setRootElementNamespace(String) - Method in class com.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom
Sets the root element namespace.
setScheduleSlot(ScheduleSlot) - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
setScheduleSlot(ScheduleSlot) - Method in interface com.espertech.esperio.CoordinatedAdapter
Set the scheduleSlot for this Adapter.
setSubscriptionMap(Map<String, Subscription>) - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
setSubscriptionMap(Map<String, Subscription>) - Method in interface com.espertech.esperio.OutputAdapter
Sets the subscriptions for the output adapter.
setSubscriptionName(String) - Method in class com.espertech.esperio.subscription.BaseSubscription
 
setSubscriptionName(String) - Method in interface com.espertech.esperio.subscription.Subscription
Sets the subscription name.
setTimestampColumn(String) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
Set the timestamp column name.
setUsingEngineThread(boolean) - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
setUsingEngineThread(boolean) - Method in interface com.espertech.esperio.CoordinatedAdapter
Set the usingEngineThread value
setUsingEngineThread(boolean) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
Set to true to use the engine timer thread for the work, or false to use the current thread.
setUsingExternalTimer(boolean) - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
Set to true to use esper's external timer mechanism instead of internal timing
setUsingExternalTimer(boolean) - Method in interface com.espertech.esperio.CoordinatedAdapter
Set the usingExternalTimer value
setUsingExternalTimer(boolean) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
Set to true to use esper's external timer mechanism instead of internal timing
SpringContext - Class in com.espertech.esperio
Supplies properties for use in configuration files to configure Spring application context.
SpringContext() - Constructor for class com.espertech.esperio.SpringContext
 
SpringContextLoader - Class in com.espertech.esperio
Loader for Spring-configured input and output adapters.
SpringContextLoader() - Constructor for class com.espertech.esperio.SpringContextLoader
Default Ctor needed for reflection instantiation.
SpringJMSTemplateInputAdapter - Class in com.espertech.esperio.jms
Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine.
SpringJMSTemplateInputAdapter() - Constructor for class com.espertech.esperio.jms.SpringJMSTemplateInputAdapter
 
SpringJMSTemplateOutputAdapter - Class in com.espertech.esperio.jms
Output adapter for sending engine events out into the JMS world using Spring JMS templates.
SpringJMSTemplateOutputAdapter() - Constructor for class com.espertech.esperio.jms.SpringJMSTemplateOutputAdapter
 
start() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
start() - Method in interface com.espertech.esperio.Adapter
Start the sending of events into the runtime egine.
start() - Method in class com.espertech.esperio.AdapterStateManager
Transition into the STARTED state (from the OPENED state).
start() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
start() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
startTime - Variable in class com.espertech.esperio.jms.JMSInputAdapter
Start time.
stateManager - Variable in class com.espertech.esperio.AbstractCoordinatedAdapter
Statement management.
stateManager - Variable in class com.espertech.esperio.jms.JMSInputAdapter
Manages adapter state.
stop() - Method in class com.espertech.esperio.AbstractCoordinatedAdapter
 
stop() - Method in interface com.espertech.esperio.Adapter
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
stop() - Method in class com.espertech.esperio.AdapterStateManager
Transition into the OPENED state.
stop() - Method in class com.espertech.esperio.jms.JMSInputAdapter
 
stop() - Method in class com.espertech.esperio.jms.JMSOutputAdapter
 
Subscription - Interface in com.espertech.esperio.subscription
Subscriptions are associated with an output adapter and dictate which events are sent to a given adapter.
subscriptionName - Variable in class com.espertech.esperio.subscription.BaseSubscription
The name of the subscription.

T

toString() - Method in class com.espertech.esperio.SendableBeanEvent
 
toString() - Method in class com.espertech.esperio.SendableMapEvent
 
translateNamespacePrefixToUri(String) - Method in class com.espertech.esperio.representation.axiom.AxiomXPathNamespaceContext
 

U

unmarshal(EventAdapterService, Message) - Method in class com.espertech.esperio.jms.JMSDefaultAnyMessageUnmarshaller
 
unmarshal(EventAdapterService, Message) - Method in interface com.espertech.esperio.jms.JMSMessageUnmarshaller
Unmarshal the given JMS message into an object for sending into the engine.

V

valueOf(String) - Static method in enum com.espertech.esperio.AdapterState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.espertech.esperio.AdapterState
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G I J M O P R S T U V
© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com