com.tc.object.locks
Interface Notify

All Superinterfaces:
TCSerializable

public interface Notify
extends TCSerializable


Method Summary
 boolean getIsAll()
           
 LockID getLockID()
           
 ThreadID getThreadID()
           
 boolean isNull()
           
 
Methods inherited from interface com.tc.io.TCSerializable
deserializeFrom, serializeTo
 

Method Detail

isNull

boolean isNull()

getLockID

LockID getLockID()

getThreadID

ThreadID getThreadID()

getIsAll

boolean getIsAll()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.