|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.starhope.appius.services.Clodia
public class Clodia
WRITEME: Document this type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
private boolean |
giveUp
When to give up on loading more |
private Thread |
myParent
Parent thread; if it stops, we stop. |
protected GeneralUser |
myUser
The user whose lists are being loaded |
private static Collection<Integer> |
userIDs
The set of user ID:s |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Clodia(GeneralUser who,
Thread parentThread)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
int |
compareTo(Thread arg0)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
void |
quit()
WRITEME: Document this method brpocock@star-hope.org |
boolean |
readyToGiveUp()
|
void |
run()
|
void |
sendList(String whichList,
List<UserListEntry> users)
WRITEME: Document this method brpocock@star-hope.org |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final GeneralUser myUser
private boolean giveUp
private final Thread myParent
private static Collection<Integer> userIDs
Constructor Detail |
---|
public Clodia(GeneralUser who, Thread parentThread)
who
- WRITEMEparentThread
- parent threadMethod Detail |
---|
public int compareTo(Thread arg0)
compareTo
in interface Comparable<Thread>
Comparable.compareTo(java.lang.Object)
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public void quit()
public boolean readyToGiveUp()
public void run()
run
in interface Runnable
run
in class Thread
Thread.run()
public void sendList(String whichList, List<UserListEntry> users)
whichList
- the list nameusers
- users on that list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |