Uses of Interface
com.espertech.esper.core.StatementLockFactory

Packages that use StatementLockFactory
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of StatementLockFactory in com.espertech.esper.core
 

Classes in com.espertech.esper.core that implement StatementLockFactory
 class StatementLockFactoryImpl
          Provides statement-level locks.
 

Methods in com.espertech.esper.core that return StatementLockFactory
 StatementLockFactory EPServicesContext.getStatementLockFactory()
          Factory for statement-level locks.
 

Constructors in com.espertech.esper.core with parameters of type StatementLockFactory
EPServicesContext(String engineURI, SchedulingService schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, OutputConditionFactory outputConditionFactory, TimerService timerService, FilterService filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService)
          Constructor - sets up new set of services.
 

Uses of StatementLockFactory in com.espertech.esper.epl.named
 

Constructors in com.espertech.esper.epl.named with parameters of type StatementLockFactory
NamedWindowServiceImpl(StatementLockFactory statementLockFactory, VariableService variableService)
          Ctor.
 

Uses of StatementLockFactory in com.espertech.esper.util
 

Methods in com.espertech.esper.util with parameters of type StatementLockFactory
 void ManagedLockImpl.acquireLock(StatementLockFactory statementLockFactory)
          Lock.
 void ManagedLock.acquireLock(StatementLockFactory statementLockFactory)
          Acquire a lock.
 void ManagedLockImpl.releaseLock(StatementLockFactory statementLockFactory)
          Unlock.
 void ManagedLock.releaseLock(StatementLockFactory statementLockFactory)
          Release a lock.
 


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