applications.proxy.main
Class MooCommunicator.MooListener

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--applications.proxy.main.MooCommunicator.MooListener

class MooCommunicator.MooListener
extends Thread

Description of the Class

Author:
igasp
created January 25, 2001

Field Summary
 (package private) booleanmbActive
           
 (package private) StringBuffermsbMoo
           

Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY

Constructor Summary
MooCommunicator.MooListener()
          Constructor for the MooListener object

Method Summary
 private voiddispatchMamMessage(String message)
          Description of the Method
 protected voidprocessBlock()
          Description of the Method
 voidrun()
          Main processing method for the MooListener object
 voidsetActive(boolean active)
          Sets the Active attribute of the MooListener object

Methods inherited from class java.lang.Thread
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

mbActive

boolean mbActive

msbMoo

StringBuffer msbMoo
Constructor Detail

MooCommunicator.MooListener

public MooCommunicator.MooListener()
Constructor for the MooListener object
Since:
Method Detail

dispatchMamMessage

private void dispatchMamMessage(String message)
Description of the Method
Parameters:
message - Description of Parameter
Since:

processBlock

protected void processBlock()
Description of the Method
Since:

run

public void run()
Main processing method for the MooListener object
Since:

setActive

public void setActive(boolean active)
Sets the Active attribute of the MooListener object
Parameters:
active - The new Active value
Since: