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
getInteractionSpec
()
|
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
()
|
Change in exceptions thrown from
ConnectorException to no exceptions.
|
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
setInteractionSpec
(InteractionSpec )
|
Change in signature from
com.ibm.connector.InteractionSpec to
javax.resource.cci.InteractionSpec .
|
Sets the interactionSpec property
(javax.resource.cci.InteractionSpec) value. |
void
setIsShutdown
(boolean )
|
Method was locally defined, but is now inherited
from
TransportAdapterDispatcher
. |
Sets the isShutdown property (boolean)
value. |