Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

collections::ship::marshal::ShipmentKey Class Reference

Inheritance diagram for collections::ship::marshal::ShipmentKey:

collections::ship::marshal::MarshalledKey

Public Member Functions

void unmarshalKey (TupleInput keyInput)
void marshalKey (TupleOutput keyOutput)

Detailed Description

A ShipmentKey serves as the key in the key/data pair for a shipment entity.

In this sample, ShipmentKey is bound to the stored key tuple entry by implementing the MarshalledKey interface, which is called by SampleViews.MarshalledKeyBinding.

Author:
Mark Hayes

Definition at line 24 of file ShipmentKey.java.


Member Function Documentation

void collections::ship::marshal::ShipmentKey::marshalKey TupleOutput  keyOutput  )  [inline]
 

Construct the key tuple entry from the key object.

Implements collections::ship::marshal::MarshalledKey.

Definition at line 65 of file ShipmentKey.java.

References com::sleepycat::bind::tuple::TupleOutput::writeString().

void collections::ship::marshal::ShipmentKey::unmarshalKey TupleInput  keyInput  )  [inline]
 

Construct the key object from the key tuple entry.

Implements collections::ship::marshal::MarshalledKey.

Definition at line 59 of file ShipmentKey.java.

References com::sleepycat::bind::tuple::TupleInput::readString().


The documentation for this class was generated from the following file:
Generated on Sun Dec 25 12:14:58 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2