This project has retired. For details please refer to its
        
        Attic page.
      
 
MemoryLocks.LockToken (Apache Oozie Core 3.3.0 API)
org.apache.oozie.util
Class MemoryLocks.LockToken
java.lang.Object
  
org.apache.oozie.util.MemoryLocks.LockToken
- Enclosing class:
 - MemoryLocks
 
public class MemoryLocks.LockToken
- extends Object
 
Lock token returned when obtaining a lock, the token must be released when the lock is not needed anymore.
| 
Method Summary | 
 void | 
release()
 
          Release the lock. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
release
public void release()
- Release the lock.
 
 
Copyright © 2012 Apache Software Foundation. All Rights Reserved.