|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DimseRSP
API contract for DIMSE response objects (FutureDimseRSP, MultiFindRSP, SingleDimseRSP).
Method Summary | |
---|---|
void |
cancel(Association a)
Cancel the operation, if this is a DIMSE action that can be cancelled (such as C-FIND). |
DicomObject |
getCommand()
Get the response command object. |
DicomObject |
getDataset()
Get the dataset contained within this response, null if there is no dataset. |
boolean |
next()
Send the next response, returning false when complete. |
Method Detail |
---|
boolean next() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
- If there was a problem in the network interaction.
java.lang.InterruptedException
- If the thread was interrupted.DicomObject getCommand()
DicomObject getDataset()
void cancel(Association a) throws java.io.IOException
a
- Association The active association object.
java.io.IOException
- If there was a problem in the network interaction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |