
public class DummyLock extends Object implements AgentLock, Serializable
| Constructor and Description |
|---|
DummyLock(String agentName,
String ownerAgent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
public String getAgentName()
AgentLockgetAgentName in interface AgentLockpublic List<String> getOwnerAgentNames()
AgentLockgetOwnerAgentNames in interface AgentLockpublic int getMaxLevel()
AgentLockgetMaxLevel in interface AgentLockpublic String getUserID()
AgentLockCopyright © 2018 LSST. All rights reserved.