|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umich.eecs.tac.props.AbstractKeyedEntry<java.lang.String>
edu.umich.eecs.tac.props.AbstractStringEntry
public abstract class AbstractStringEntry
This class provides a skeletal implementation of the
AbstractKeyedEntry abstract class, where the key is a
Transportable object.
| Constructor Summary | |
|---|---|
AbstractStringEntry()
|
|
| Method Summary | |
|---|---|
protected void |
readKey(se.sics.isl.transport.TransportReader reader)
Reads in a "key" node and sets the key to the value of the backing attribute. |
protected void |
writeKey(se.sics.isl.transport.TransportWriter writer)
Creates and writes a "key" node and sets the backing attribute value to the key. |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractKeyedEntry |
|---|
getKey, getTransportName, read, readEntry, setKey, write, writeEntry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStringEntry()
| Method Detail |
|---|
protected final void readKey(se.sics.isl.transport.TransportReader reader)
throws java.text.ParseException
readKey in class AbstractKeyedEntry<java.lang.String>reader - the reader to read data from.
java.text.ParseException - if exeption occurs reading the key node and attribute.protected final void writeKey(se.sics.isl.transport.TransportWriter writer)
writeKey in class AbstractKeyedEntry<java.lang.String>writer - the writer to write data to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||