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.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   
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.
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.
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
          Interface to add and remove update listeners receiving events for an EP statement.
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.
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.
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
          Interface to add and remove update listeners receiving events for an EP statement.
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.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.util
EPException
          This exception is thrown to indicate a problem in administration and runtime.