org.objectweb.dream.channel
Class IPSocketManagerCachingImpl.CacheEntry

java.lang.Object
  extended byorg.objectweb.dream.channel.IPSocketManagerCachingImpl.CacheEntry
Enclosing class:
IPSocketManagerCachingImpl

protected class IPSocketManagerCachingImpl.CacheEntry
extends Object


Field Summary
protected  InetAddress inetAddress
           
protected  boolean inUse
           
protected  IPSocketManagerCachingImpl.CacheEntry next
           
protected  int port
           
protected  IPSocketManagerCachingImpl.CacheEntry prev
           
protected  SocketState socketState
           
 
Constructor Summary
protected IPSocketManagerCachingImpl.CacheEntry()
           
 
Method Summary
protected  void cacheRemove()
           
 boolean equals(Object obj)
           
 int hashCode()
           
protected  void lruAddAtFirst()
           
protected  void lruRemove()
           
protected  void lruSetAtfirst()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inetAddress

protected InetAddress inetAddress

port

protected int port

socketState

protected SocketState socketState

next

protected IPSocketManagerCachingImpl.CacheEntry next

prev

protected IPSocketManagerCachingImpl.CacheEntry prev

inUse

protected boolean inUse
Constructor Detail

IPSocketManagerCachingImpl.CacheEntry

protected IPSocketManagerCachingImpl.CacheEntry()
Method Detail

cacheRemove

protected void cacheRemove()

lruRemove

protected void lruRemove()

lruSetAtfirst

protected void lruSetAtfirst()

lruAddAtFirst

protected void lruAddAtFirst()

equals

public boolean equals(Object obj)
See Also:
Object.equals(Object)

hashCode

public int hashCode()
See Also:
Object.hashCode()


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.