Interface Locker.LockerCB

Enclosing interface:
Locker

public static interface Locker.LockerCB


Method Summary
 void report(int attempt)
          Report on progress of waiting for lockfile.
 

Method Detail

report

public void report(int attempt)
Report on progress of waiting for lockfile.

Parameters:
attempt - - zero-based number of the locking attempt.