|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentFactory | |
org.objectweb.kilim.model |
Uses of ComponentFactory in org.objectweb.kilim.model |
Fields in org.objectweb.kilim.model declared as ComponentFactory | |
private ComponentFactory |
SlotFactory.containingFactory
|
private ComponentFactory |
RtComponent.factory
|
private ComponentFactory |
ComponentFactory.containingFactory
|
Methods in org.objectweb.kilim.model that return ComponentFactory | |
ComponentFactory |
SlotFactory.getContainingFactory()
returns the containing factory. |
ComponentFactory |
SlotFactory.getSubFactory(java.lang.String aName)
returns a subFactory (should not be used !!). |
ComponentFactory |
ComponentFactory.getContainingFactory()
In the present implementation factories are used as naming contexts. |
ComponentFactory |
ComponentFactory.getSubFactory(java.lang.String aName)
In the present implementation factories are used as naming contexts. |
Methods in org.objectweb.kilim.model with parameters of type ComponentFactory | |
void |
SlotFactory.addSubFactory(ComponentFactory aElement)
adds a SubFactory (should not be used !!) |
void |
SlotFactory.removeSubFactory(ComponentFactory aElement)
removes a SubFactory (should not be used !!). |
void |
ComponentFactory.addSubFactory(ComponentFactory aElement)
In the present implementation factories are used as naming contexts. |
void |
ComponentFactory.removeSubFactory(ComponentFactory aElement)
In the present implementation factories are used as naming contexts. |
Constructors in org.objectweb.kilim.model with parameters of type ComponentFactory | |
SlotFactory(java.lang.String aName,
ComponentFactory aFactory)
The public constructor for slot factories. |
|
RtComponent(Instance aInstance,
Component aComponent,
ComponentFactory aFactory)
The public constructor for RtComponents. |
|
ComponentFactory(java.lang.String aName,
TemplateDescription aTemplate,
ComponentFactory aFactory,
RtComponent aComponent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |