What are the four transaction participation states in MTS?



What are the four transaction participation states in MTS?..

Answer / dia meerja

Requires a transaction—This indicates that the component must run within the context of a transaction. If this component is called from within an existing transaction, then it will execute within that transaction. If there is no current transaction, then MTS will automatically create a transaction in which to execute the component.

Requires a new transaction—This indicates that this component must run within its own transaction. Even if this component was called from within an existing transaction, it is required that a new one is created for this component.

Supports transactions—This indicates that the component can participate within a transaction, but a transaction is not required. If this component is called from within a transaction, it will run within the environment of that transaction. If there was no transaction currently executing, then this component would execute separately as well.

Does not support transactions—This is used to indicate that the component does not support transactions. If this component were to be called from within a transaction, then it would be provided with an environment of execution outside of the current transaction. This is the default value for all components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MTS Interview Questions

what is meany by depriciation?

1 Answers  


Explain Distributed Transactions in MTS?

1 Answers  


How Object Instance Management done in MTS?

1 Answers  


About Connection pooling in MTS ?

1 Answers   MTS, Satyam,


i want to put reliance cdma sim in mts android mobile it will work or not

1 Answers   MTS,






What are Resource Managers in MTS?

1 Answers  


How interfaces are used by the component to communicate with MTS?

1 Answers  


About MTS and it?s purpose ?

2 Answers   Clariant, DWP, MTS, Satyam,


What are the four transaction participation states in MTS?

1 Answers  


Write an algorithm that accepts five numbers and displays the sum and average of the numbers?

6 Answers   JIPMER,


How does Automatic management of processes and threads done in MTS?

1 Answers  


Categories