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.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
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.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
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.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

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.
Configuration.PropertyResolutionStyle
          Enumeration of different resolution styles for resolving property names.
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.ColumnChangeCaseEnum
          Controls how output column names get reflected in the event type.
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.
ConfigurationDBRef.MetadataOriginEnum
          Indicates how the engine retrieves metadata about a statement's output columns.
ConfigurationEngineDefaults
          Provides access to engine configuration defaults for modification.
ConfigurationEngineDefaults.EventMeta
          Event representation metadata.
ConfigurationEngineDefaults.Logging
          Holds view logging settings other then the Apache commons or Log4J settings.
ConfigurationEngineDefaults.Threading
          Holds threading settings.
ConfigurationEngineDefaults.ViewResources
          Holds view resources 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.
ConfigurationInformation
          Provides configurations for an engine instance.
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.
EPPreparedStatement
          Precompiled statement that is prepared with substitution parameters and that can be created and started efficiently multiple times with different actual values for parameters.
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.
StatementAwareUpdateListener
          Defines an interface to notify of new and old events.
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.
ConfigurationEventTypeXMLDOM
          Configuration object for enabling the engine to process events represented as XML DOM document nodes.
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationInformation
          Provides configurations for an engine instance.
ConfigurationOperations
          Provides configuration operations for configuration-time and runtime parameters.
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.
EPPreparedStatement
          Precompiled statement that is prepared with substitution parameters and that can be created and started efficiently multiple times with different actual values for parameters.
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.
StatementAwareUpdateListener
          Defines an interface to notify of new and old events.
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.core
ConfigurationEngineDefaults
          Provides access to engine configuration defaults for modification.
 

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.ColumnChangeCaseEnum
          Controls how output column names get reflected in the event type.
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.
ConfigurationDBRef.MetadataOriginEnum
          Indicates how the engine retrieves metadata about a statement's output columns.
 

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.eql.spec
ConfigurationException
          Thrown to indicate a configuration problem.
ConfigurationPlugInPatternObject
          Configuration information for plugging in a custom view.
ConfigurationPlugInView
          Configuration information for plugging in a custom view.
 

Classes in net.esper.client used by net.esper.event
Configuration.PropertyResolutionStyle
          Enumeration of different resolution styles for resolving property names.
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.util
EPException
          This exception is thrown to indicate a problem in administration and runtime.