public class MFECIInteractionSpec
extends Object
implements javax.resource.cci.InteractionSpec, Serializable
public String getProgramName()
Get the name of the program to be executed.
public void setProgramName(String programName)
Set the name of the program to be executed.
public int getInteractionVerb()
public int getExecutionTimeout()
public void setReturnCode(int returnCode)
public int getReturnCode()
public void setArgument(int index, int usage)
Set an argument to be held in an interaction spec.
public void setArgument(int index,
Object obj)
Set an argument to be held in an interaction spec.
public void setArgument(int, index
Object obj,
int usage)
Set an argument to be held in an interaction spec.
public Object getArgument(int index)
public int getUsage(int, index)
public int getArgumentCount()
public void setArgumentCount(int argumentCount)
public void setUserName(String userName)
public void setPassword(String password)
public String getUserName()
public String getPassword()
public int getAuthenticationMechanism()
Get the authentication mechanism.
public void setAuthenticationMechanism(int am)
Set the authentication mechanism.
public void addPropertyChangeListener(PropertyChangeListener 1)
Add a property change listener.
public void removePropertyChangeListener(PropertyChangeListener 1)
Remove a property change listener.
public MFECIInteractionSpecMetaData getMetaData()
Get MFECIInteractionSpecMetaData.
public void setCallerPrincipal(Principal principal)
public void getCallerPrincipal(Principal principal)
public CCLChannel getCCLChannel()
public CCLExtendMode getExtendMode()
public void setExtendMode(CCLExtendMode extendMode)
public void setCommArea(CommArea ca)
public CommArea getCommArea()
public void setChannel(CCLChannel channel)
public CCLChannel getCCLChannel()
public String getFunctionName()
public void setFunctionName(String functionName)
public String getTransactionId
public void setTransactionId(String transactionId)
public String getSysId
public void setSysId(String sysId)
public String getSysName
public void setSysName(String sysName)
public int getLuwToken()
public void setLuwToken(int luwToken)
public void setStatefulInteraction(boolean statefulInteraction)
public javax.resource.cci.IndexedRecord getInputRecord()
throws UnsupportedEncodingException
public int getExciResp1()
public void setExciResp1(int exciResp1)
public int getExciResp2()
public void setExciResp2(int exciResp2)
public String getAbendCode
public AbendCodeType getAbendCodeType()
public void setAbendCode(String abendCode)
public void setAbendCodeType(AbendCodeType abendCodeType)
public CommArea getReturnCommArea()
public void setReturnCommArea(CommArea returnCommArea)
public CCLChannel getReturnChannel()
public void setReturnChannel(CCLChannel returnChannel)