
|
If you were logged in you would be able to see more operations.
|
|
|
|
As the doResume() method of JMSContinuation could be invoked in different thread as the same time, it should be synchronized.
Also, as getters will (most probably) not be made synchronized, some fields (isNew, isPending, isResumed) need to be made volatile.
|
|
Description
|
As the doResume() method of JMSContinuation could be invoked in different thread as the same time, it should be synchronized.
Also, as getters will (most probably) not be made synchronized, some fields (isNew, isPending, isResumed) need to be made volatile. |
Show » |
|