LockGetter.java :  » Web-Framework » RSF » uk » org » ponder » rsf » state » Java Open Source

Java Open Source » Web Framework » RSF 
RSF » uk » org » ponder » rsf » state » LockGetter.java
/*
 * Created on 05-Jan-2006
 */
package uk.org.ponder.rsf.state;

/** Acquires unique objects, which have identity equality equivalent to
 * String equality on the supplied String. 
 * @author Antranig Basman (amb26@ponder.org.uk)
 *
 */

public interface LockGetter {
  public Object getLock(String lockname);
  public void returnLock(String lockname);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.