| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.jsr233 |
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<ExecuteMonitor,Date> |
ExecuteMonitoringPanel.cancelSet |
protected WeakHashMap<ExecuteMonitor,xyz.cofe.common.CloseableSet> |
ExecuteMonitoringPanel.executeMonitorListeners |
| Modifier and Type | Method and Description |
|---|---|
ExecuteMonitor<Script> |
ExecuteMonitor.cancel()
Отмена выполнения.
|
ExecuteMonitor<String> |
ScriptExecuting.getExecuteMonitor() |
ExecuteMonitor<Script> |
ExecuteMonitor.join()
Ждет завершения скрипта
|
ExecuteMonitor<Script> |
ExecuteMonitor.join(long millis)
Ждет завершения скрипта, указанное время
|
ExecuteMonitor<Script> |
ExecuteMonitor.start()
Выполняет скрипт
|
ExecuteMonitor<Script> |
ExecuteMonitor.startCancel(xyz.cofe.common.Reciver<ExecuteResult<Script>> consumer)
Отмена выполнения асинхронно.
|
ExecuteMonitor<String> |
Engine.submit(String script)
Отправляет скрипт на выполнение
|
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.list.EventList<ExecuteMonitor> |
ScriptService.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecuting<String> |
ScriptEventSupport.createScriptExecuting(ExecuteMonitor<String> em,
Engine engine,
TextDocument scriptDocument) |
protected xyz.cofe.common.CloseableSet |
ExecuteMonitoringPanel.executeMonitorListeners(ExecuteMonitor em,
boolean autoCreate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadMonitorImpl<Script>
Монитор выполнения скрипта - рабочих треод.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteMonitor<String> |
EngineImpl.submit(String script) |
Copyright © 2019. All rights reserved.