|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The xaProgressListener
interface is implemented
by objects that monitor the progress of the transform; the methods
in this interface are invoked by code that performs the transform.
Method Summary | |
---|---|
boolean |
endFile(java.lang.String filename)
Notifies that sending the current file is finished |
boolean |
resultReceived()
Notifies that xml output has been received |
boolean |
resumeFile(java.lang.String filename)
Notifies that a previous file is resumed |
boolean |
rxBeat(int bytesRx)
Notifies that a given number of bytes have been received. |
boolean |
startFile(java.lang.String filename)
Notifies that a new file is about to be transmitted |
boolean |
txBeat(int bytesTx)
Notifies that a given number of bytes have been send. |
boolean |
waitForResult()
Notifies that xml input has been consumed, and the client is waiting for xml output to start |
Method Detail |
public boolean startFile(java.lang.String filename)
filename
- - name of file
public boolean resumeFile(java.lang.String filename)
filename
- - name of file
public boolean endFile(java.lang.String filename)
filename
- - name of file
public boolean waitForResult()
public boolean resultReceived()
public boolean txBeat(int bytesTx)
public boolean rxBeat(int bytesRx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |