org.glassfish.ha.store.api
Interface StoreEntryProcessor<K,V extends java.io.Serializable>

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

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

Author:
Mahesh.Kannan@Sun.Com

Method Summary
 java.io.Serializable process(K key, V value)
           
 

Method Detail

process

java.io.Serializable process(K key,
                             V value)


Copyright © 2010. All Rights Reserved.