|
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.btt.samples.business.sna.lu0.host.DummyLu0SnaSessionConfigurationProperties
Field Summary |
---|
Constructor Summary | |
---|---|
DummyLu0SnaSessionConfigurationProperties()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getAutomaticSessionEstablishment()
Gets the automaticSessionEstablishment |
java.lang.Boolean |
getBIDManaged()
Gets the bIDManaged |
java.lang.Boolean |
getChaining()
Returns the value of the chaining protocol. |
java.lang.String |
getCodeSet()
Gets the codeSet |
java.lang.Boolean |
getCompression()
Gets the compression |
java.lang.Boolean |
getDefiniteResponseSolicited()
Returns the value of the definite response protocol. |
java.lang.Boolean |
getEndBracketSent()
Returns the value of the end bracket protocol. |
java.lang.Integer |
getEstablishSessionRetries()
Gets the establishSessionRetries property value. |
java.lang.Integer |
getEstablishSessionTimeout()
Gets the establishSessionTimeout |
java.lang.Boolean |
getFmhHeaderSent()
Returns the value of the FMH sent protocol If the value is true, the message sent includes an FM Header. |
java.lang.Boolean |
getFmhIncluded()
Returns the value of the FMH received protocol. |
java.lang.String |
getHostApplicationName()
Returns the host application name to which the session is going to be established. |
java.lang.Integer |
getIDLength()
Gets the ID Length. |
java.lang.String |
getLuName()
Gets the luName |
java.lang.Boolean |
getManageResponses()
Returns the value of the response protocol If the value is true, the application must send the sendNegativeResponse or sendPositiveResponse after receiving each chain. |
java.lang.Boolean |
getMessageToLu()
Returns the _messageToLu. |
java.lang.String |
getModeName()
Returns the mode name to which the session is going to be established. |
java.lang.String |
getTestFile()
Gets the testFile name |
java.lang.Integer |
getTimeBetweenRetries()
Gets the timeBetweenRetries property value. |
int |
hashCode()
|
void |
setAutomaticSessionEstablishment(java.lang.Boolean automaticSessionEstablishment)
Sets the automaticSessionEstablishment |
void |
setBIDManaged(java.lang.Boolean bIDManaged)
Sets the bIDManaged |
void |
setChaining(java.lang.Boolean chaining)
Sets the chaining protocol. |
void |
setCodeSet(java.lang.String codeSet)
Sets the codeSet property (java.lang.String) value. |
void |
setCompression(java.lang.Boolean compression)
Sets the compression |
void |
setDefiniteResponseSolicited(java.lang.Boolean definiteResponseSolicited)
Sets the definite response protocol to: true:messages include the definite response identifier when possible false:messages do not include the definite response identifier(the default) |
void |
setEndBracketSent(java.lang.Boolean endBracketSent)
Sets the end bracket protocol to : true:messages include the end bracket indicator or false:messages do not include the end bracket indicator (the default) |
void |
setEstablishSessionRetries(java.lang.Integer establishSessionRetries)
Sets the establishSessionRetries |
void |
setEstablishSessionTimeout(java.lang.Integer establishSessionTimeout)
Sets the establishSessionTimeout |
void |
setFmhHeaderSent(java.lang.Boolean fmhHeaderSent)
Sets the FMH sent protocol to : true:sent messages include the FM header or false:sent messages do not include the FM header(the default) |
void |
setFmhIncluded(java.lang.Boolean fmhIncluded)
Sets the FMH received protocol to : true:received messages include the FM header or false:received messages do not include the FM header(the default) |
void |
setHostApplicationName(java.lang.String hostApplicationName)
Sets the hostApplicationName |
void |
setIDLength(java.lang.Integer idLength)
Sets the ID Length |
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 |
setMessageToLu(java.lang.Boolean messageToLu)
Sets the _messageToLu. |
void |
setModeName(java.lang.String modeName)
Sets the modeName |
void |
setTestFile(java.lang.String testFileName)
Sets the testFile name |
void |
setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
Sets the timeBetweenRetries |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyLu0SnaSessionConfigurationProperties()
Method Detail |
public java.lang.String getTestFile()
public void setTestFile(java.lang.String testFileName)
testFileName
- The _testFile to setpublic java.lang.Integer getIDLength()
public void setIDLength(java.lang.Integer idLength)
idLength
- The _IDLength to setpublic java.lang.String getLuName()
public void setLuName(java.lang.String luName)
luName
- The luName to setpublic java.lang.String getHostApplicationName()
setHostApplicationName(java.lang.String)
public void setHostApplicationName(java.lang.String hostApplicationName)
hostApplicationName
- The hostApplicationName to setpublic java.lang.Boolean getMessageToLu()
public void setMessageToLu(java.lang.Boolean messageToLu)
messageToLu
- The _messageToLu to setpublic java.lang.Boolean getChaining()
Returns the value of the chaining protocol. If chaining is true, the messages received are complete chains. If chaining is false, the messages are received as they are sent by the host (FIC,MIC,LIC or OIC). The default value is false.
setChaining(java.lang.Boolean)
public void setChaining(java.lang.Boolean chaining)
Sets the chaining protocol.
chaining
- The new value for the property.getChaining()
public java.lang.Boolean getManageResponses()
Returns the value of the response protocol If the value is true, the application must send the sendNegativeResponse or sendPositiveResponse after receiving each chain. If the value is false, sendPositiveResponse is sent internally if it is needed. 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.Boolean getFmhHeaderSent()
Returns the value of the FMH sent protocol If the value is true, the message sent includes an FM Header. The default value is false.
setFmhHeaderSent(java.lang.Boolean)
public void setFmhHeaderSent(java.lang.Boolean fmhHeaderSent)
Sets the FMH sent protocol to :
fmhHeaderSent
- The new value for the property.getFmhHeaderSent()
public java.lang.Boolean getFmhIncluded()
Returns the value of the FMH received protocol. If the value is true, the messages received with FMH preserve it. If the value is false, FMH is removed from the messages received. The default value is false.
setFmhIncluded(java.lang.Boolean)
public void setFmhIncluded(java.lang.Boolean fmhIncluded)
Sets the FMH received protocol to :
fmhIncluded
- The new value for the property.getFmhIncluded()
public java.lang.Boolean getEndBracketSent()
Returns the value of the end bracket protocol. If the value is true, each message sent ends brackets. If the value is false, the messages sent do not have end brackets. The default value is false.
setEndBracketSent(java.lang.Boolean)
public void setEndBracketSent(java.lang.Boolean endBracketSent)
Sets the end bracket protocol to :
endBracketSent
- The new value for the property.getEndBracketSent()
public java.lang.Integer getEstablishSessionRetries()
setEstablishSessionRetries(java.lang.Integer)
public void setEstablishSessionRetries(java.lang.Integer establishSessionRetries)
establishSessionRetries
- The establishSessionRetries to setpublic java.lang.Integer getTimeBetweenRetries()
setTimeBetweenRetries(java.lang.Integer)
public void setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
timeBetweenRetries
- The timeBetweenRetries to setpublic java.lang.Integer getEstablishSessionTimeout()
public void setEstablishSessionTimeout(java.lang.Integer establishSessionTimeout)
establishSessionTimeout
- The establishSessionTimeout to setpublic java.lang.Boolean getDefiniteResponseSolicited()
Returns the value of the definite response protocol. If the value is true ,messages are sent with a Definite Response (if BIND allows it). If the value is false and if BIND specifies definite or exception, messages are sent with an exception response. The default value is false.
setDefiniteResponseSolicited(java.lang.Boolean)
public void setDefiniteResponseSolicited(java.lang.Boolean definiteResponseSolicited)
Sets the definite response protocol to:
definiteResponseSolicited
- The new value for the property.getDefiniteResponseSolicited()
public java.lang.Boolean getBIDManaged()
public void setBIDManaged(java.lang.Boolean bIDManaged)
bIDManaged
- The bIDManaged to setpublic java.lang.Boolean getCompression()
public void setCompression(java.lang.Boolean compression)
compression
- The compression 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 getModeName()
setModeName(java.lang.String)
public void setModeName(java.lang.String modeName)
modeName
- The modeName to setpublic java.lang.Object clone()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.Boolean getAutomaticSessionEstablishment()
public void setAutomaticSessionEstablishment(java.lang.Boolean automaticSessionEstablishment)
automaticSessionEstablishment
- The automaticSessionEstablishment to set
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |