com.microfocus.cics.connector.cci.MFECIInteractionSpec
javax.resource.cci.InteractionSpec, Serializable
public class MFECIInteractionSpec
extends Object
implements javax.resource.cci.InteractionSpec, Serializable
See Also:
Field Summary | |
---|---|
static int | CALLER_PRINCIPAL |
static int | UNINITIALIZED |
static int | USE_USERPWD |
Fields inherited from interface javax.resource.cci.javax.resource.cci.InteractionSpec |
---|
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
Method Summary | |
---|---|
void | addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener. |
AbendCodeType | getAbendCodeType() |
Object | getArgument(int index)
Get an argument. |
int | getArgumentCount()
Get argument count. |
int | getAuthenticationMechanism()
Get authentication mechanism. |
Principal | getCallerPrincipal() |
CCLChannel | getCCLChannel() |
CommArea | getCommArea() |
int | getExciResp1() |
int | getExciResp2() |
int | getExecutionTimeout()
Get Execution timeout. |
CCLExtendMode | getExtendMode()
Get the extend mode. |
String | getFunctionName()
Get the function name to be executed. |
javax.resource.cci.IndexedRecord | getInputRecord() |
int | getInteractionVerb()
Get the interaction verb. |
int | getLUWToken() |
MFECIInteractionSpecMetaData | getMetaData()
Get MFECIInteractionSpecMetaData. |
String | getPassword()
Get password. |
String | getProgramName()
Get the name of the function to be executed. |
CCLChannel | getReturnChannel() |
int | getReturnCode()
Get return code. |
CommArea | getReturnCommArea() |
String | getSysID() |
String | getSysName() |
String | getTransactionId() |
int | getUsage(int index)
Get a usage. |
String | getUserName()
Get user name. |
void | removePropertyChangeListener(PropertyChangeListener 1)
Remove a property change listener. |
void | setAbendCode(String abendCode) |
void | setAbendCodeType(AbendCodeType abendCodeType) |
void | setArgument(int index, int usage)
Set an argument to be held in an interaction spec. |
void | setArgument(int index,
Object obj)
Set an argument to be held in an interaction spec. |
void | setArgument(int index,
Object obj, int usage)
Set an argument to be held in an interaction spec. |
void | setArgumentCount(int argumentCount)
Set the argument count. |
void | setAuthenticationMechanism(int am)
Set the authentication mechanism. |
void | setCallerPrincipal(Principal principal)
Set caller principal. |
void | setChannel(CCIChannel channel) |
void | setCommArea(CommArea ca) |
void | setExciResp1(int exciResp1) |
void | setExciResp2(int exciResp2) |
void | setExtendMode(CCLExtendMode extendMode )
Set the extend mode. |
void | setFunctionName(int luwToken)
Set the name of the function to be executed. |
void | setLUWToken(String functionName) |
void | setPassword(String password)
Set password. |
void | setProgramName(String programName)
Set the name of the program to be executed. |
setReturnChannel(CCLChannel returnChannel) | |
void | setReturnCode(int returnCode)
Set return code. |
void | setReturnCommArea(CommArea returnCommArea ) |
void | setStatefulInteraction(boolean statefulInteraction ) |
void | setSysId(String sysId) |
void | setSysName(String sysName) |
void | setTransactionId(String transactionId) |
void | setUserName(String userName)
Set user name. |
public static final int USE_USERPWD
See Also:
public static final int UNINITIALIZED
See Also:
public static final int CALLER_PRINCIPAL
See Also:
public MFECIInteractionSpec()
Construct a new MFECIInteractionSpec instance.
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.
programName | The program name. |
public int getInteractionVerb()
Get the interaction verb.
public int getExecutionTimeout()
Get the execution timeout.
public void setReturnCode(int returnCode)
Set the return code.
returnCode | The return code from Cobol Server. |
public int getReturnCode()
Get the return code.
public void setArgument(int index, int usage)
Set an argument to be held in an interaction spec.
index | The argument index. |
usage | The usage for the argument. |
public void setArgument(int index, Object obj)
Set an argument to be held in an interaction spec.
index | The argument index. |
obj | The actual object. |
public void setArgument(int, index Object obj, int usage)
Set an argument to be held in an interaction spec.
index | The argument index. |
obj | The actual object. |
usage | The usage for the argument. |
public Object getArgument(int index)
Get an argument.
index | The argument index. |
public int getUsage(int, index)
Get a usage.
index | The argument index. |
public int getArgumentCount()
Get the argument count.
public void setArgumentCount(int argumentCount)
Set the argument count.
argumentCount | The argument count. |
public void setUserName(String userName)
Set the user name.
userName | The user name. |
public void setPassword(String password)
Set the password.
password | The password. |
public String getUserName()
Get the user name.
public String getPassword()
Get the password.
public int getAuthenticationMechanism()
Get the authentication mechanism.
public void setAuthenticationMechanism(int am)
Set the authentication mechanism.
am | The authentication mechanism. UNINITIALIZED USE_USERPWD CALLER_PRINCIPAL |
public void addPropertyChangeListener(PropertyChangeListener 1)
Add a property change listener.
1 | The listener instance. |
public void removePropertyChangeListener(PropertyChangeListener 1)
Remove a property change listener.
1 | The listener instance. |
public MFECIInteractionSpecMetaData getMetaData()
Get MFECIInteractionSpecMetaData.
public void setCallerPrincipal(Principal principal)
Set caller principal.
principal | The caller principal. |
public void getCallerPrincipal(Principal principal)
Get caller principal.
principal | The caller principal. |
public CCLChannel getCCLChannel()
public CCLExtendMode getExtendMode()
Get the extend mode.
public void setExtendMode(CCLExtendMode extendMode)
Set the extend mode.
extendMode | The extend mode. |
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)