Class COM.ibm.jaws.models.trs.SessionSRootMO
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.SessionSRootMO
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.SessionBase
|
+----COM.ibm.jaws.models.trs.SessionImpl
|
+----COM.ibm.jaws.models.trs.SessionSRootMO
- public class SessionSRootMO
- extends SessionImpl
- implements SRootMO
Derived from: COM.ibm.jaws.models.trs.SessionImpl
-
srootBase
- The base collection containing this object.
-
srootKey
- The key for this MO in its containing BC.
-
SessionSRootMO()
- 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()
- See Lifecycle.release
-
remove(KeyedCollection)
-
-
setDependentContext(KeyedCollection)
-
-
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.
SessionSRootMO
public SessionSRootMO()
- 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 SessionImpl
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 SessionImpl
setDependentContext
public void setDependentContext(KeyedCollection dependentContext)
- Overrides:
- setDependentContext in class CommonBase
release
public void release()
- See Lifecycle.release
- Overrides:
- release in class SessionImpl
remove
public void remove(KeyedCollection dependentContext)
All Packages Class Hierarchy This Package Previous Next Index