| Package | Description |
|---|---|
| org.lsst.ccs.scripting | |
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
static ScriptingSubsystemWrapper |
CCS.attachSubsystem(String target,
boolean lock)
Creates and instance of a ScriptingSubsystemWrapper by making sure that
the given
target corresponds to a CCS subsystem that is currently
alive.That method will attempt to acquire a lock only if lock is set to true. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentLockService.lockAgent(String agentName)
Request for this agent to obtain a lock on the given subsystem.
|
void |
AgentLockService.setLevelForAgent(String agentName,
int level)
Set this agent's operational level for the given subsystem.
|
Copyright © 2019 LSST. All rights reserved.