org.ofbiz.base.concurrent
Interface DependencyPool.Item<I extends DependencyPool.Item<I,K,V>,K,V>

All Superinterfaces:
java.util.concurrent.Callable<V>
Enclosing class:
DependencyPool<K,I extends DependencyPool.Item<I,K,V>,V>

public static interface DependencyPool.Item<I extends DependencyPool.Item<I,K,V>,K,V>
extends java.util.concurrent.Callable<V>


Method Summary
 java.util.Collection<K> getDependencies()
           
 K getKey()
           
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

getKey

K getKey()

getDependencies

java.util.Collection<K> getDependencies()