On 11-01-03 4:30 PM, Eduardo Martins wrote:
Why not?
public interface DistributedTaskContext {
<K, V> Cache<K, V> getCache(String cacheName);
Address getExecutionNode();
}
-- Eduardo
..............................................
http://emmartins.blogspot.com
http://redhat.com/solutions/telco
Yes, that seems to be a good approach. Galder already suggested this
instead of extending CacheContainer. I already corrected the original
proposal.
Cheers,
Vladimir