| |
|
| java.lang.Object com.tc.objectserver.lockmanager.impl.ServerThreadContext
ServerThreadContext | class ServerThreadContext (Code) | | This class represents a "open" transaction (ie. one that holds locks). It's only purpose is to hold the proper
bookkeeping to do reasonably fast deadlock detection. Some day this might get merged with some of form of higher
level server transaction class, but that really doesn't exist yet
|
clearWaitingOn | synchronized boolean clearWaitingOn()(Code) | | |
getLocksHeld | synchronized Lock[] getLocksHeld()(Code) | | |
getWaitingOn | synchronized Lock getWaitingOn()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isClear | synchronized boolean isClear()(Code) | | |
isNull | public boolean isNull()(Code) | | |
isWaiting | synchronized boolean isWaiting()(Code) | | |
removeLock | synchronized boolean removeLock(Lock lock)(Code) | | |
setWaitingOn | synchronized void setWaitingOn(Lock lock)(Code) | | |
|
|
|