org.mule.util.store
Class PersistentObjectStorePartition.StoreValue<T>

java.lang.Object
  extended by org.mule.util.store.PersistentObjectStorePartition.StoreValue<T>
All Implemented Interfaces:
Serializable
Enclosing class:
PersistentObjectStorePartition<T extends Serializable>

public static class PersistentObjectStorePartition.StoreValue<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PersistentObjectStorePartition.StoreValue(Serializable key, T value)
           
 
Method Summary
 Serializable getKey()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentObjectStorePartition.StoreValue

public PersistentObjectStorePartition.StoreValue(Serializable key,
                                                 T value)
Method Detail

getKey

public Serializable getKey()

getValue

public T getValue()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.