|
Stanse
-1
|


Public Member Functions | |
| String | getName () |
| void | setNodeNumber (Integer nodeID) |
| Integer | getNodeNumber () |
| String | toString () |
| Lock | clone () |
| boolean | lockUp () throws LockingException |
| boolean | lockDown () throws LockingException |
| int | getState () |
| void | setState (int lockState) |
| int | joinLocks (Lock other) |
| Lock cz.muni.stanse.threadchecker.locks.Lock.clone | ( | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| String cz.muni.stanse.threadchecker.locks.Lock.getName | ( | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| Integer cz.muni.stanse.threadchecker.locks.Lock.getNodeNumber | ( | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| int cz.muni.stanse.threadchecker.locks.Lock.getState | ( | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| int cz.muni.stanse.threadchecker.locks.Lock.joinLocks | ( | Lock | other | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| boolean cz.muni.stanse.threadchecker.locks.Lock.lockDown | ( | ) | throws LockingException |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| boolean cz.muni.stanse.threadchecker.locks.Lock.lockUp | ( | ) | throws LockingException |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| void cz.muni.stanse.threadchecker.locks.Lock.setNodeNumber | ( | Integer | nodeID | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| void cz.muni.stanse.threadchecker.locks.Lock.setState | ( | int | lockState | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
| String cz.muni.stanse.threadchecker.locks.Lock.toString | ( | ) |
Implemented in cz.muni.stanse.threadchecker.locks.SpinLock.
1.8.6