org.jdiameter.server.impl
Class PeerImpl.Entry

java.lang.Object
  extended by org.jdiameter.server.impl.PeerImpl.Entry
Enclosing class:
PeerImpl

public static class PeerImpl.Entry
extends java.lang.Object


Constructor Summary
PeerImpl.Entry(IConnection conn)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 IConnection getConnection()
           
 long getCreatedTime()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerImpl.Entry

public PeerImpl.Entry(IConnection conn)
Method Detail

getConnection

public IConnection getConnection()

getCreatedTime

public long getCreatedTime()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2008. All Rights Reserved.