| Package | Description |
|---|---|
| net.bolbat.kit.orchestrator.exception |
Orchestrator exceptions. |
| net.bolbat.kit.orchestrator.impl |
Orchestrator implementation. |
| Constructor and Description |
|---|
ConcurrentOverflowException(ExecutionInfo info)
Public constructor.
|
ExecutionTimeoutException(ExecutionInfo info)
Public constructor.
|
ExecutorOverflowException(ExecutionInfo info)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionInfo |
ExecutionInfo.getClassInfo() |
static ExecutionInfo |
ExecutionCaches.getInfo(String id)
Get cached
ExecutionInfo. |
protected static ExecutionInfo |
ExecutionHandler.resolveInstanceInfo(String instanceId,
Object instance)
Resolve (with lazy initialization)
ExecutionInfo for instance. |
protected static ExecutionInfo |
ExecutionHandler.resolveInstanceMethodInfo(String instanceId,
Object instance,
String instanceMethodId,
Method method)
Resolve (with lazy initialization)
ExecutionInfo for method. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExecutionCaches.cacheInfo(String id,
ExecutionInfo info)
Cache
ExecutionInfo. |
static Object |
ExecutionUtils.invoke(Object instance,
Method method,
Object[] args,
ExecutionInfo info)
Invoke on executor.
|
void |
ExecutionInfo.setClassInfo(ExecutionInfo aClassInfo) |
Copyright © 2013–2019 BB Corp. All rights reserved.