The BPEL server implementation.
This implementation is intended to be thread safe. The key concurrency mechanism is a "management" read/write lock that synchronizes all management operations (they require "write" access) and prevents concurrent management operations and processing (processing requires "read" access). Write access to the lock is scoped to the method, while read access is scoped to a transaction.
@author Maciej Szefler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|