| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.services.lock |
| Modifier and Type | Method and Description |
|---|---|
static LockService.Operation |
LockService.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockService.Operation[] |
LockService.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockService.executeBulkOperation(LockService.Operation op,
List<String> agentNames)
Executes the specified operation on multiple agents.
|
void |
LockService.executeOperation(LockService.Operation op,
String agentName,
int level)
Executes the specified operation on the given agent.
|
Copyright © 2023 LSST. All rights reserved.