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

Class COM.ibm.jaws.models.trs.FlightPlanImpl

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.FlightPlanBase
                   |
                   +----COM.ibm.jaws.models.trs.FlightPlanImpl

public class FlightPlanImpl
extends FlightPlanBase
implements FlightPlan, Activation
This is the implementation class for the interface FlightPlan.
See Also:
FlightPlanBase, FlightPlan

Constructor Index

 o FlightPlanImpl()
 o FlightPlanImpl(Object, String, float)

Method Index

 o activate()
See Activation.activate
 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 prepareForExternalization()
See Activation.prepareForExternalization
 o release()
See Lifecycle.release
 o remove()
See Lifecycle.remove

Constructors

 o FlightPlanImpl
  public FlightPlanImpl()
 o FlightPlanImpl
  public FlightPlanImpl(Object parm1,
                        String parm2,
                        float parm3)

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
 o remove
  public void remove()
See Lifecycle.remove
 o activate
  public void activate()
See Activation.activate
 o prepareForExternalization
  public void prepareForExternalization()
See Activation.prepareForExternalization

All Packages  Class Hierarchy  This Package  Previous  Next  Index