Class COM.ibm.jaws.services.filepobc.FilepoBCSRootMO
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.filepobc.FilepoBCSRootMO
java.lang.Object
|
+----COM.ibm.jaws.motk.BaseAO
|
+----COM.ibm.jaws.services.filepobc.FilepoBCImpl
|
+----COM.ibm.jaws.services.filepobc.FilepoBCSRootMO
- public class FilepoBCSRootMO
- extends FilepoBCImpl
- implements SRootMO
Derived from: COM.ibm.jaws.services.filepobc.FilepoBCImpl
-
srootBase
- The base collection containing this object.
-
srootKey
- The key for this MO in its containing BC.
-
FilepoBCSRootMO()
- 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)
-
Implementation of the Streamable interface.
-
isIdentical(Identifiable)
- Shadows the parent class's implementation if any.
-
release()
-
-
remove(KeyedCollection)
-
-
setDependentContext(KeyedCollection)
-
Implementation of the Dependent interface.
-
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.
FilepoBCSRootMO
public FilepoBCSRootMO()
- 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 FilepoBCImpl
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
- Implementation of the Streamable interface.
- Overrides:
- internalizeFromStream in class FilepoBCImpl
setDependentContext
public void setDependentContext(KeyedCollection dependentContext)
- Implementation of the Dependent interface.
- Overrides:
- setDependentContext in class FilepoBCImpl
release
public void release()
- Overrides:
- release in class FilepoBCImpl
remove
public void remove(KeyedCollection dependentContext)
All Packages Class Hierarchy This Package Previous Next Index