|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tango.server.device.DeviceLocker
public final class DeviceLocker
Manage a tango device synchronization.
TransactionType
Constructor Summary | |
---|---|
DeviceLocker(TransactionType txType,
java.lang.Class<?> deviceClass)
Ctr |
Method Summary | |
---|---|
java.lang.Object |
getAttributeLock()
|
java.lang.Object |
getCommandLock()
|
TransactionType |
getTxType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceLocker(TransactionType txType, java.lang.Class<?> deviceClass)
txType
- lock typedeviceClass
- the class to lockMethod Detail |
---|
public java.lang.Object getAttributeLock()
public java.lang.Object getCommandLock()
public TransactionType getTxType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |