org.mule.util.store
Class MonitoredObjectStoreWrapper.StoredObject<T>

java.lang.Object
  extended by org.mule.util.store.MonitoredObjectStoreWrapper.StoredObject<T>
All Implemented Interfaces:
Serializable, DeserializationPostInitialisable
Enclosing class:
MonitoredObjectStoreWrapper<T extends Serializable>

protected static class MonitoredObjectStoreWrapper.StoredObject<T>
extends Object
implements Serializable, DeserializationPostInitialisable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mule.util.store.DeserializationPostInitialisable
DeserializationPostInitialisable.Implementation
 
Constructor Summary
MonitoredObjectStoreWrapper.StoredObject(T item, Long timestamp, Serializable key)
           
 
Method Summary
 T getItem()
           
 Serializable getKey()
           
 Long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoredObjectStoreWrapper.StoredObject

public MonitoredObjectStoreWrapper.StoredObject(T item,
                                                Long timestamp,
                                                Serializable key)
Method Detail

getItem

public T getItem()

getTimestamp

public Long getTimestamp()

getKey

public Serializable getKey()


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