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 | Method and Description |
---|---|
static ExecutionLock.Scope |
ExecutionLock.Scope.findFromSymbol(String symbol)
Returns an
ExecutionLock.Scope corresponded to the symbol. |
static ExecutionLock.Scope |
ExecutionLock.Scope.getDefault()
Returns the default scope.
|
static ExecutionLock.Scope |
ExecutionLock.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionLock.Scope[] |
ExecutionLock.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ExecutionLock |
ExecutionLockProvider.newInstance(ExecutionLock.Scope lockScope,
String batchId)
Creates a new lock manager.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.