| Package | Description |
|---|---|
| com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
| com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionLock |
BasicLockProvider.newInstance(ExecutionLock.Scope lockScope,
String batchId) |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionLock |
ExecutionLock.NULL
Null implementation of
ExecutionLock. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ExecutionLock |
ExecutionLockProvider.newInstance(ExecutionLock.Scope lockScope,
String batchId)
Creates a new lock manager.
|
ExecutionLock |
ExecutionLockProvider.newInstance(String batchId)
Creates a new lock manager.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.