SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.functions
Interface IInteractionSpec

All Superinterfaces:
javax.resource.cci.InteractionSpec, java.io.Serializable

public interface IInteractionSpec
extends javax.resource.cci.InteractionSpec

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: