Uses of Package
net.esper.client

Packages that use net.esper.client
net.esper.client This package defines the central Esper Client APIs. 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.emit Package for emitting events 
net.esper.eql.db Database SQL polling views and caches 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.event This package defines the Esper Client event API. 
net.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
net.esper.event.xml XML event wrappers 
net.esper.indicator.jmx Classes for indicating events through a JMX console 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Classes in net.esper.client used by net.esper.client
Configuration
          An instance of Configuration allows the application to specify properties to be used when creating a EPServiceProvider.
ConfigurationAdapterLoader
          Holds configuration for an input/output adapter loader.
ConfigurationDBRef
          Container for database configuration information, such as options around getting a database connection and options to control the lifecycle of connections and set connection parameters.
ConfigurationDBRef.ConnectionFactoryDesc
          Marker for different connection factory settings.
ConfigurationDBRef.ConnectionLifecycleEnum
          Enum controlling connection lifecycle.
ConfigurationDBRef.ConnectionSettings
          Supplies connectioon-level settings for a given database name.
ConfigurationDBRef.DataCacheDesc
          Marker for different cache settings.
ConfigurationEventTypeLegacy
          Configuration information for legacy (non-JavaBean) event types.
ConfigurationEventTypeLegacy.AccessorStyle
          Accessor style defines the methods of a class that are automatically exposed via event property.
ConfigurationEventTypeLegacy.CodeGeneration
          Enum to control code generation.
ConfigurationEventTypeLegacy.LegacyFieldPropDesc
          Encapsulates information about an accessor field backing a named event property.
ConfigurationEventTypeLegacy.LegacyMethodPropDesc
          Encapsulates information about an accessor method backing a named event property.
ConfigurationEventTypeXMLDOM
          Configuration object for enabling the engine to process events represented as XML DOM document nodes.
ConfigurationEventTypeXMLDOM.XPathPropertyDesc
          Descriptor class for event properties that are resolved via XPath-expression.
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationOperations
          Provides configuration operations for configuration-time and runtime parameters.
ConfigurationPlugInAggregationFunction
          Configuration information for plugging in a custom aggregation function.
ConfigurationPlugInPatternObject
          Configuration information for plugging in a custom view.
ConfigurationPlugInPatternObject.PatternObjectType
          Choice for type of pattern object.
ConfigurationPlugInView
          Configuration information for plugging in a custom view.
EmittedListener
          Listener interface for events emitted from an EPRuntime.
EPAdministrator
          Administrative interface to the event stream processing engine.
EPException
          This exception is thrown to indicate a problem in administration and runtime.
EPIterable
          Interface to iterate over events.
EPListenable
          Interface to add and remove update listeners.
EPRuntime
          Interface to event stream processing runtime services.
EPServiceProvider
          This class provides access to the EPRuntime and EPAdministrator implementations.
EPStatement
          Statement interface that provides methods to start, stop and destroy a statement as well as get statement information such as statement name, expression text and current state.
EPStatementState
          Enumerates all statement states.
UpdateListener
          Defines an interface to notify of new and old events.
 

Classes in net.esper.client used by net.esper.core
Configuration
          An instance of Configuration allows the application to specify properties to be used when creating a EPServiceProvider.
ConfigurationAdapterLoader
          Holds configuration for an input/output adapter loader.
ConfigurationDBRef
          Container for database configuration information, such as options around getting a database connection and options to control the lifecycle of connections and set connection parameters.
ConfigurationEventTypeLegacy
          Configuration information for legacy (non-JavaBean) event types.
ConfigurationEventTypeXMLDOM
          Configuration object for enabling the engine to process events represented as XML DOM document nodes.
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationOperations
          Provides configuration operations for configuration-time and runtime parameters.
ConfigurationPlugInAggregationFunction
          Configuration information for plugging in a custom aggregation function.
ConfigurationPlugInPatternObject
          Configuration information for plugging in a custom view.
ConfigurationPlugInView
          Configuration information for plugging in a custom view.
EmittedListener
          Listener interface for events emitted from an EPRuntime.
EPAdministrator
          Administrative interface to the event stream processing engine.
EPException
          This exception is thrown to indicate a problem in administration and runtime.
EPIterable
          Interface to iterate over events.
EPListenable
          Interface to add and remove update listeners.
EPRuntime
          Interface to event stream processing runtime services.
EPServiceProvider
          This class provides access to the EPRuntime and EPAdministrator implementations.
EPStatement
          Statement interface that provides methods to start, stop and destroy a statement as well as get statement information such as statement name, expression text and current state.
EPStatementState
          Enumerates all statement states.
UpdateListener
          Defines an interface to notify of new and old events.
 

Classes in net.esper.client used by net.esper.emit
EmittedListener
          Listener interface for events emitted from an EPRuntime.
 

Classes in net.esper.client used by net.esper.eql.db
ConfigurationDBRef
          Container for database configuration information, such as options around getting a database connection and options to control the lifecycle of connections and set connection parameters.
ConfigurationDBRef.ConnectionSettings
          Supplies connectioon-level settings for a given database name.
ConfigurationDBRef.DataSourceConnection
          Connection factory settings for using a DataSource.
ConfigurationDBRef.DriverManagerConnection
          Connection factory settings for using a DriverManager.
 

Classes in net.esper.client used by net.esper.eql.parse
EPException
          This exception is thrown to indicate a problem in administration and runtime.
EPStatementException
          This exception is thrown to indicate a problem in statement creation, such as syntax error or type checking problem etc.
 

Classes in net.esper.client used by net.esper.event
ConfigurationEventTypeLegacy
          Configuration information for legacy (non-JavaBean) event types.
ConfigurationEventTypeXMLDOM
          Configuration object for enabling the engine to process events represented as XML DOM document nodes.
EPException
          This exception is thrown to indicate a problem in administration and runtime.
 

Classes in net.esper.client used by net.esper.event.property
ConfigurationEventTypeLegacy
          Configuration information for legacy (non-JavaBean) event types.
 

Classes in net.esper.client used by net.esper.event.xml
ConfigurationEventTypeXMLDOM
          Configuration object for enabling the engine to process events represented as XML DOM document nodes.
ConfigurationEventTypeXMLDOM.XPathPropertyDesc
          Descriptor class for event properties that are resolved via XPath-expression.
 

Classes in net.esper.client used by net.esper.indicator.jmx
UpdateListener
          Defines an interface to notify of new and old events.
 

Classes in net.esper.client used by net.esper.pattern
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationPlugInPatternObject
          Configuration information for plugging in a custom view.
 

Classes in net.esper.client used by net.esper.util
EPException
          This exception is thrown to indicate a problem in administration and runtime.
 

Classes in net.esper.client used by net.esper.view
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationPlugInView
          Configuration information for plugging in a custom view.