org.jboss.ejb.plugins
Class LRUEnterpriseContextCachePolicy.ContextLRUEntry

java.lang.Object
  |
  +--org.jboss.util.LRUCachePolicy.LRUCacheEntry
        |
        +--org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy.ContextLRUEntry
Enclosing class:
LRUEnterpriseContextCachePolicy

protected class LRUEnterpriseContextCachePolicy.ContextLRUEntry
extends LRUCachePolicy.LRUCacheEntry


Fields inherited from class org.jboss.util.LRUCachePolicy.LRUCacheEntry
m_key, m_next, m_object, m_prev, m_time
 
Constructor Summary
protected LRUEnterpriseContextCachePolicy.ContextLRUEntry(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUEnterpriseContextCachePolicy.ContextLRUEntry

protected LRUEnterpriseContextCachePolicy.ContextLRUEntry(java.lang.Object key,
                                                          java.lang.Object value)


Copyright © 2000 The jBoss Organization. All Rights Reserved.