|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiCStoreProgressListener
A listener that is notified of C-STORE progress.
MultiCStoreSCU| 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. |
| Method Detail |
|---|
void bytesSent(long numberOfBytesSent)
numberOfBytesSent - the accumulative total number of bytes that have been sent.void bytesTotal(long totalNumberOfBytes)
totalNumberOfBytes - the total number of bytes that will be sent to the remote AE.
void itemWillStore(AssociationItem associationItem)
throws StoreContinueVetoException
associationItem - the item that will be sent
StoreContinueVetoException - throw this if you want to interrupt the current C-STORE operation.
void itemStored(CStoreItemResult storeItemResult)
throws StoreContinueVetoException
storeItemResult - 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 | ||||||||