com.opensymphony.xwork2.inject.util
Class ReferenceCache.CallableCreate

java.lang.Object
  extended by com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
All Implemented Interfaces:
Callable<V>
Enclosing class:
ReferenceCache<K,V>

 class ReferenceCache.CallableCreate
extends Object
implements Callable<V>


Field Summary
(package private)  K key
           
 
Constructor Summary
ReferenceCache.CallableCreate(K key)
           
 
Method Summary
 V call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

K key
Constructor Detail

ReferenceCache.CallableCreate

public ReferenceCache.CallableCreate(K key)
Method Detail

call

public V call()
Specified by:
call in interface Callable<V>


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.