com.ibm.ulc.comm
Class DeferredRequest

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

public class DeferredRequest
extends Request

This type was created in VisualAge.

See Also:
Serialized Form

Constructor Summary
DeferredRequest(ORBConnection connection)
          This method was created in VisualAge.
 
Method Summary
 void dispatch()
          Check if the connection is not null before dispatching the request.
 void safeDispatch()
          This method should be overridden with user specic code.
 
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

DeferredRequest

public DeferredRequest(ORBConnection connection)
This method was created in VisualAge.
Parameters:
connection - com.ibm.ulc.comm.ORBConnection
Method Detail

dispatch

public final void dispatch()
Check if the connection is not null before dispatching the request.
Overrides:
dispatch in class Request

safeDispatch

public void safeDispatch()
This method should be overridden with user specic code.