|
IBM Branch 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
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.Boolean |
getConfirmMode()
Gets the confirmMode property value The default value is false. |
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.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 |
int |
hashCode()
|
void |
setChaining(java.lang.Boolean chaining)
Sets the chaining property value |
void |
setConfirmMode(java.lang.Boolean confirmMode)
Sets the confirmMode 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 |
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, 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 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 void setPassword(java.lang.String password)
password
- The password to setpublic java.lang.Object clone()
public int hashCode()
public boolean equals(java.lang.Object obj)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |