
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.
|
default String |
getOwnerName()
The user or agent that owns the lock
|
String |
getUserID()
The lock owner's userID.
|
String getAgentName()
String getOwnerAgentName()
int getMaxLevel()
String getUserID()
default String getOwnerName()
Copyright © 2020 LSST. All rights reserved.