Class COM.ibm.jaws.services.sroot.SRootNCEntry
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.sroot.SRootNCEntry

java.lang.Object
   |
   +----COM.ibm.jaws.services.sroot.SRootNCEntry

public class SRootNCEntry
extends Object
implements Manageable

Variable Index

 o d
 o id
 o type
 o value

Constructor Index

 o SRootNCEntry()
 o SRootNCEntry(InputEDStream)
Initializes an entry from the specified input stream.
 o SRootNCEntry(String, String, Object)

Method Index

 o externalizeToStream(OutputEDStream)
 o getValue(BaseCollection, String)
Returns the value associated with this entry, this may require that the value be activated by a call to resolve (for aliases) or activateObject (for real values) on the specified SimpleRootBC.
 o internalizeFromStream(InputEDStream)
 o toString()
Returns a String that represents the value of this Object.

Variables

 o d
  public static Debug d
 o type
  protected String type
 o id
  protected String id
 o value
  protected Object value

Constructors

 o SRootNCEntry
  public SRootNCEntry()
 o SRootNCEntry
  public SRootNCEntry(String type,
                      String id,
                      Object value)
 o SRootNCEntry
  public SRootNCEntry(InputEDStream in)
Initializes an entry from the specified input stream. However, the entries value is not initialized until the first call to getValue

Methods

 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream in)
 o externalizeToStream
  public void externalizeToStream(OutputEDStream out)
 o getValue
  protected Object getValue(BaseCollection root,
                            String valueKey)
Returns the value associated with this entry, this may require that the value be activated by a call to resolve (for aliases) or activateObject (for real values) on the specified SimpleRootBC.
Parameters:
root - The SimpleRootBC that contains the NC containing this SRootNCEntry object.
valueKey - The string that identifies this entry in the SimpleRootBC's NC. This is only used for real values.

All Packages  Class Hierarchy  This Package  Previous  Next  Index