
public class DummyLock extends Object implements AgentLock, Serializable
| Constructor and Description |
|---|
DummyLock(String agentName,
String ownerAgent) |
DummyLock(String agentName,
String ownerAgent,
String userId) |
| 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.
|
String |
getOwnerAgentName()
The agent that own this lock.
|
String |
getUserID()
The lock owner's userID.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetOwnerNamepublic String getAgentName()
AgentLockgetAgentName in interface AgentLockpublic String getOwnerAgentName()
AgentLockgetOwnerAgentName in interface AgentLockpublic int getMaxLevel()
AgentLockgetMaxLevel in interface AgentLockpublic String getUserID()
AgentLockCopyright © 2019 LSST. All rights reserved.