Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.loaders.remote.wrapper
Class DefaultEntryWrapper

java.lang.Object
  extended by org.infinispan.loaders.remote.wrapper.DefaultEntryWrapper
All Implemented Interfaces:
EntryWrapper<Object,Object>

public class DefaultEntryWrapper
extends Object
implements EntryWrapper<Object,Object>

DefaultEntryWrapper.

Since:
5.2
Author:
Tristan Tarrant

Constructor Summary
DefaultEntryWrapper()
           
 
Method Summary
 Object wrapKey(Object key)
           
 Object wrapValue(MetadataValue<?> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEntryWrapper

public DefaultEntryWrapper()
Method Detail

wrapKey

public Object wrapKey(Object key)
Specified by:
wrapKey in interface EntryWrapper<Object,Object>

wrapValue

public Object wrapValue(MetadataValue<?> value)
Specified by:
wrapValue in interface EntryWrapper<Object,Object>

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.