Class COM.ibm.jaws.motk.BaseAO
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.motk.BaseAO

java.lang.Object
   |
   +----COM.ibm.jaws.motk.BaseAO

public class BaseAO
extends Object
implements Lifecycle, Manageable, IdentityDelegator, Dependent
This class provides a default implementation of each of the interfaces: Lifecycle, Identifiable, IdentityDelegator, and Dependent. It "implements" the Manageable interface but does not implement it.

BaseAOs are Dependent. They expect

See Also:
Lifecycle, Identifiable, Manageable, IdentityDelegator, Dependent

Variable Index

 o dependentContext
 o self

Constructor Index

 o BaseAO()

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()
 o remove()
 o setDependentContext(KeyedCollection)
The dependentContext for this object must have an entry "relativeToBC" that contains a BaseCollection for use as the relative argument in readManaged and writeManaged operations.
 o setSelf(Object)

Variables

 o self
  protected transient Object self
 o dependentContext
  protected transient KeyedCollection dependentContext

Constructors

 o BaseAO
  public BaseAO()

Methods

 o release
  public void release()
See Also:
Lifecycle
 o remove
  public void remove()
See Also:
Lifecycle
 o setSelf
  public void setSelf(Object self)
See Also:
IdentityDelegator
 o setDependentContext
  public void setDependentContext(KeyedCollection dependentContext)
The dependentContext for this object must have an entry "relativeToBC" that contains a BaseCollection for use as the relative argument in readManaged and writeManaged operations.

The dependentContext must be set for this object before its externalizeToStream or internalizeFromStream methods are called unless a stream is provided that can accept null relativeTo arguments.

See Also:
Dependent

All Packages  Class Hierarchy  This Package  Previous  Next  Index