Uses of Package
com.espertech.esper.event

Packages that use com.espertech.esper.event
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.agg Contains aggregation service and aggregators 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.epl.join Join process interfaces and glue code 
com.espertech.esper.epl.join.assemble Outer join result set assembly code 
com.espertech.esper.epl.join.exec Inner join execution 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.join.rep Outer join result set handling 
com.espertech.esper.epl.join.table Indexes for views 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.subquery Subquery helper classes are found here. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
com.espertech.esper.event This package defines the Esper Client event API. 
com.espertech.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
com.espertech.esper.event.xml XML event wrappers 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.indicator.jmx Classes for indicating events through a JMX console 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.plugin APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
com.espertech.esper.view.internal Internal management views for buffering view results and providing these to joins. 
com.espertech.esper.view.stat Views computing statistical values. 
com.espertech.esper.view.std Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. 
com.espertech.esper.view.window Window views are in this package 
 

Classes in com.espertech.esper.event used by com.espertech.esper.client
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.collection
EventBean
          Interface for event representation.
 

Classes in com.espertech.esper.event used by com.espertech.esper.core
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.agg
EventBean
          Interface for event representation.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.core
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.db
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.assemble
EventBean
          Interface for event representation.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.exec
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.plan
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.rep
EventBean
          Interface for event representation.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.table
EventBean
          Interface for event representation.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.lookup
EventBean
          Interface for event representation.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.named
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.spec
EventAdapterService
          Interface for a service to resolve event names to event type.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.subquery
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.variable
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.view
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event
BeanEventType
          Implementation of the EventType interface for handling JavaBean-type classes.
BeanEventTypeFactory
          Interface for a factory for obtaining BeanEventType instances.
DecoratingEventBean
          Interface for event types that provide decorating event properties as a name-value map.
EventAdapterException
          This exception is thrown to indicate a problem resolving an event type by name.
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventPropertyDescriptor
          Encapsulates the event property information available after introspecting an event's class members for getter methods.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventPropertyType
          Enumeration of property types.
EventSenderURIDesc
          Descriptor for URI-based event sender for plug-in event representations.
EventType
          This interface provides metadata on events.
MapEventType
          Implementation of the EventType interface for handling plain Maps containing name value pairs.
PropertyAccessException
          This exception is thrown to indicate a problem with a accessing a property of an EventBean.
TaggedCompositeEventBean
          Interface for composite events in which a property is itself an event.
TaggedCompositeEventType
          Interface for composite event type in which each property is itself an event.
TypedEventPropertyGetter
          Interface for property getters also returning type information for the property.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.property
BeanEventType
          Implementation of the EventType interface for handling JavaBean-type classes.
BeanEventTypeFactory
          Interface for a factory for obtaining BeanEventType instances.
EventBean
          Interface for event representation.
EventPropertyDescriptor
          Encapsulates the event property information available after introspecting an event's class members for getter methods.
EventPropertyGetter
          Get property values from an event instance for a given event property.
PropertyAccessException
          This exception is thrown to indicate a problem with a accessing a property of an EventBean.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.vaevent
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventType
          This interface provides metadata on events.
PropertyAccessException
          This exception is thrown to indicate a problem with a accessing a property of an EventBean.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.xml
BaseConfigurableEventType
          EventType than can be supplied with a preconfigured list of properties getters (aka.
EventBean
          Interface for event representation.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventType
          This interface provides metadata on events.
PropertyAccessException
          This exception is thrown to indicate a problem with a accessing a property of an EventBean.
TypedEventPropertyGetter
          Interface for property getters also returning type information for the property.
 

Classes in com.espertech.esper.event used by com.espertech.esper.filter
EventBean
          Interface for event representation.
EventPropertyGetter
          Get property values from an event instance for a given event property.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.indicator.jmx
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.pattern
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
 

Classes in com.espertech.esper.event used by com.espertech.esper.plugin
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.util
EventAdapterException
          This exception is thrown to indicate a problem resolving an event type by name.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.ext
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.internal
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.stat
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.std
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.window
EventBean
          Interface for event representation.
EventType
          This interface provides metadata on events.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com