|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.scu.BasicMultiCStoreProgressListener
public class BasicMultiCStoreProgressListener
A default empty implementation of MultiCStoreProgressListener
| Constructor Summary | |
|---|---|
BasicMultiCStoreProgressListener()
|
|
| Method Summary | |
|---|---|
void |
bytesSent(long numberOfBytesSent)
will be called every time a buffer of bytes has been sent to the remote AE. |
void |
bytesTotal(long totalNumberOfBytes)
will be called right before the C-STORE items will be sent. |
void |
itemStored(CStoreItemResult storeItemResult)
will be called every time an item has been sent to the remote AE. |
void |
itemWillStore(AssociationItem associationItem)
will be called every time the sending of an item to the remote AE will be started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicMultiCStoreProgressListener()
| Method Detail |
|---|
public void bytesSent(long numberOfBytesSent)
MultiCStoreProgressListener
bytesSent in interface MultiCStoreProgressListenernumberOfBytesSent - the accumulative total number of bytes that have been sent.public void bytesTotal(long totalNumberOfBytes)
MultiCStoreProgressListener
bytesTotal in interface MultiCStoreProgressListenertotalNumberOfBytes - the total number of bytes that will be sent to the remote AE.
public void itemWillStore(AssociationItem associationItem)
throws StoreContinueVetoException
MultiCStoreProgressListener
itemWillStore in interface MultiCStoreProgressListenerassociationItem - the item that will be sent
StoreContinueVetoException - throw this if you want to interrupt the current C-STORE operation.
public void itemStored(CStoreItemResult storeItemResult)
throws StoreContinueVetoException
MultiCStoreProgressListener
itemStored in interface MultiCStoreProgressListenerstoreItemResult - the result of the C-STORE operation of 1 item.
StoreContinueVetoException - throw this if you want to interrupt the current C-STORE operation.
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||