|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
things.thinger.service.actor.ActorServiceThread
public class ActorServiceThread
The actor service.
Version History
EPG - Initial - 12 MAY 07
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ActorServiceThread()
|
Method Summary | |
---|---|
void |
initialize(SystemInterface si,
java.net.Socket sock)
Initialize the lightweight service thread. |
void |
run()
The run method. |
void |
send(ActorMessage theMessage)
Send the message. |
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActorServiceThread()
Method Detail |
---|
public void initialize(SystemInterface si, java.net.Socket sock) throws java.lang.Throwable
si
- A system interface.sock
- The server socket.
java.lang.Throwable
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void send(ActorMessage theMessage) throws java.lang.Throwable
send
in interface ActorServiceContextInterface
theMessage
- The message to send.
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |