02/28/2005
 

com.epicentric.common
Class LockSet

java.lang.Object
  |
  +--com.epicentric.common.LockSet

Deprecated. as of version 4.5, to be removed in 8.0 or later.

public class LockSet
extends Object

Synchronization utility for hash-safe keys. If different string objects have the same value, this class can be used to return the same object as long as it is still being referenced. This class thereby acts as a lock.


Constructor Summary
LockSet()
          Deprecated.  
 
Method Summary
 Object get(Object key)
          Deprecated.  
 Object get(String key)
          Deprecated.  
protected  Object getNewValue(Object key)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockSet

public LockSet()
Deprecated. 
Method Detail

get

public Object get(String key)
Deprecated. 

get

public Object get(Object key)
Deprecated. 

getNewValue

protected Object getNewValue(Object key)
Deprecated. 

02/28/2005
 

Copyright and Trademark Notices