|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu62.host.Lu62ConversationConfigurationProperties
public class Lu62ConversationConfigurationProperties
Lu62ConversationConfigurationProperties is a java bean with the initial connection property for Lu62Conversation
Field Summary |
---|
Constructor Summary | |
---|---|
Lu62ConversationConfigurationProperties()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getChaining()
Gets the chaining property value The default value is false. |
java.lang.String |
getCodePage()
Gets the codePage |
java.lang.Boolean |
getCodePageConvert()
|
java.lang.String |
getCodeSet()
Gets the codeSet |
java.lang.Boolean |
getConfirmMode()
Gets the confirmMode property value The default value is false. |
java.lang.Boolean |
getConnectionReplace()
|
java.lang.Integer |
getEstablishConversationRetries()
Gets the establishConversationRetries property value. |
java.lang.Integer |
getEstablishConversationTimeout()
Gets the establishConversationTimeout |
java.lang.Boolean |
getFlushMode()
Gets the flushMode property value The default value is false. |
java.lang.String |
getLuName()
Gets the luName |
java.lang.Boolean |
getManageResponses()
Returns the value of the response protocol. |
java.lang.Integer |
getMaxConnectionPerTP()
Get the max connection number for each TP |
java.lang.Integer |
getMaxConnections()
Get the max connection number for WAS pool |
java.lang.Boolean |
getOutgoing()
Gets the outgoing property value. |
java.lang.String |
getPassword()
Gets the password for CS/NT security check |
java.lang.String |
getSymbolicDestinationName()
Returns the symbolic destination name |
java.lang.Boolean |
getSynchronousMode()
Gets the synchronousMode property value The default value is false. |
java.lang.Integer |
getTimeBetweenRetries()
Gets the timeBetweenRetries property value. |
java.lang.String |
getTpName()
Returns the transaction program name |
java.lang.String |
getUserId()
Gets the userId for CS/NT security check |
void |
setChaining(java.lang.Boolean chaining)
Sets the chaining property value |
void |
setCodePage(java.lang.String codePage)
Sets the codePage property (java.lang.String) value. |
void |
setCodePageConvert(java.lang.Boolean b)
|
void |
setCodeSet(java.lang.String codeSet)
Sets the codeSet property (java.lang.String) value. |
void |
setConfirmMode(java.lang.Boolean confirmMode)
Sets the confirmMode property value |
void |
setConnectionReplace(java.lang.Boolean value)
Sets setConnectionReplace property value |
void |
setEstablishConversationRetries(java.lang.Integer establishConversationRetries)
Sets the establishConversationRetries |
void |
setEstablishConversationTimeout(java.lang.Integer establishConversationTimeout)
Sets the establishConversationTimeout |
void |
setFlushMode(java.lang.Boolean flushMode)
Sets the flushMode property value |
void |
setLuName(java.lang.String luName)
Sets the luName |
void |
setManageResponses(java.lang.Boolean manageResponses)
Sets the response protocol to : true:the application is responsible for sending a response to each chained message received; Positive responses (using sendPositiveResponse) has to be sent after a complete chain has been received. |
void |
setMaxConnectionPerTP(java.lang.Integer maxConnectionPerTP)
Set the max connection number for each TP |
void |
setMaxConnections(java.lang.Integer maxConnections)
Set the max connection number for WAS pool |
void |
setOutgoing(java.lang.Boolean outgoing)
Sets the outgoing property value |
void |
setPassword(java.lang.String password)
Sets the password for CS/NT security check |
void |
setSymbolicDestinationName(java.lang.String symbolicDestinationName)
Sets the symbolic destination name |
void |
setSynchronousMode(java.lang.Boolean synchronousMode)
Sets the synchronousMode property value |
void |
setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
Sets the timeBetweenRetries |
void |
setTpName(java.lang.String tpName)
Sets the transaction program name |
void |
setUserId(java.lang.String userId)
Sets the userId for CS/NT security check |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lu62ConversationConfigurationProperties()
Method Detail |
---|
public java.lang.Boolean getOutgoing()
setOutgoing(java.lang.Boolean)
public void setOutgoing(java.lang.Boolean outgoing)
outgoing
- The new value for the property.getOutgoing()
public java.lang.String getLuName()
public void setLuName(java.lang.String luName)
luName
- The luName to setpublic java.lang.String getTpName()
setTpName(java.lang.String)
public void setTpName(java.lang.String tpName)
tpName
- The transaction program name to setpublic java.lang.String getSymbolicDestinationName()
setSymbolicDestinationName(java.lang.String)
public void setSymbolicDestinationName(java.lang.String symbolicDestinationName)
symbolicDestinationName
- The symbolic destination name to setpublic java.lang.Boolean getManageResponses()
Returns the value of the response protocol. The default value is false.
setManageResponses(java.lang.Boolean)
public void setManageResponses(java.lang.Boolean manageResponses)
Sets the response protocol to :
manageResponses
- The new value for the property.getManageResponses()
public java.lang.Integer getEstablishConversationRetries()
setEstablishConversationRetries(java.lang.Integer)
public void setEstablishConversationRetries(java.lang.Integer establishConversationRetries)
establishConversationRetries
- The establishConversationRetries to setpublic java.lang.Integer getMaxConnectionPerTP()
public void setMaxConnectionPerTP(java.lang.Integer maxConnectionPerTP)
maxConnectionPerTP
- the max connection numberpublic java.lang.Integer getMaxConnections()
public void setMaxConnections(java.lang.Integer maxConnections)
maxConnection
- the max connection numberpublic java.lang.Integer getTimeBetweenRetries()
setTimeBetweenRetries(java.lang.Integer)
public void setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
timeBetweenRetries
- The timeBetweenRetries to setpublic java.lang.Boolean getFlushMode()
setFlushMode(java.lang.Boolean)
public void setFlushMode(java.lang.Boolean flushMode)
flushMode
- The new value for the property.getFlushMode()
public java.lang.Boolean getConfirmMode()
setConfirmMode(java.lang.Boolean)
public void setConfirmMode(java.lang.Boolean confirmMode)
confirmMode
- The new value for the property.getConfirmMode()
public java.lang.Boolean getSynchronousMode()
setSynchronousMode(java.lang.Boolean)
public void setSynchronousMode(java.lang.Boolean synchronousMode)
synchronousMode
- The new value for the property.getSynchronousMode()
public java.lang.Boolean getChaining()
setChaining(java.lang.Boolean)
public void setChaining(java.lang.Boolean chaining)
chaining
- The new value for the property.getChaining()
public java.lang.Integer getEstablishConversationTimeout()
public void setEstablishConversationTimeout(java.lang.Integer establishConversationTimeout)
establishConversationTimeout
- The establishConversationTimeout to setpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- The userId to setpublic java.lang.String getPassword()
public java.lang.Boolean getConnectionReplace()
public void setConnectionReplace(java.lang.Boolean value)
_replaceConnection
- The new value for the property.getConnectionReplace()
public void setPassword(java.lang.String password)
password
- The password to setpublic java.lang.String getCodeSet()
public void setCodeSet(java.lang.String codeSet) throws java.io.UnsupportedEncodingException
codeSet
- The new value for the property.
java.io.UnsupportedEncodingException
getCodeSet()
public java.lang.String getCodePage()
public void setCodePage(java.lang.String codePage) throws java.io.UnsupportedEncodingException
codePage
- The new value for the property.
java.io.UnsupportedEncodingException
getCodePage()
public java.lang.Boolean getCodePageConvert()
public void setCodePageConvert(java.lang.Boolean b)
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |