Class COM.ibm.jaws.services.lrucmgr.LruCacheManagerSRootMO
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.lrucmgr.LruCacheManagerSRootMO

java.lang.Object
   |
   +----COM.ibm.jaws.services.lrucmgr.LruCacheManagerImpl
           |
           +----COM.ibm.jaws.services.lrucmgr.LruCacheManagerSRootMO

public class LruCacheManagerSRootMO
extends LruCacheManagerImpl
implements SRootMO
Derived from: COM.ibm.jaws.services.lrucmgr.LruCacheManagerImpl

Variable Index

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

Constructor Index

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

Method Index

 o externalizeToStream(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)
Implementation of this LruCacheManager's Manageable interface.
 o isIdentical(Identifiable)
Shadows the parent class's implementation if any.
 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 LruCacheManagerSRootMO
  public LruCacheManagerSRootMO()
All MOs must provide a public default constructor. This is used prior the internalizeFromStream when re-activating an MO.

Methods

 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)
Overrides:
externalizeToStream in class LruCacheManagerImpl
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream in)
Implementation of this LruCacheManager's Manageable interface.
Overrides:
internalizeFromStream in class LruCacheManagerImpl
 o setDependentContext
  public void setDependentContext(KeyedCollection dependentContext)

All Packages  Class Hierarchy  This Package  Previous  Next  Index