com.web_visage.ichat
Interface IChatServiceThreadGroup

All Known Implementing Classes:
DefaultServiceThreadGroup

public interface IChatServiceThreadGroup

IChat service thread operations.

Author:
K.Baturytski

Method Summary
 void create()
          Creates threads.
 void shutdownAllExceptCurrent()
          Shutdowns all threads except currently running.
 void shutdownAllExceptOutputWriterAndCurrent()
          Shutdowns all threads expect output writer and currently running.
 void shutdownOutputWriter()
          Shutdowns output writer thread.
 void start()
          Starts the threads.
 

Method Detail

create

void create()
Creates threads.


start

void start()
Starts the threads.


shutdownAllExceptOutputWriterAndCurrent

void shutdownAllExceptOutputWriterAndCurrent()
Shutdowns all threads expect output writer and currently running.


shutdownOutputWriter

void shutdownOutputWriter()
Shutdowns output writer thread.


shutdownAllExceptCurrent

void shutdownAllExceptCurrent()
Shutdowns all threads except currently running.