org.apache.jcs.engine.memory.util
Class MemoryElementDescriptor

java.lang.Object
  extended by org.apache.jcs.utils.struct.DoubleLinkedListNode
      extended by org.apache.jcs.engine.memory.util.MemoryElementDescriptor
All Implemented Interfaces:
java.io.Serializable

public class MemoryElementDescriptor
extends DoubleLinkedListNode

This wrapper is needed for double linked lists.

See Also:
Serialized Form

Field Summary
 ICacheElement ce
          The CacheElement wrapped by this descriptor
 
Fields inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode
next, prev
 
Constructor Summary
MemoryElementDescriptor(ICacheElement ce)
          Constructor for the MemoryElementDescriptor object
 
Method Summary
 
Methods inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode
getPayload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ce

public ICacheElement ce
The CacheElement wrapped by this descriptor

Constructor Detail

MemoryElementDescriptor

public MemoryElementDescriptor(ICacheElement ce)
Constructor for the MemoryElementDescriptor object

Parameters:
ce -


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.