Uses of Interface
net.esper.util.ManagedLock

Packages that use ManagedLock
net.esper.collection Internal collection classes 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.named Named window classes are in this package 
net.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
net.esper.view.stream View to event stream relationship service 
 

Uses of ManagedLock in net.esper.collection
 

Constructors in net.esper.collection with parameters of type ManagedLock
SafeIteratorImpl(ManagedLock iteratorLock, Iterator<E> underlying)
          Ctor.
 

Uses of ManagedLock in net.esper.core
 

Methods in net.esper.core that return ManagedLock
 ManagedLock EPStatementHandle.getStatementLock()
          Returns statement resource lock.
 ManagedLock StatementLockFactoryImpl.getStatementLock(String statementName, String expressionText)
           
 ManagedLock StatementLockFactory.getStatementLock(String statementName, String expressionText)
          Create lock for statement
 

Methods in net.esper.core with parameters of type ManagedLock
 void EPStatementHandle.setStatementLock(ManagedLock statementLock)
          Sets the lock to use for the statement.
 

Constructors in net.esper.core with parameters of type ManagedLock
EPStatementHandle(String statementId, ManagedLock statementLock, String expressionText, boolean hasVariables)
          Ctor.
 

Uses of ManagedLock in net.esper.eql.named
 

Methods in net.esper.eql.named that return ManagedLock
 ManagedLock NamedWindowServiceImpl.getNamedWindowLock(String windowName)
           
 ManagedLock NamedWindowService.getNamedWindowLock(String windowName)
          Returns the statement lock for the named window, to be shared with on-delete statements for the same named window.
 

Methods in net.esper.eql.named with parameters of type ManagedLock
 void NamedWindowServiceImpl.addNamedWindowLock(String windowName, ManagedLock statementResourceLock)
           
 void NamedWindowService.addNamedWindowLock(String windowName, ManagedLock statementResourceLock)
          Sets the lock to use for a named window.
 

Uses of ManagedLock in net.esper.util
 

Classes in net.esper.util that implement ManagedLock
 class ManagedLockImpl
          Simple lock based on ReentrantLock that associates a name with the lock and traces locking and unlocking.
 

Uses of ManagedLock in net.esper.view.stream
 

Methods in net.esper.view.stream that return types with arguments of type ManagedLock
 Pair<EventStream,ManagedLock> StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 Pair<EventStream,ManagedLock> StreamFactoryService.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.
 


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