public interface ClusterFileLock
void lock()
throws LockException
LockExceptionboolean tryLock(long time,
java.util.concurrent.TimeUnit unit)
throws LockException
time - 超时等待时间unit - 时间单位LockExceptionvoid release()