|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mulesoft.adapter.ra.XIInteractionSpecImpl
public class XIInteractionSpecImpl
CciInteractionSpec defines the XI 3.0 AF interaction specification.
It must be used by a ra implementation if the standard AF ejbs modules are used.
| Field Summary | |
|---|---|
protected String |
functionName
Define the InteractionSpec standard properties as listed below. |
protected int |
interactionVerb
|
| Fields inherited from interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec |
|---|
CALL, SEND, SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
| Constructor Summary | |
|---|---|
XIInteractionSpecImpl()
|
|
| Method Summary | |
|---|---|
Integer |
getExecutionTimeout()
Returns the current maximum execution time for sync calls (CCI JCA 1.0) |
String |
getFunctionName()
Gets the current XI AF defined function name (see constants) (CCI JCA 1.0) |
int |
getInteractionVerb()
Gets the current interaction verb (see constants) (CCI JCA 1.0) |
boolean |
isValid()
Validates the current InteractionSpec instance (CCI JCA 1.0) |
void |
setExecutionTimeout(Integer timeout)
Sets maximum execution time for sync calls (CCI JCA 1.0) |
void |
setFunctionName(String functionName)
Sets one of the XI AF defined function names (see constants) (CCI JCA 1.0) |
void |
setInteractionVerb(int interactionVerb)
Sets one of the CCI defined interaction verbs (see constants) (CCI JCA 1.0) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String functionName
InteractionSpec standard properties as listed below.
For details see: InteractionSpec interface pg. 107
(CCI JCA 1.0)
protected int interactionVerb
| Constructor Detail |
|---|
public XIInteractionSpecImpl()
| Method Detail |
|---|
public void setFunctionName(String functionName)
throws javax.resource.NotSupportedException
setFunctionName in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpecfunctionName - Name of the function to execute
javax.resource.NotSupportedException - Thrown if an unknown function name should be setpublic String getFunctionName()
getFunctionName in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
public void setExecutionTimeout(Integer timeout)
throws javax.resource.NotSupportedException
setExecutionTimeout in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpectimeout - Time to wait for execution
javax.resource.NotSupportedException - If time is equal 0public Integer getExecutionTimeout()
getExecutionTimeout in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
public void setInteractionVerb(int interactionVerb)
throws javax.resource.NotSupportedException
setInteractionVerb in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpecinteractionVerb - One of the CCI interaction verbs
javax.resource.NotSupportedException - Thrown if vern is unknownpublic int getInteractionVerb()
getInteractionVerb in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpecpublic boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||