org.dcm4che.net
Interface FutureRSP


public interface FutureRSP

Simplified and specialized version of EDU.oswego.cs.dl.util.concurrent.FutureResult in Doug Lee's util.concurrent package.

Version:
$Revision: 3922 $ $Date: 2005-10-05 18:26:16 +0200 (Mi, 05 Okt 2005) $

Revisions:

yyyymmdd author:

Author:
Doug Lee, Gunter Zeilinger
See Also:

Method Summary
 Dimse get()
           
 java.io.IOException getException()
           
 boolean isReady()
           
 java.util.List listPending()
           
 Dimse peek()
           
 void set(Dimse rsp)
           
 void setException(java.io.IOException ex)
           
 

Method Detail

set

void set(Dimse rsp)

setException

void setException(java.io.IOException ex)

get

Dimse get()
          throws java.lang.InterruptedException,
                 java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException

listPending

java.util.List listPending()

getException

java.io.IOException getException()

isReady

boolean isReady()

peek

Dimse peek()