Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework.jca » cci » object » [javadoc | source]
org.springframework.jca.cci.object
abstract public class: EisOperation [javadoc | source]
java.lang.Object
   org.springframework.jca.cci.object.EisOperation

All Implemented Interfaces:
    InitializingBean

Direct Known Subclasses:
    MappingCommAreaOperation, MappingRecordOperation, SimpleRecordOperation

Base class for EIS operation objects that work with the CCI API. Encapsulates a CCI ConnectionFactory and a CCI InteractionSpec.

Works with a CciTemplate instance underneath. EIS operation objects are an alternative to working with a CciTemplate directly.

Method from org.springframework.jca.cci.object.EisOperation Summary:
afterPropertiesSet,   getCciTemplate,   getInteractionSpec,   setCciTemplate,   setConnectionFactory,   setInteractionSpec
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.jca.cci.object.EisOperation Detail:
 public  void afterPropertiesSet() 
 public CciTemplate getCciTemplate() 
    Return the CciTemplate used by this operation.
 public InteractionSpec getInteractionSpec() 
    Return the CCI InteractionSpec for this operation.
 public  void setCciTemplate(CciTemplate cciTemplate) 
    Set the CciTemplate to be used by this operation. Alternatively, specify a CCI ConnectionFactory.
 public  void setConnectionFactory(ConnectionFactory connectionFactory) 
    Set the CCI ConnectionFactory to be used by this operation.
 public  void setInteractionSpec(InteractionSpec interactionSpec) 
    Set the CCI InteractionSpec for this operation.