Inheritance diagram for collections::ship::marshal::PartKey:
Public Member Functions | |
void | unmarshalKey (TupleInput keyInput) |
void | marshalKey (TupleOutput keyOutput) |
In this sample, PartKey is bound to the stored key tuple entry by implementing the MarshalledKey interface, which is called by SampleViews.MarshalledKeyBinding.
Definition at line 24 of file PartKey.java.
|
Construct the key tuple entry from the key object. Implements collections::ship::marshal::MarshalledKey. Definition at line 56 of file PartKey.java. References com::sleepycat::bind::tuple::TupleOutput::writeString(). |
|
Construct the key object from the key tuple entry. Implements collections::ship::marshal::MarshalledKey. Definition at line 51 of file PartKey.java. References com::sleepycat::bind::tuple::TupleInput::readString(). |