com.ibm.ulc.comm
Class ExitWriterRequest

java.lang.Object
  |
  +--com.ibm.ulc.util.UlcObject
        |
        +--com.ibm.ulc.comm.Request
              |
              +--com.ibm.ulc.comm.ExitWriterRequest

public class ExitWriterRequest
extends Request

This request is posted into the writer queue to wake up the thread that is servicing it so that it can be killed.

See Also:
Serialized Form

Constructor Summary
ExitWriterRequest()
           
 
Method Summary
 void dispatch()
           
 
Methods inherited from class com.ibm.ulc.comm.Request
dump, getByteCount, getName, read, readEx, write, writeEx
 
Methods inherited from class com.ibm.ulc.util.UlcObject
trouble, trouble2, trouble2Err, troubleErr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitWriterRequest

public ExitWriterRequest()
Method Detail

dispatch

public void dispatch()
Overrides:
dispatch in class Request