|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.kilim.model.services.DefaultNamingContext
org.objectweb.kilim.model.SlotFactory
| Field Summary | |
private Component |
containingComponent
|
private ComponentFactory |
containingFactory
|
private java.lang.String |
localName
|
private Slot |
slotDescription
|
| Fields inherited from class org.objectweb.kilim.model.services.DefaultNamingContext |
|
| Constructor Summary | |
SlotFactory(java.lang.String aName,
ComponentFactory aFactory)
The public constructor for slot factories. |
|
| Method Summary | |
void |
addSubFactory(ComponentFactory aElement)
adds a SubFactory (should not be used !!) |
ComponentFactory |
getContainingFactory()
returns the containing factory. |
java.util.Iterator |
getSubFactories()
Method getComponentFactorys. |
ComponentFactory |
getSubFactory(java.lang.String aName)
returns a subFactory (should not be used !!). |
private RtComponentInterface |
newInterface(Port port,
RtComponentSlot aSlot)
|
RtComponentSlot |
newSlot(Slot aSlot)
creates a new runtime descriptor of a slot from an abstract descriptor of a slot. |
void |
removeSubFactory(ComponentFactory aElement)
removes a SubFactory (should not be used !!). |
| Methods inherited from class org.objectweb.kilim.model.services.DefaultNamingContext |
addBoundName, addChildNamingContext, getBoundNames, getChildNamingContexts, getExternalReferenceMap, getLocalName, getParentNamingContext, getQualifiedName, removeBoundName, removeChildNamingContext, resolveReference, setExternalReferences, setParentNamingContext, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String localName
private ComponentFactory containingFactory
private Slot slotDescription
private Component containingComponent
| Constructor Detail |
public SlotFactory(java.lang.String aName,
ComponentFactory aFactory)
throws KilimException
aName - :aFactory - :
KilimException - :| Method Detail |
public ComponentFactory getContainingFactory()
public void addSubFactory(ComponentFactory aElement)
throws KilimException
aElement - :
KilimException - : always generated since slots are terminal contrainers in the present model.
public void removeSubFactory(ComponentFactory aElement)
throws KilimException
aElement - :
KilimException - : always generated since slots are terminal contrainers in the present model.
public ComponentFactory getSubFactory(java.lang.String aName)
throws KilimException
aName - :
KilimException - : always generated since slots are terminal contrainers in the present model.
public java.util.Iterator getSubFactories()
throws KilimException
KilimException - :
public RtComponentSlot newSlot(Slot aSlot)
throws KilimException
aSlot - : the abstract descriptor of a slot
KilimException - : generated if aSlot is null.
private RtComponentInterface newInterface(Port port,
RtComponentSlot aSlot)
throws KilimException
KilimException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||