Package deltix.qsrv.hf.tickdb.pub.lock
Class DBLockImpl
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.pub.lock.DBLockImpl
-
-
Constructor Summary
Constructors Constructor Description DBLockImpl(LockType type, java.lang.String guid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getGuid()
LockType
getType()
Tells whether this lock is shared.int
hashCode()
-
-
-
Constructor Detail
-
DBLockImpl
public DBLockImpl(LockType type, java.lang.String guid)
-
-
Method Detail
-
getGuid
public java.lang.String getGuid()
-
getType
public LockType getType()
Description copied from interface:DBLock
Tells whether this lock is shared.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-