|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines contract that all embedded JCOMPONENTS must implement. IT can be attached to multiple variables. The VID statemeent is like:
JCOMPONENT(VAR1 VAR2 VAR3, fullpackage.ClassName)
Note: current VID framework implements only one var bindings.
Method Summary | |
String |
getValue(String variable)
Get current component value |
String |
getVerificationMessage(String variable)
Tests current value validity and for valid values it returns null |
void |
joinNest(VariableInputNest nest)
Request to bind the component to container context. |
void |
leaveNest()
Request to terminate all connections with container and die (release all listeners, kill threads...). |
void |
setHistoricalValue(String historicalValue)
Deprecated. does not support multivalued NICes. Also there is already VariableInputNest.getValue() |
void |
updatedVars(Map variables)
Deprecated. there is already VariableInputNest.getCommandHashtable() |
Method Detail |
public void joinNest(VariableInputNest nest)
public String getValue(String variable)
variable
- name of variable in questionpublic void updatedVars(Map variables)
variables
- The map of variable values by their namespublic void setHistoricalValue(String historicalValue)
historicalValue
- The historical value.public String getVerificationMessage(String variable)
null
variable
- name of variable in questionpublic void leaveNest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |