|
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.DummyLu0ManagedConnectionFactory
DummyLu0ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances
Constructor Summary | |
---|---|
DummyLu0ManagedConnectionFactory()
|
Method Summary | |
---|---|
java.lang.Object |
createConnectionFactory()
Creates an instance of com.ibm.connector.lu0.LU0ConnectionFactory |
java.lang.Object |
createConnectionFactory(javax.resource.spi.ConnectionManager connectionManager)
Creates an instance of com.ibm.connector.lu0.LU0ConnectionFactory |
javax.resource.spi.ManagedConnection |
createManagedConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection - LU0 Session |
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getBIDManaged()
Gets the bIDManaged |
java.lang.Boolean |
getChaining()
Gets the chaining |
java.lang.String |
getCodeSet()
Gets the codeSet |
java.lang.Boolean |
getCompression()
Gets the compression |
DummyLu0SnaSessionConfigurationProperties |
getConfigurationProperties()
Gets the configurationProperties |
java.lang.String |
getCurrentLuName()
Gets the currentLuName |
java.lang.Boolean |
getDefiniteResponseSolicited()
Gets the definiteResponseSolicited |
java.lang.Boolean |
getEndBracketSent()
Gets the endBracketSent |
java.lang.Integer |
getEstablishSessionRetries()
Gets the establishSessionRetries |
java.lang.Integer |
getEstablishSessionTimeout()
Gets the establishSessionTimeout |
java.lang.Boolean |
getFmhHeaderSent()
Gets the fmhHeaderSent |
java.lang.Boolean |
getFmhIncluded()
Gets the fmhIncluded |
java.lang.String |
getHostApplicationName()
Gets the hostApplicationName |
java.lang.Integer |
getIDLength()
Gets the ID Length |
java.lang.Boolean |
getJmsPublish()
Returns the _jmsPublish. |
java.io.PrintWriter |
getLogWriter()
Returns LogWriter |
java.lang.String[] |
getLuNames()
Gets the getLuNames |
java.lang.Boolean |
getManageResponses()
Gets the menagesResponse |
java.lang.Boolean |
getMessageToLu()
Gets the messageToLu |
java.lang.String |
getModeName()
Gets the modeName |
java.lang.String |
getTestFile()
Gets the testFile Name |
java.lang.Integer |
getTimeBetweenRetries()
Gets the timeBetweenRetries |
java.lang.String |
getUserName()
Returns the _userName. |
java.lang.String |
getUserPassword()
Returns the _userPassword. |
int |
hashCode()
|
javax.resource.spi.ManagedConnection |
matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
This method selects the matching LU0ManagedConnection from the candidate set provided by the application server by comparing properties of the LU0ManagedConnection from the candidate set with the default values of the ManagedConnectionFactory properties. |
void |
setBIDManaged(java.lang.Boolean bIDManaged)
Sets the bIDManaged |
void |
setChaining(java.lang.Boolean chaining)
Sets the chaining |
void |
setCodeSet(java.lang.String codeSet)
Sets the codeSet |
void |
setCompression(java.lang.Boolean compression)
Sets the compression |
void |
setCurrentLuName(java.lang.String currentLuName)
Sets the currentLuName |
void |
setDefiniteResponseSolicited(java.lang.Boolean definiteResponseSolicited)
Sets the definiteResponseSolicited |
void |
setEndBracketSent(java.lang.Boolean endBracketSent)
Sets the endBracketSent |
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 fmhHeaderSent |
void |
setFmhIncluded(java.lang.Boolean fmhIncluded)
Sets the fmhIncluded |
void |
setHostApplicationName(java.lang.String hostApplicationName)
Sets the hostApplicationName |
void |
setIDLength(java.lang.Integer idLength)
Sets the idLength |
void |
setJmsPublish(java.lang.Boolean jmsPublish)
Sets the _jmsPublish. |
void |
setLogWriter(java.io.PrintWriter out)
Sets LogWriter |
void |
setLuNames(java.lang.String luNames)
Sets setLuNames |
void |
setManageResponses(java.lang.Boolean manageResponses)
Sets the menagesResponse |
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 |
void |
setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
Sets the timeBetweenRetries |
void |
setUserName(java.lang.String userName)
Sets the _userName. |
void |
setUserPassword(java.lang.String userPassword)
Sets the _userPassword. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyLu0ManagedConnectionFactory()
Method Detail |
public java.lang.Object createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory
in interface javax.resource.spi.ManagedConnectionFactory
javax.resource.ResourceException
public java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager connectionManager) throws javax.resource.ResourceException
createConnectionFactory
in interface javax.resource.spi.ManagedConnectionFactory
connectionManager
- javax.resource.spi.ConnectionManager
javax.resource.ResourceException
public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo) throws javax.resource.ResourceException
createManagedConnection
in interface javax.resource.spi.ManagedConnectionFactory
subject
- javax.security.auth.SubjectconnectionRequestInfo
- javax.resource.spi.ConnectionRequestInfo
javax.resource.ResourceException
public boolean equals(java.lang.Object obj)
equals
in interface javax.resource.spi.ManagedConnectionFactory
public int hashCode()
hashCode
in interface javax.resource.spi.ManagedConnectionFactory
public java.io.PrintWriter getLogWriter()
getLogWriter
in interface javax.resource.spi.ManagedConnectionFactory
public javax.resource.spi.ManagedConnection matchManagedConnections(java.util.Set connectionSet, javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo) throws javax.resource.ResourceException
matchManagedConnections
in interface javax.resource.spi.ManagedConnectionFactory
connectionSet
- java.util.Setsubject
- javax.security.auth.SubjectconnectionRequestInfo
- javax.resource.spi.ConnectionRequestInfo
javax.resource.ResourceException
public void setLogWriter(java.io.PrintWriter out)
setLogWriter
in interface javax.resource.spi.ManagedConnectionFactory
out
- java.io.PrintWriterpublic void setLuNames(java.lang.String luNames) throws javax.resource.ResourceException
luNames
- The luNames to set
javax.resource.ResourceException
public java.lang.String[] getLuNames()
public java.lang.String getHostApplicationName()
public void setHostApplicationName(java.lang.String hostApplicationName) throws javax.resource.ResourceException
hostApplicationName
- The hostApplicationName to set
javax.resource.ResourceException
public java.lang.Boolean getMessageToLu()
public void setMessageToLu(java.lang.Boolean messageToLu)
messageToLu
- The messageToLu to setpublic java.lang.Boolean getChaining()
public void setChaining(java.lang.Boolean chaining)
chaining
- The chaining to setpublic java.lang.Boolean getManageResponses()
public void setManageResponses(java.lang.Boolean manageResponses)
manageResponses
- The menagesResponse to setpublic java.lang.Boolean getFmhHeaderSent()
public void setFmhHeaderSent(java.lang.Boolean fmhHeaderSent)
fmhHeaderSent
- The fmhHeaderSent to setpublic java.lang.Boolean getFmhIncluded()
public void setFmhIncluded(java.lang.Boolean fmhIncluded)
fmhIncluded
- The fmhIncluded to setpublic java.lang.Boolean getEndBracketSent()
public void setEndBracketSent(java.lang.Boolean endBracketSent)
endBracketSent
- The endBracketSent to setpublic java.lang.Integer getEstablishSessionRetries()
public void setEstablishSessionRetries(java.lang.Integer establishSessionRetries)
establishSessionRetries
- The establishSessionRetries to setpublic java.lang.Integer getTimeBetweenRetries()
public void setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
timeBetweenRetries
- The timeBetweenRetries to setpublic java.lang.Boolean getDefiniteResponseSolicited()
public void setDefiniteResponseSolicited(java.lang.Boolean definiteResponseSolicited)
definiteResponseSolicited
- The definiteResponseSolicited to setpublic 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 DummyLu0Exception
codeSet
- The codeSet to set
DummyLu0Exception
public java.lang.String getCurrentLuName()
public void setCurrentLuName(java.lang.String currentLuName)
currentLuName
- The currentLuName to setpublic java.lang.Integer getEstablishSessionTimeout()
public void setEstablishSessionTimeout(java.lang.Integer establishSessionTimeout)
establishSessionTimeout
- The establishSessionTimeout to setpublic java.lang.String getModeName()
public void setModeName(java.lang.String modeName)
modeName
- The modeName to setpublic DummyLu0SnaSessionConfigurationProperties getConfigurationProperties()
public java.lang.Boolean getJmsPublish()
public void setJmsPublish(java.lang.Boolean jmsPublish)
jmsPublish
- The _jmsPublish to setpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- The _userName to setpublic java.lang.String getUserPassword()
public void setUserPassword(java.lang.String userPassword)
userPassword
- The _userPassword to setpublic java.lang.String getTestFile()
public void setTestFile(java.lang.String testFileName) throws javax.resource.ResourceException
testFileName
- The testFileName to set
javax.resource.ResourceException
public java.lang.Integer getIDLength()
public void setIDLength(java.lang.Integer idLength) throws javax.resource.ResourceException
idLength
- The idLength to set
javax.resource.ResourceException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |