|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A recorder provider to provide additonal interpreters for incoming messages. An IRecorderMessageProvider interprets messages sent from the RecorderAgent over the data channel. These messages are specified as a message (String) or data (a byte[]) and processed by the appropriate handler message. The implementing provider can then break down the data further into subcategories For an example of this:
AbstractRecorderMessageProvider| Method Summary | |
|---|---|
void |
complete()
|
void |
initialize()
|
boolean |
processDataFromDataProcessor(byte[] data)
|
boolean |
processMessage(java.lang.String str)
Called via the data processor to process a control string from the agent. |
| Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider |
|---|
getRecorder, getRecorderID, setRecorder, setRecorder |
| Method Detail |
public boolean processMessage(java.lang.String str)
str -
public boolean processDataFromDataProcessor(byte[] data)
data -
public void initialize()
throws java.io.IOException
java.io.IOExceptionpublic void complete()
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||