|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.model.RtComponentElement
org.objectweb.kilim.model.RtComponentSource
org.objectweb.kilim.model.RuntimeSourceImpl1
org.objectweb.kilim.model.ComponentFactory.RTArray
Field Summary | |
private RuntimeSource[] |
arrayElements
|
private java.lang.String |
typeName
|
Fields inherited from class org.objectweb.kilim.model.RtComponentSource |
knownValues, mapper, mappingContext, svpStack |
Fields inherited from class org.objectweb.kilim.model.RtComponentElement |
nbComponent, nbElement |
Constructor Summary | |
(package private) |
ComponentFactory.RTArray(ArraySource aArray,
Component aComponent,
RuntimeSource[] elements,
java.lang.String aTypeName)
|
Method Summary | |
void |
addInterfaceListener(RtCollectionPort aInterface)
adds a new listener to the value source. |
boolean |
checkValue(java.util.Stack exclude)
returns whether a value can be obtained without having to create new objects |
java.lang.Object |
getEventSourceValue()
Method gets the EventSourceValue. |
java.lang.String |
getLocalName()
returns the local name of the component element. |
java.lang.Object |
getValue()
Method getValue. |
boolean |
hasValue()
returns whether the source has a value. |
boolean |
isEventSource()
returns whether the source is an event source.. |
void |
removeInterfaceListener(RtCollectionPort aInterface)
removes a listener from the value source. |
void |
setEventSourceValue(java.lang.Object aSource)
sets the EventSourceValue. |
Methods inherited from class org.objectweb.kilim.model.RtComponentSource |
evaluationPerformed, getCurrentSVP, getInterfaceListeners |
Methods inherited from class org.objectweb.kilim.model.RtComponentElement |
containsElement, getContainingComponent, getContainingElement, getElement, getElementDescription, getNbComponent, getNbElement, getQualifiedName, getTarget, getTemplateDefHierarchy, removeElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.kilim.model.RuntimeSource |
getTarget |
Field Detail |
private RuntimeSource[] arrayElements
private java.lang.String typeName
Constructor Detail |
ComponentFactory.RTArray(ArraySource aArray, Component aComponent, RuntimeSource[] elements, java.lang.String aTypeName)
Method Detail |
public java.lang.Object getValue() throws KilimException
RuntimeSource
KilimException
- : the exception is generated when the method is invoked on unbound references
or on illegal elements.RuntimeSource.getValue()
public boolean hasValue() throws KilimException
RuntimeSource
KilimException
- :org.objectweb.kilim.model.RuntimeSource#checkValue()
public boolean checkValue(java.util.Stack exclude) throws KilimException
RuntimeSource
exclude
- : the exclude stack contains objects beiing in the process of being built.
KilimException
- :public java.lang.String getLocalName()
ComponentElement
ComponentElement.getLocalName()
public void addInterfaceListener(RtCollectionPort aInterface) throws KilimException
RuntimeSource
addInterfaceListener
in interface RuntimeSource
addInterfaceListener
in class RtComponentSource
KilimException
org.objectweb.kilim.model.RuntimeSource#addInterfaceListener(RtCollectionInterface)
public void removeInterfaceListener(RtCollectionPort aInterface) throws KilimException
RuntimeSource
removeInterfaceListener
in interface RuntimeSource
removeInterfaceListener
in class RtComponentSource
KilimException
org.objectweb.kilim.model.RuntimeSource#removeInterfaceListener(RtCollectionInterface)
public boolean isEventSource()
RuntimeSource
public java.lang.Object getEventSourceValue() throws KilimException
RuntimeSource
KilimException
- : the exception is generated when the method is invoked on unbound references
or on illegal elements.public void setEventSourceValue(java.lang.Object aSource) throws KilimException
RuntimeSource
aSource
- :
KilimException
- : the exception is generated when the method is invoked on unbound references
or on illegal elements.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |