Package | Description |
---|---|
net.sf.ehcache.transaction.xa.processor |
XAResource requests processor.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<javax.transaction.xa.Xid,XAThreadPool.MultiRunner> |
XARequestProcessor.executorMap |
Modifier and Type | Method and Description |
---|---|
XAThreadPool.MultiRunner |
XAThreadPool.getMultiRunner()
Reserve a thread from the pool
|
private XAThreadPool.MultiRunner |
XARequestProcessor.getOrCreateThread(javax.transaction.xa.Xid xid)
Gets the executor service for a Transaction, either by creating a new one if none exists, or returning the
existing one
|