|
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.Lu62ManagedConnectionFactory
Lu62ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances
Constructor Summary | |
---|---|
Lu62ManagedConnectionFactory()
|
Method Summary | |
---|---|
void |
addLu62EventListner(Lu62ConversationEventListener listener)
|
java.lang.Object |
createConnectionFactory()
Creates an instance of com.ibm.connector.lu62.LU62ConnectionFactory |
java.lang.Object |
createConnectionFactory(javax.resource.spi.ConnectionManager connectionManager)
Creates an instance of com.ibm.connector.lu62.LU62ConnectionFactory |
javax.resource.spi.ManagedConnection |
createManagedConnection(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection - LU6.2 Conversation |
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getChaining()
Gets the chaining |
Lu62ConversationConfigurationProperties |
getConfigurationProperties()
Gets the configurationProperties |
java.lang.Boolean |
getConfirmMode()
Gets the confirmMode |
java.lang.Integer |
getEstablishConversationRetries()
Gets the establishConversationRetries |
java.lang.Integer |
getEstablishConversationTimeout()
Gets the establishConversationTimeout |
java.lang.Boolean |
getFlushMode()
Gets the flushMode |
java.lang.Boolean |
getJmsPublish()
Returns the _jmsPublish. |
java.io.PrintWriter |
getLogWriter()
Returns LogWriter |
java.lang.String |
getLuName()
Gets the getLuName |
java.lang.Boolean |
getManageResponses()
Gets the menagesResponse |
java.lang.Boolean |
getOutgoing()
Gets the outgoing |
java.lang.String |
getPassword()
Returns the _userPassword. |
java.lang.String |
getPasswordJCA()
Returns the _passwordJCA. |
java.lang.String |
getSymbolicDestinationName()
Gets the symbolicDestinationName |
java.lang.Boolean |
getSynchronousMode()
Gets the synchronousMode |
java.lang.Integer |
getTimeBetweenRetries()
Gets the timeBetweenRetries |
java.lang.String |
getTpName()
Gets the tpName |
java.lang.String |
getUserId()
Returns the _userName. |
java.lang.String |
getUserNameJCA()
Returns the _userNameJCA. |
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 LU62ManagedConnection from the candidate set provided by the application server by comparing properties of the LU62ManagedConnection from the candidate set with the default values of the ManagedConnectionFactory properties. |
void |
setChaining(java.lang.Boolean chaining)
Sets the chaining |
void |
setConfirmMode(java.lang.Boolean confirmMode)
Sets the confirmMode |
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 |
void |
setJmsPublish(java.lang.Boolean jmsPublish)
Sets the _jmsPublish. |
void |
setLogWriter(java.io.PrintWriter out)
Sets LogWriter |
void |
setLuName(java.lang.String luName)
Sets setLuName |
void |
setManageResponses(java.lang.Boolean manageResponses)
Sets the menagesResponse |
void |
setOutgoing(java.lang.Boolean outgoing)
Sets the outgoing |
void |
setPassword(java.lang.String userPassword)
Sets the _userPassword. |
void |
setPasswordJCA(java.lang.String password)
Sets the _passwordJCA. |
void |
setSymbolicDestinationName(java.lang.String symbolicDestinationName)
Sets the symbolicDestinationName |
void |
setSynchronousMode(java.lang.Boolean synchronousMode)
Sets the synchronousMode |
void |
setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
Sets the timeBetweenRetries |
void |
setTpName(java.lang.String tpName)
Sets the tpName |
void |
setUserId(java.lang.String userName)
Sets the _userName. |
void |
setUserNameJCA(java.lang.String userName)
Sets the _userNameJCA. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lu62ManagedConnectionFactory()
Method Detail |
public void addLu62EventListner(Lu62ConversationEventListener listener)
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 java.lang.String getLuName()
public void setLuName(java.lang.String luName) throws javax.resource.ResourceException
luName
- The luName to set
javax.resource.ResourceException
public java.lang.Boolean getOutgoing()
public void setOutgoing(java.lang.Boolean outgoing)
outgoing
- The outgoing to setpublic java.lang.String getTpName()
public void setTpName(java.lang.String tpName) throws javax.resource.ResourceException
tpName
- The tpName to set
javax.resource.ResourceException
public java.lang.String getSymbolicDestinationName()
public void setSymbolicDestinationName(java.lang.String symbolicDestinationName) throws javax.resource.ResourceException
symbolicDestinationName
- The symbolicDestinationName to set
javax.resource.ResourceException
public java.lang.Boolean getManageResponses()
public void setManageResponses(java.lang.Boolean manageResponses)
manageResponses
- The menagesResponse to setpublic java.lang.Integer getEstablishConversationRetries()
public void setEstablishConversationRetries(java.lang.Integer establishConversationRetries)
establishConversationRetries
- The establishConversationRetries to setpublic java.lang.Integer getTimeBetweenRetries()
public void setTimeBetweenRetries(java.lang.Integer timeBetweenRetries)
timeBetweenRetries
- The timeBetweenRetries to setpublic java.lang.Boolean getFlushMode()
public void setFlushMode(java.lang.Boolean flushMode)
flushMode
- The flushMode to setpublic java.lang.Boolean getConfirmMode()
public void setConfirmMode(java.lang.Boolean confirmMode)
confirmMode
- The confirmMode to setpublic java.lang.Boolean getSynchronousMode()
public void setSynchronousMode(java.lang.Boolean synchronousMode)
synchronousMode
- The synchronousMode to setpublic java.lang.Boolean getChaining()
public void setChaining(java.lang.Boolean chaining)
chaining
- The chaining to setpublic java.lang.Integer getEstablishConversationTimeout()
public void setEstablishConversationTimeout(java.lang.Integer establishConversationTimeout)
establishConversationTimeout
- The establishConversationTimeout to setpublic Lu62ConversationConfigurationProperties getConfigurationProperties()
public java.lang.Boolean getJmsPublish()
public void setJmsPublish(java.lang.Boolean jmsPublish)
jmsPublish
- The _jmsPublish to setpublic java.lang.String getUserId()
public void setUserId(java.lang.String userName)
userName
- The _userName to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String userPassword)
userPassword
- The _userPassword to setpublic java.lang.String getUserNameJCA()
public void setUserNameJCA(java.lang.String userName)
userName
- The _userNameJCA to setpublic java.lang.String getPasswordJCA()
public void setPasswordJCA(java.lang.String password)
password
- The _passwordJCA to set
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |