| java.lang.Object com.tc.object.lockmanager.api.Notify
Notify | public class Notify implements TCSerializable(Code) | | Stores info on a cluster-wide notify / notifyAll.
|
NULL | final public static Notify NULL(Code) | | Null instance of Notify
|
Notify | public Notify(LockID lockID, ThreadID threadID, boolean all)(Code) | | New initialized
Parameters: lockID - Lock identifier Parameters: threadID - Thread identifier Parameters: all - Whether notify or notifyAll |
Notify | public Notify()(Code) | | New uninitialized
|
getIsAll | public boolean getIsAll()(Code) | | flag frorm using notify() vs notifyall(). |
hashCode | public int hashCode()(Code) | | |
isNull | public boolean isNull()(Code) | | True if this is the null instance |
serializeTo | public void serializeTo(TCByteBufferOutput out)(Code) | | Serialize Notify to output
Parameters: out - Output stream |
|
|