Inheritance diagram for collections::ship::factory::SupplierKey:
Public Member Functions | |
void | marshalEntry (TupleOutput keyOutput) |
void | unmarshalEntry (TupleInput keyInput) |
In this sample, SupplierKey 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 SupplierKey.java.
|
Construct the key or data tuple entry from the key or data object.
Implements com::sleepycat::bind::tuple::MarshalledTupleEntry. Definition at line 52 of file SupplierKey.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 57 of file SupplierKey.java. |