This variant of the createConnectionFactory method (with no
arguments) is used by an application in a non-managed environment
to create an IMSConnectionFactory instance.
Determines if the input object matches set of
configuration properties that make this
IMSManagedConnectionFactory instance unique and
specific to a particular IMS Connect.
Return a PropertyChangeSupport object to be used to
maintain a property change listener list and fire property
change events for the IMSManagedConnectionFactory object.
Constructor in class com.ibm.connector2.ims.ico.IMSConnection
Creates an IMSConnection instance as an application
handle to an IMSManagedConnection instance
representing a physical connection such as a TCP/IP
socket or a Local Option connection.
Provides the helper class with a ConnectionFactory to use instead of
doing a JNDI lookup for an application server-managed ConnectionFactory,
for use in a non-managed environment.
Provides the helper class with an IMSConnectionSpec instance which can
be used to provide information such as the security information to be
used with component-managed authentication.
Prior to using a ManagedConnectionFactory JavaBean, the application
server must create an association between the ManagedConnectionFactory
JavaBean and a ResourceAdapter JavaBean by calling setResourceAdapter().
Sets the value of the socketTimeout
property, which is the time IMS Connector for Java
will wait on behalf of the client, to receive a reply
after sending a message to IMS Connect.