public interface AgentLock extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
The agent name this lock stands for.
|
int |
getMaxLevel()
The maximum level allowed by this lock.
|
List<String> |
getOwnerAgentNames()
The agents that own this lock.
|
String |
getUserID()
The lock owner's userID.
|
String getAgentName()
List<String> getOwnerAgentNames()
int getMaxLevel()
String getUserID()
Copyright © 2018 LSST. All rights reserved.