Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.synchrona.jred.irlap
Class DiscoveryLog  view DiscoveryLog download DiscoveryLog.java

java.lang.Object
  extended bycom.synchrona.jred.irlap.DiscoveryLog

class DiscoveryLog
extends java.lang.Object


Field Summary
(package private)  java.util.Hashtable m_hash
           
(package private)  com.synchrona.util.Log m_log
           
 
Constructor Summary
DiscoveryLog(com.synchrona.util.Log log)
           
 
Method Summary
 void add(DiscoveryInformation info)
           
 DiscoveryInformation get(int remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_hash

java.util.Hashtable m_hash

m_log

com.synchrona.util.Log m_log
Constructor Detail

DiscoveryLog

public DiscoveryLog(com.synchrona.util.Log log)
Method Detail

add

public void add(DiscoveryInformation info)

get

public DiscoveryInformation get(int remote)