org.sourceforge.jemm.database.persistent.berkeley
Class ClientLockKey

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.ClientLockKey

@Persistent
public class ClientLockKey
extends java.lang.Object


Constructor Summary
ClientLockKey()
           
ClientLockKey(ClientThreadId clientThreadId, ID objectId)
           
ClientLockKey(java.lang.String clientId, java.lang.String threadId, long objectId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientLockKey

public ClientLockKey()

ClientLockKey

public ClientLockKey(java.lang.String clientId,
                     java.lang.String threadId,
                     long objectId)

ClientLockKey

public ClientLockKey(ClientThreadId clientThreadId,
                     ID objectId)


Copyright © 2009. All Rights Reserved.