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

Quick Search    Search Deep

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

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

class ConnectionLog
extends java.lang.Object


Field Summary
(package private)  java.util.Hashtable m_hash
           
(package private)  com.synchrona.util.Log m_log
           
 
Constructor Summary
ConnectionLog(com.synchrona.util.Log log)
           
 
Method Summary
 void add(ConnectionInformation info)
           
 ConnectionInformation get(int connection)
           
 
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

ConnectionLog

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

add

public void add(ConnectionInformation info)

get

public ConnectionInformation get(int connection)