Class COM.ibm.jaws.services.sroot.MOBaseSRootMO
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.sroot.MOBaseSRootMO
java.lang.Object
|
+----COM.ibm.jaws.motk.BaseAO
|
+----COM.ibm.jaws.services.sroot.MOBaseImpl
|
+----COM.ibm.jaws.services.sroot.MOBaseSRootMO
- public class MOBaseSRootMO
- extends MOBaseImpl
- implements SRootMO
Derived from: COM.ibm.jaws.services.sroot.MOBaseImpl
-
srootBase
- The base collection containing this object.
-
srootKey
- The key for this MO in its containing BC.
-
MOBaseSRootMO()
- All MOs must provide a public default constructor.
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
getConstantRandomId()
- Shadows the parent class's implementation if any.
-
getIdentifier(BaseCollection)
- Shadows the parent class's implementation if any.
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
isIdentical(Identifiable)
- Shadows the parent class's implementation if any.
-
release()
-
-
remove(KeyedCollection)
-
-
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.
-
setSRootKey(String)
-
-
srootSetBase(BaseCollection)
-
srootBase
protected transient BaseCollection srootBase
- The base collection containing this object.
srootKey
protected transient String srootKey
- The key for this MO in its containing BC.
MOBaseSRootMO
public MOBaseSRootMO()
- All MOs must provide a public default constructor. This is used
prior the internalizeFromStream when re-activating an MO.
srootSetBase
public void srootSetBase(BaseCollection base)
setSRootKey
public void setSRootKey(String key)
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Shadows the parent class's implementation if any.
isIdentical
public boolean isIdentical(Identifiable otherObject)
- Shadows the parent class's implementation if any.
getConstantRandomId
public int getConstantRandomId()
- Shadows the parent class's implementation if any.
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 BaseAO
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 BaseAO
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.
- Overrides:
- setDependentContext in class BaseAO
release
public void release()
- Overrides:
- release in class BaseAO
remove
public void remove(KeyedCollection dependentContext)
All Packages Class Hierarchy This Package Previous Next Index