Uses of Class
net.esper.core.EPStatementListenerSet

Packages that use EPStatementListenerSet
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of EPStatementListenerSet in net.esper.core
 

Methods in net.esper.core that return EPStatementListenerSet
 EPStatementListenerSet EPStatementSPI.getListenerSet()
          Returns the current set of listeners for read-only operations.
 EPStatementListenerSet EPStatementImpl.getListenerSet()
          Returns the set of listeners to the statement.
 

Methods in net.esper.core with parameters of type EPStatementListenerSet
 void EPStatementSPI.setListeners(EPStatementListenerSet listeners)
          Sets the statement listeners.
 void EPStatementListenerSet.setListeners(EPStatementListenerSet listenerSet)
          Set the update listener set to use.
 void EPStatementImpl.setListeners(EPStatementListenerSet listenerSet)
           
 void UpdateDispatchViewBase.setUpdateListeners(EPStatementListenerSet updateListeners)
          Set new update listeners.
 void StatementLifecycleSvcImpl.updatedListeners(String statementId, String statementName, EPStatementListenerSet listeners)
           
 void StatementLifecycleSvc.updatedListeners(String statementId, String statementName, EPStatementListenerSet listeners)
          Statements indicate that listeners have been added through this method.
 

Constructors in net.esper.core with parameters of type EPStatementListenerSet
UpdateDispatchViewBase(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService)
          Ctor.
UpdateDispatchViewBlockingSpin(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService, long msecTimeout)
          Ctor.
UpdateDispatchViewBlockingWait(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService, long msecTimeout)
          Ctor.
UpdateDispatchViewNonBlocking(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService)
          Ctor.
 


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