org.mule.util.store
Class InMemoryObjectStore.StoredObject

java.lang.Object
  extended by org.mule.util.store.InMemoryObjectStore.StoredObject
Enclosing class:
InMemoryObjectStore

protected static class InMemoryObjectStore.StoredObject
extends Object

Represents the object stored in the store. This class holds the Object itslef and its ID.


Constructor Summary
InMemoryObjectStore.StoredObject(String id, Object item)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 Object getItem()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InMemoryObjectStore.StoredObject

public InMemoryObjectStore.StoredObject(String id,
                                        Object item)
Method Detail

getId

public String getId()

getItem

public Object getItem()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.