|
spring-tx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jca.cci.object.EisOperation
public abstract class EisOperation
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.
setConnectionFactory(javax.resource.cci.ConnectionFactory)
,
setInteractionSpec(javax.resource.cci.InteractionSpec)
Constructor Summary | |
---|---|
EisOperation()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
CciTemplate |
getCciTemplate()
Return the CciTemplate used by this operation. |
javax.resource.cci.InteractionSpec |
getInteractionSpec()
Return the CCI InteractionSpec for this operation. |
void |
setCciTemplate(CciTemplate cciTemplate)
Set the CciTemplate to be used by this operation. |
void |
setConnectionFactory(javax.resource.cci.ConnectionFactory connectionFactory)
Set the CCI ConnectionFactory to be used by this operation. |
void |
setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
Set the CCI InteractionSpec for this operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EisOperation()
Method Detail |
---|
public void setCciTemplate(CciTemplate cciTemplate)
setConnectionFactory(javax.resource.cci.ConnectionFactory)
public CciTemplate getCciTemplate()
public void setConnectionFactory(javax.resource.cci.ConnectionFactory connectionFactory)
public void setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
public javax.resource.cci.InteractionSpec getInteractionSpec()
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
|
spring-tx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |