Class COM.ibm.jaws.motk.BaseKC
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.motk.BaseKC
java.lang.Object
|
+----COM.ibm.jaws.motk.BaseAO
|
+----COM.ibm.jaws.motk.BaseQC
|
+----COM.ibm.jaws.motk.BaseKC
- public class BaseKC
- extends BaseQC
- implements KeyedCollection
A base KC for implementing KCs. Expects "/" to be in its
depentent context.
-
rootKC
-
-
BaseKC()
-
-
dispatch(String, CommandOn)
-
-
resolve(String)
- Provides support for absolute key paths, you need to override
this and add support for relatitive key paths.
-
setDependentContext(KeyedCollection)
- The dependentContext for this object must have an entry
"relativeToBC" that contains a BaseCollection for use as the
relative argument in readManaged and writeManaged operations.
rootKC
protected transient KeyedCollection rootKC
BaseKC
public BaseKC()
resolve
public Object resolve(String keyPathString)
- Provides support for absolute key paths, you need to override
this and add support for relatitive key paths.
dispatch
public CommandOn dispatch(String key,
CommandOn command)
setDependentContext
public void setDependentContext(KeyedCollection dependentContext)
- The dependentContext for this object must have an entry
"relativeToBC" that contains a BaseCollection for use as the
relative argument in readManaged and writeManaged operations.
- Overrides:
- setDependentContext in class BaseAO
All Packages Class Hierarchy This Package Previous Next Index