org.globus.cog.karajan.util
Class ContactSet

java.lang.Object
  extended by org.globus.cog.karajan.util.ContactSet

public class ContactSet
extends Object


Field Summary
 List cl
           
 Map contacts
           
 
Constructor Summary
ContactSet()
           
 
Method Summary
 void addContact(BoundContact contact)
           
 BoundContact get(int index)
           
 BoundContact getContact(String ip)
           
 List getContacts()
           
 int indexOf(BoundContact contact)
           
 void removeContact(BoundContact contact)
           
 void setContacts(List cl)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contacts

public Map contacts

cl

public List cl
Constructor Detail

ContactSet

public ContactSet()
Method Detail

addContact

public void addContact(BoundContact contact)

removeContact

public void removeContact(BoundContact contact)

getContact

public BoundContact getContact(String ip)

size

public int size()

get

public BoundContact get(int index)

indexOf

public int indexOf(BoundContact contact)

getContacts

public List getContacts()

setContacts

public void setContacts(List cl)