| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| Modifier and Type | Method and Description |
|---|---|
AgentLockInfo.Status |
AgentLockInfo.getStatus() |
static AgentLockInfo.Status |
AgentLockInfo.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentLockInfo.Status[] |
AgentLockInfo.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AgentLockInfo(AgentLockInfo lock,
AgentLockInfo.Status status,
int level,
String token) |
AgentLockInfo(AgentLockInfo lock,
AgentLockInfo.Status status,
String token) |
AgentLockInfo(String agentName,
String owner,
int maxLevel,
AgentLockInfo.Status status,
String token,
AgentInfo originatingAgent) |
Copyright © 2024 LSST. All rights reserved.