|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.core
Class BSServedIDs

java.lang.Objectedu.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.
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |