Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ciphermod.cipherchat
Class ChatChildTransmitter  view ChatChildTransmitter download ChatChildTransmitter.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ciphermod.cipherchat.ChatChildTransmitter
All Implemented Interfaces:
java.lang.Runnable

class ChatChildTransmitter
extends java.lang.Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  ChatGroup _group
           
private  java.lang.String _lastMessageId
           
private  java.io.DataOutputStream _out
           
private  boolean _stopRequested
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ChatChildTransmitter(java.io.DataOutputStream out, ChatGroup group)
           
 
Method Summary
protected  ChatGroup getGroup()
           
protected  java.lang.String getLastMessageId()
           
protected  java.io.DataOutputStream getOut()
           
 void pleaseStop()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
protected  void setGroup(ChatGroup group)
           
protected  void setLastMessageId(java.lang.String lastMessageId)
           
protected  void setOut(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, 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
 

Field Detail

_stopRequested

private boolean _stopRequested

_out

private java.io.DataOutputStream _out

_group

private ChatGroup _group

_lastMessageId

private java.lang.String _lastMessageId
Constructor Detail

ChatChildTransmitter

public ChatChildTransmitter(java.io.DataOutputStream out,
                            ChatGroup group)
Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


pleaseStop

public void pleaseStop()

setOut

protected void setOut(java.io.DataOutputStream out)

setGroup

protected void setGroup(ChatGroup group)

setLastMessageId

protected void setLastMessageId(java.lang.String lastMessageId)

getOut

protected java.io.DataOutputStream getOut()

getGroup

protected ChatGroup getGroup()

getLastMessageId

protected java.lang.String getLastMessageId()