org.apache.activemq.memory
Class CacheEntry

java.lang.Object
  extended by org.apache.activemq.memory.CacheEntry

public class CacheEntry
extends java.lang.Object


Field Summary
 java.lang.Object key
           
 CacheEntry next
           
 CacheEntryList owner
           
 CacheEntry previous
           
 java.lang.Object value
           
 
Constructor Summary
CacheEntry(java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 boolean remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final java.lang.Object key

value

public final java.lang.Object value

next

public CacheEntry next

previous

public CacheEntry previous

owner

public CacheEntryList owner
Constructor Detail

CacheEntry

public CacheEntry(java.lang.Object key,
                  java.lang.Object value)
Method Detail

remove

public boolean remove()
Parameters:
entry -
Returns:
false if you are trying to remove the tail pointer.


Copyright © 2010 Apache Software Foundation. All Rights Reserved.