|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementLockFactory | |
---|---|
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 |
Uses of StatementLockFactory in net.esper.core |
---|
Classes in net.esper.core that implement StatementLockFactory | |
---|---|
class |
StatementLockFactoryImpl
Provides statement-level locks. |
Methods in net.esper.core that return StatementLockFactory | |
---|---|
StatementLockFactory |
EPServicesContext.getStatementLockFactory()
Factory for statement-level locks. |
Constructors in net.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)
Constructor - sets up new set of services. |
Uses of StatementLockFactory in net.esper.eql.named |
---|
Constructors in net.esper.eql.named with parameters of type StatementLockFactory | |
---|---|
NamedWindowServiceImpl(StatementLockFactory statementLockFactory,
VariableService variableService)
Ctor. |
Uses of StatementLockFactory in net.esper.util |
---|
Methods in net.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |