public class OCSCommandExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OCSCommandExecutor.OCSExecutor
A base class for all OCS command executors
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
acknowledgeCommand(OCSCommandExecutor.OCSExecutor command,
Duration timeout) |
protected void |
rejectCommand(OCSCommandExecutor.OCSExecutor command,
String reason) |
protected void |
reportComplete(OCSCommandExecutor.OCSExecutor command) |
protected void |
reportError(OCSCommandExecutor.OCSExecutor command,
Exception ex) |
protected void rejectCommand(OCSCommandExecutor.OCSExecutor command, String reason)
protected void acknowledgeCommand(OCSCommandExecutor.OCSExecutor command, Duration timeout)
protected void reportError(OCSCommandExecutor.OCSExecutor command, Exception ex)
protected void reportComplete(OCSCommandExecutor.OCSExecutor command)
Copyright © 2019 LSST. All rights reserved.