|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An InteractionSpec holds interaction properties for driving an Interaction with an EIS instance. An InteractionSpec is used by an Interaction to execute the specified function on an underlying EIS. The CCI specification defines a set of standard properties for an InteractionSpec. Every interaction Property is represented by and IInteractionProperty implementation. An IInteractionProperty metadata is represented by an IInteractionSpecMetaData object. An InteractionSpec implementation is not required to support a standard property if that property does not apply to its underlying EIS. The InteractionSpec implementation class must provide getter and setter methods for each of its supported properties. The getter and setter methods convention should be based on the Java Beans design pattern. The standard properties are as follows:
| Fields inherited from interface javax.resource.cci.InteractionSpec |
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
| Method Summary | |
java.util.Set |
getAllInteractionProperties()
Returns a set of pairs (entries) of names and values of IInteractionProperty objects |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
Get the value of one interaction property |
IInteractionSpecMetaData |
retrieveInteractionSpecMetaData()
Retrieve the metaData for an InteractionSpec |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object propertyValue)
Set the value of one interaction property |
| Method Detail |
public void setPropertyValue(java.lang.String propertyName,
java.lang.Object propertyValue)
propertyName - The name of the interaction property to set value
forpropertyValue - The new interaction property valuepublic java.lang.Object getPropertyValue(java.lang.String propertyName)
propertyName - The name of the interaction property to set value
forpublic IInteractionSpecMetaData retrieveInteractionSpecMetaData()
public java.util.Set getAllInteractionProperties()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||