| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.services.lock |
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<LockService.State,ImageIcon> |
Lock.ICON |
static EnumMap<LockService.State,ImageIcon> |
Lock.ICON_OFFLINE |
| Modifier and Type | Method and Description |
|---|---|
LockService.State |
Lock.getState()
Returns current state for the agent associated with this widget.
|
LockService.State |
Locker.getState()
Returns current state for the agent.
|
static LockService.State |
LockService.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockService.State[] |
LockService.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
LockService.getAgentNames(LockService.State... states)
Lists names of agents in the specified states.
|
List<Locker> |
LockService.getAgents(LockService.State... states)
Returns
Lockers for agents in one of the specified states.Like all getters of this class, this method should be called on EDT. |
Copyright © 2023 LSST. All rights reserved.