Inheritance diagram for collections::ship::factory::ShipmentKey:
Public Member Functions | |
void | marshalEntry (TupleOutput keyOutput) |
void | unmarshalEntry (TupleInput keyInput) |
In this sample, ShipmentKey is bound to the stored key tuple entry by implementing the MarshalledTupleEntry interface, which is called by SampleViews.MarshalledKeyBinding.
Definition at line 25 of file ShipmentKey.java.
|
Construct the key or data tuple entry from the key or data object.
Implements com::sleepycat::bind::tuple::MarshalledTupleEntry. Definition at line 60 of file ShipmentKey.java. References com::sleepycat::bind::tuple::TupleOutput::writeString(). |
|
Construct the key or data object from the key or data tuple entry.
Implements com::sleepycat::bind::tuple::MarshalledTupleEntry. Definition at line 66 of file ShipmentKey.java. |