|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.users.MultiUserSet
| Constructor Summary | |
MultiUserSet()
Deprecated. |
|
| Method Summary | |
boolean |
add(UserSet set)
Deprecated. Adds a UserSet to the queue of sets that this MultiUserSet will iterate over. |
void |
close()
Deprecated. Closes all UserSets remaining in the queue. |
protected void |
finalize()
Deprecated. Makes sure all database resources are returned when this object is garbage collected. |
int |
getNumUserSets()
Deprecated. Returns the number of UserSets remaining in the queue. |
User |
getUser()
Deprecated. Returns the next User from the queue or null if no more users are in the queue. |
boolean |
next()
Deprecated. Move the cursor forward one step in the queue of users. |
boolean |
next(int numUsers)
Deprecated. Move the cursor forward the given number of users. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiUserSet()
| Method Detail |
public boolean add(UserSet set)
public boolean next()
next in interface UserSetpublic boolean next(int numUsers)
next in interface UserSetpublic User getUser()
getUser in interface UserSetcom.epicentric.users.UserSetpublic int getNumUserSets()
public void close()
close in interface UserSetprotected void finalize()
finalize in class Object
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||