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) - Constructor for class com.espertech.esperio.AbstractCoordinatedAdapter
Ctor.
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.
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
 

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.subscription - package com.espertech.esperio.subscription
 
compare(SendableEvent, SendableEvent) - Method in class com.espertech.esperio.SendableEventComparator
 
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.
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

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.
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
 
getEventsPerSec() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
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.
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.
getNextRecord() - Method in class com.espertech.esperio.csv.CSVReader
Get the next record from the CSV file.
getPropertyOrder() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getPropertyTypes() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
getScheduleSlot() - Method in interface com.espertech.esperio.SendableEvent
Get the schedule slot for the entity that created this event
getScheduleSlot() - Method in class com.espertech.esperio.SendableMapEvent
 
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
getSendTime() - Method in class com.espertech.esperio.SendableMapEvent
 
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.
getTimestampColumn() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 

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(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.
isLooping() - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
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.
isUsingEngineThread() - 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

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(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 interface com.espertech.esperio.SendableEvent
Send the event into the runtime.
send(EPRuntime) - Method in class com.espertech.esperio.SendableMapEvent
 
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.
setAdapterInputSource(AdapterInputSource) - Method in class com.espertech.esperio.csv.CSVInputAdapterSpec
 
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
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.
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.SendableMapEvent
 

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