org.sourceforge.jemm.database.remote.shared
Interface RDbClientIF


public interface RDbClientIF

Interface for client callback from remote store server to client.

Author:
Rory Graves

Method Summary
 void lockAcquired(java.lang.String threadId, ID objectId)
          Lock acquired notification.
 

Method Detail

lockAcquired

void lockAcquired(java.lang.String threadId,
                  ID objectId)
Lock acquired notification.

Parameters:
threadId - The id of the thread who has acquired the lock on the given object.
objectId - the id of the object whose lock the thread has acquired.


Copyright © 2009. All Rights Reserved.