|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.CMailbox
public class CMailbox
The class that does most of the work. CMain creates one object for each mailbox to scan, sets some properties, and then launches this class.
| Constructor Summary | |
|---|---|
CMailbox()
|
|
| Method Summary | |
|---|---|
java.lang.String |
GetName()
Gets the name of the Mailbox |
void |
run()
Implementing Runnable This polls the mailbox for messages until told to shutdown. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMailbox()
| Method Detail |
|---|
public java.lang.String GetName()
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||