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

Variable Index

 o srootBase
The base collection containing this object.
 o srootKey
The key for this MO in its containing BC.

Constructor Index

 o SessionSRootMO()
All MOs must provide a public default constructor.

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 getConstantRandomId()
Shadows the parent class's implementation if any.
 o getIdentifier(BaseCollection)
Shadows the parent class's implementation if any.
 o internalizeFromStream(InputEDStream)
Use this method to import the Manageable object's essential data (ED) from a "source" represented by an InputEDStream.
 o isIdentical(Identifiable)
Shadows the parent class's implementation if any.
 o release()
See Lifecycle.release
 o remove(KeyedCollection)
 o setDependentContext(KeyedCollection)
 o setSRootKey(String)
 o srootSetBase(BaseCollection)

Variables

 o srootBase
  protected transient BaseCollection srootBase
The base collection containing this object.
 o srootKey
  protected transient String srootKey
The key for this MO in its containing BC.

Constructors

 o SessionSRootMO
  public SessionSRootMO()
All MOs must provide a public default constructor. This is used prior the internalizeFromStream when re-activating an MO.

Methods

 o srootSetBase
  public void srootSetBase(BaseCollection base)
 o setSRootKey
  public void setSRootKey(String key)
 o getIdentifier
  public String getIdentifier(BaseCollection relativeTo)
Shadows the parent class's implementation if any.
 o isIdentical
  public boolean isIdentical(Identifiable otherObject)
Shadows the parent class's implementation if any.
 o getConstantRandomId
  public int getConstantRandomId()
Shadows the parent class's implementation if any.
 o 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
 o 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
 o setDependentContext
  public void setDependentContext(KeyedCollection dependentContext)
Overrides:
setDependentContext in class CommonBase
 o release
  public void release()
See Lifecycle.release
Overrides:
release in class SessionImpl
 o remove
  public void remove(KeyedCollection dependentContext)

All Packages  Class Hierarchy  This Package  Previous  Next  Index