| Package | Description |
|---|---|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAgentLockService.setLevelForAgent(String agentName,
int level) |
void |
LocalAgentLockService.setLevelForAgent(String agentName,
int level)
Set this agent's operational level for the given subsystem.
|
void |
AgentLockServiceDelegate.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.
|
protected void |
AbstractAgentLockServiceDelegate.setLevelInternal(String agentName,
int level) |
void |
RemoteAgentLockService.unlockAgent(String agentName) |
void |
AgentLockServiceDelegate.unlockAgent(String agentName)
Request for this agent to release a lock on the given subsystem.
|
void |
AgentLockService.unlockAgent(String agentName)
Request for this agent to release a lock on the given subsystem.
|
Copyright © 2023 LSST. All rights reserved.