|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transportable
| Method Summary | |
|---|---|
java.lang.String |
getTransportName()
Returns the transport name used for externalization. |
void |
read(TransportReader reader)
Reads the state for this transportable from the specified reader. |
void |
write(TransportWriter writer)
Writes the state for this transportable to the specified writer. |
| Method Detail |
|---|
java.lang.String getTransportName()
void read(TransportReader reader)
throws java.text.ParseException
reader - the reader to read data from
java.text.ParseException - if a parse error occursvoid write(TransportWriter writer)
writer - the writer to write data to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||