|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProtocolWriter
The IProtocolWriter
defines writing record logs. It should be used in combination
with a custom ProtocolFactory
.
Method Summary | |
---|---|
void |
closeRecord(Record pRecord)
Closes a record and writes the protocol. |
Record |
openRecord(java.lang.String pCategory,
java.lang.String pCommand)
Opens a new record. |
Method Detail |
---|
Record openRecord(java.lang.String pCategory, java.lang.String pCommand)
pCategory
- the categorypCommand
- the command
void closeRecord(Record pRecord)
pRecord
- the record to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |