|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.knup.jedi.jayshare.ServiceLookupList
Lookup up service information of currently available users.
Inner Class Summary | |
static class |
ServiceLookupList.Service
Service information. |
Field Summary | |
private java.util.TreeMap |
tree
Lookup list (actually a tree). |
Constructor Summary | |
ServiceLookupList()
Create a new ServiceLookupList. |
Method Summary | |
ServiceLookupList.Service |
getService(java.lang.String hashedID)
Search for the user's service information. |
void |
removeHashedID(java.lang.String hashedID)
Remove a user from the list. |
void |
setPair(java.lang.String hashedID,
ServiceLookupList.Service service)
Insert a new user and service information entry. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.TreeMap tree
Constructor Detail |
public ServiceLookupList()
Method Detail |
public void setPair(java.lang.String hashedID, ServiceLookupList.Service service)
hashedID
- is the user's hashed JID.service
- is the service information entry connected to the user.public void removeHashedID(java.lang.String hashedID)
public ServiceLookupList.Service getService(java.lang.String hashedID)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |