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

Quick Search    Search Deep

edu.ou.kmi.buddyspace.core
Class BSServedIDs  view BSServedIDs download BSServedIDs.java

java.lang.Object
  extended byedu.ou.kmi.buddyspace.core.BSServedIDs

public class BSServedIDs
extends java.lang.Object

BSServedIDs provides storing of currently served PacketIDs.


Field Summary
protected  java.util.Vector ids
           
 
Constructor Summary
BSServedIDs()
          Constructor
 
Method Summary
 void add(PacketID id)
          Adds ID.
 boolean contains(java.lang.String id)
          Returns if given ID is served.
 void remove(java.lang.String id)
          Removes ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ids

protected java.util.Vector ids
Constructor Detail

BSServedIDs

public BSServedIDs()
Constructor

Method Detail

contains

public boolean contains(java.lang.String id)
Returns if given ID is served.


add

public void add(PacketID id)
Adds ID.


remove

public void remove(java.lang.String id)
Removes ID.