org.glassfish.ha.store.spi
Interface StoreEntryEvaluator<K,V>

Type Parameters:
K - The key type
V - The value type
All Superinterfaces:
java.io.Serializable

public interface StoreEntryEvaluator<K,V>
extends java.io.Serializable

Author:
Mahesh.Kannan@Sun.Com

Method Summary
 java.lang.Object eval(K key, V value)
           
 

Method Detail

eval

java.lang.Object eval(K key,
                      V value)


Copyright © 2010. All Rights Reserved.