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.

Variable Index

 o rootKC

Constructor Index

 o BaseKC()

Method Index

 o dispatch(String, CommandOn)
 o resolve(String)
Provides support for absolute key paths, you need to override this and add support for relatitive key paths.
 o 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.

Variables

 o rootKC
  protected transient KeyedCollection rootKC

Constructors

 o BaseKC
  public BaseKC()

Methods

 o resolve
  public Object resolve(String keyPathString)
Provides support for absolute key paths, you need to override this and add support for relatitive key paths.
 o dispatch
  public CommandOn dispatch(String key,
                            CommandOn command)
 o 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