|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementLockFactory | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
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,
boolean isShareViews)
Constructor - sets up new set of services. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |