|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mulesoft.adapter.ra.CCIInteraction
public class CCIInteraction
CciInteraction represents the XI 3.0 AF compliant interaction implementation.
It processes the message processing for the outbound (AF->ra) direction.
| Constructor Summary | |
|---|---|
CCIInteraction(javax.resource.cci.Connection cciConnection)
Creates a new CCI interaction object to call "methods" of an ra The constructor is called by the CciConnection only. |
|
| Method Summary | |
|---|---|
void |
clearWarnings()
Resets warning list in this interaction. |
void |
close()
Disconnects the current interaction from its current CCI connection (CCI JCA 1.0) |
javax.resource.cci.Record |
execute(javax.resource.cci.InteractionSpec ispec,
javax.resource.cci.Record input)
Execute the interaction. |
boolean |
execute(javax.resource.cci.InteractionSpec ispec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
Execute the interaction. |
javax.resource.cci.Connection |
getConnection()
Returns the CCI connection that is related to this interaction (CCI JCA 1.0) |
javax.resource.cci.ResourceWarning |
getWarnings()
Returns list of warnings occured in this interaction. |
com.sap.aii.af.lib.ra.cci.XIInteractionSpec |
getXIInteractionSpec()
Returns the NetWeaver XI specific InteractionSpec (XI specific) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCIInteraction(javax.resource.cci.Connection cciConnection)
throws javax.resource.ResourceException
cciConnection - The corresponding connection on which this interaction takes place
javax.resource.ResourceException - Thrown if message factory cannot be instantiated| Method Detail |
|---|
public javax.resource.cci.Connection getConnection()
getConnection in interface javax.resource.cci.Interaction
public void close()
throws javax.resource.ResourceException
close in interface javax.resource.cci.Interactionjavax.resource.ResourceException
public boolean execute(javax.resource.cci.InteractionSpec ispec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
throws javax.resource.ResourceException
execute in interface javax.resource.cci.Interactionispec - Defines the interaction to be executedinput - The input CCI record related to the ispecoutput - The output CCI record related to the ispec
javax.resource.ResourceException
public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec ispec,
javax.resource.cci.Record input)
throws javax.resource.ResourceException
execute in interface javax.resource.cci.Interactionispec - Defines the interaction to be executedinput - The input CCI record related to the ispec
javax.resource.ResourceException - Thrown if no connection, wrong input
public javax.resource.cci.ResourceWarning getWarnings()
throws javax.resource.ResourceException
getWarnings in interface javax.resource.cci.Interactionjavax.resource.ResourceException - Never thrown
public void clearWarnings()
throws javax.resource.ResourceException
clearWarnings in interface javax.resource.cci.Interactionjavax.resource.ResourceException
public com.sap.aii.af.lib.ra.cci.XIInteractionSpec getXIInteractionSpec()
throws javax.resource.NotSupportedException
getXIInteractionSpec in interface com.sap.aii.af.lib.ra.cci.XIInteractionjavax.resource.NotSupportedExceptioncom.sap.aii.af.lib.ra.cci.XIInteraction#getXIInteractionSpec(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||