org.apache.openejb.util
Interface Computable<K,V>

All Known Implementing Classes:
Memoizer

public interface Computable<K,V>


Method Summary
 V compute(K key)
           
 

Method Detail

compute

V compute(K key)
          throws InterruptedException
Throws:
InterruptedException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.