Uses of Class
org.objectweb.kilim.description.Instance

Packages that use Instance
org.objectweb.kilim.description   
org.objectweb.kilim.model   
org.objectweb.kilim.repository   
 

Uses of Instance in org.objectweb.kilim.description
 

Methods in org.objectweb.kilim.description that return Instance
 Instance TemplateDescription.getInstance(java.lang.String aName, boolean onlyLocal)
           
 

Methods in org.objectweb.kilim.description with parameters of type Instance
 void TemplateDescription.addLocalInstance(Instance aInstance)
           
 

Uses of Instance in org.objectweb.kilim.model
 

Methods in org.objectweb.kilim.model with parameters of type Instance
private  Component ComponentFactory.newComponent(Instance instance)
          Method newComponent.
 

Constructors in org.objectweb.kilim.model with parameters of type Instance
RtComponent(Instance aInstance, Component aComponent, ComponentFactory aFactory)
          The public constructor for RtComponents.
 

Uses of Instance in org.objectweb.kilim.repository
 

Methods in org.objectweb.kilim.repository that return Instance
private  Instance TemplateDescriptionParser.KilimSaxHandler.getCurrentInstance()
           
 

Methods in org.objectweb.kilim.repository with parameters of type Instance
 void ResourceMapping.addUnknownSuperTemplateOfInstance(Instance aInstance)
          Method addUnknownSuperTemplateOfInstance.