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
-
dependentContext
-
-
self
-
-
BaseAO()
-
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
release()
-
-
remove()
-
-
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.
-
setSelf(Object)
-
self
protected transient Object self
dependentContext
protected transient KeyedCollection dependentContext
BaseAO
public BaseAO()
release
public void release()
- See Also:
- Lifecycle
remove
public void remove()
- See Also:
- Lifecycle
setSelf
public void setSelf(Object self)
- See Also:
- IdentityDelegator
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