applications.proxy.main
Class MamCommunicator.TraitDescriptionThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--applications.proxy.main.MamCommunicator.TraitDescriptionThread

protected class MamCommunicator.TraitDescriptionThread
extends Thread

Description of the Class

Author:
igasp
created February 1, 2001

Field Summary
 protected longm_sleepTime
          Description of the Field

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

Method Summary
 protected longgetSleepTime()
          Gets the SleepTime attribute of the TraitDescriptionThread object
 voidrun()
          Main processing method for the TraitDescriptionThread object
 protected voidsetSleepTime(long sleepTime)
          Sets the SleepTime attribute of the TraitDescriptionThread 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

m_sleepTime

protected long m_sleepTime
Description of the Field
Since:
Method Detail

getSleepTime

protected long getSleepTime()
Gets the SleepTime attribute of the TraitDescriptionThread object
Returns: The SleepTime value
Since:

run

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

setSleepTime

protected void setSleepTime(long sleepTime)
Sets the SleepTime attribute of the TraitDescriptionThread object
Parameters:
sleepTime - The new SleepTime value
Since: