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.
|
String |
getOwnerAgentName()
The agent that own this lock.
|
String |
getUserID()
The lock owner's userID.
|
String getAgentName()
String getOwnerAgentName()
int getMaxLevel()
String getUserID()
Copyright © 2019 LSST. All rights reserved.