Class COM.ibm.jaws.models.trs.TripImpl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.models.trs.TripImpl

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.TripBase
                   |
                   +----COM.ibm.jaws.models.trs.TripImpl

public class TripImpl
extends TripBase
implements Trip, Activation
This is the implementation class for the interface Trip.
See Also:
TripBase, Trip

Constructor Index

 o TripImpl()
 o TripImpl(Object, String, String, String, Date, Date)

Method Index

 o externalizeToStream(OutputEDStream)
Use this method to export the Manageable object's essential data (ED) to a "sink" represented by an OutputEDStream.
 o internalizeFromStream(InputEDStream)
Use this method to import the Manageable object's essential data (ED) from a "source" represented by an InputEDStream.
 o release()
See Lifecycle.release

Constructors

 o TripImpl
  public TripImpl()
 o TripImpl
  public TripImpl(Object parm1,
                  String parm2,
                  String parm3,
                  String parm4,
                  Date parm5,
                  Date parm6)

Methods

 o externalizeToStream
  public void externalizeToStream(OutputEDStream out)
Use this method to export the Manageable object's essential data (ED) to a "sink" represented by an OutputEDStream.
Overrides:
externalizeToStream in class CommonBase
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream in)
Use this method to import the Manageable object's essential data (ED) from a "source" represented by an InputEDStream.
Overrides:
internalizeFromStream in class CommonBase
 o release
  public void release()
See Lifecycle.release

All Packages  Class Hierarchy  This Package  Previous  Next  Index