| 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 |
LocalAgentLockService.lockAgent(String agentName) |
void |
AgentLockService.lockAgent(String agentName)
Request for this agent to obtain a lock on the given subsystem.
|
void |
RemoteAgentLockService.lockAgent(String agentName) |
void |
AgentLockServiceDelegate.lockAgent(String agentName) |
void |
LocalAgentLockService.setLevelForAgent(String agentName,
int level)
Set this agent's operational level for the given subsystem.
|
void |
AgentLockService.setLevelForAgent(String agentName,
int level)
Set this agent's operational level for the given subsystem.
|
void |
RemoteAgentLockService.setLevelForAgent(String agentName,
int level) |
void |
AgentLockServiceDelegate.setLevelForAgent(String agentName,
int level)
Set this agent's operational level for the given subsystem.
|
protected void |
AbstractAgentLockServiceDelegate.setLockInternal(String agentName,
AgentLock lock) |
Copyright © 2019 LSST. All rights reserved.