com.extrememessaging.ResponseMaster
Class CMailbox

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.CMailbox
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
CMailboxMBean

public class CMailbox
extends java.lang.Object
implements java.lang.Runnable

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

CMailbox

public CMailbox()
Method Detail

GetName

public java.lang.String GetName()
Gets the name of the Mailbox


run

public void run()
Implementing Runnable This polls the mailbox for messages until told to shutdown.

Specified by:
run in interface java.lang.Runnable