anon.xmlrpc.server
Class ClientEntry

java.lang.Object
  extended by anon.xmlrpc.server.ClientEntry

 class ClientEntry
extends java.lang.Object


Field Summary
private  java.util.Hashtable m_hashtableChannels
           
private  int m_id
           
 
Constructor Summary
ClientEntry(int id)
           
 
Method Summary
 void addChannel(AnonChannel c)
           
 AnonChannel getChannel(java.lang.Integer id)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_id

private int m_id

m_hashtableChannels

private java.util.Hashtable m_hashtableChannels
Constructor Detail

ClientEntry

ClientEntry(int id)
Method Detail

hashCode

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

addChannel

public void addChannel(AnonChannel c)

getChannel

public AnonChannel getChannel(java.lang.Integer id)