Changed
Methods
|
ConnectionSpec
getConnectionSpec
()
|
Change in return type from
com.ibm.connector.ConnectionSpec to
javax.resource.cci.ConnectionSpec .
|
Gets the connectionSpec property
(javax.resource.cci.ConnectionSpec) value. |
InteractionSpec[]
getInteractionSpecs
()
|
Change in return type from
com.ibm.connector.InteractionSpec[] to
javax.resource.cci.InteractionSpec[] .
|
Gets the interactionSpec property
(javax.resource.cci.InteractionSpec) value. |
boolean
getIsShutdown
()
|
Method was locally defined, but is now inherited
from
TransportAdapterDispatcher
. |
Gets the isShutdown property (boolean) value. |
void
run
()
|
Changed from synchronized to
non-synchronized. |
Starts the thread to start processing. |
void
setConnectionSpec
(ConnectionSpec )
|
Change in signature from
com.ibm.connector.ConnectionSpec to
javax.resource.cci.ConnectionSpec .
|
Sets the connectionSpec property
(javax.resource.cci.ConnectionSpec) value. |
void
setInteractionSpecs
(InteractionSpec[] )
|
Change in signature from
com.ibm.connector.InteractionSpec[] to
javax.resource.cci.InteractionSpec[] .
|
Sets the interactionSpec property
(javax.resource.cci.InteractionSpec) values for the required number of
threads. |
void
setIsShutdown
(boolean )
|
Method was locally defined, but is now inherited
from
TransportAdapterDispatcher
. |
Sets the isShutdown property (boolean)
value. |