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
-
d
-
-
id
-
-
type
-
-
value
-
-
SRootNCEntry()
-
-
SRootNCEntry(InputEDStream)
- Initializes an entry from the specified input stream.
-
SRootNCEntry(String, String, Object)
-
-
externalizeToStream(OutputEDStream)
-
-
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.
-
internalizeFromStream(InputEDStream)
-
-
toString()
- Returns a String that represents the value of this Object.
d
public static Debug d
type
protected String type
id
protected String id
value
protected Object value
SRootNCEntry
public SRootNCEntry()
SRootNCEntry
public SRootNCEntry(String type,
String id,
Object value)
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
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
externalizeToStream
public void externalizeToStream(OutputEDStream out)
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