public interface CCS
| Modifier and Type | Method and Description |
|---|---|
ScriptingSubsystemWrapper |
attachSubsystem(String subsystemName)
Creates and instance of a ScriptingSubsystemWrapper by making sure that the given subsystemName
corresponds to a CCS subsystem that is currently available, not locked and alive.
|
boolean |
getThrowExceptions()
Returns true if exceptions are thrown, otherwise they are returned as the
Object on the invoke methods.
|
void |
setThrowExceptions(boolean throwExceptions)
In the scripting environment, exceptions resulted from method invocation can either
be thrown or returned.
|
void setThrowExceptions(boolean throwExceptions)
throwExceptions - boolean flag. If true exceptions will be thrown.boolean getThrowExceptions()
ScriptingSubsystemWrapper attachSubsystem(String subsystemName) throws RuntimeException
subsystemName - The name of the CCS subsystem. e.g. ccs-rafts.RuntimeExceptionCopyright © 2013 LSST. All Rights Reserved.