public class TransactionBatchAsyncJobContainer extends Object implements BatchAsyncJobContainer
| 构造器和说明 |
|---|
TransactionBatchAsyncJobContainer(ExecutorService executorService,
TransactionSupportJobWrapper translationSupportJobWrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchAsyncJobContainer |
cancel() |
List<Object> |
getResult() |
void |
setExecutorService(ExecutorService executorService) |
<V> BatchAsyncJobContainer |
submit(Callable<V> callable,
boolean enableTransaction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubmitpublic TransactionBatchAsyncJobContainer(ExecutorService executorService, TransactionSupportJobWrapper translationSupportJobWrapper)
public void setExecutorService(ExecutorService executorService)
public <V> BatchAsyncJobContainer submit(Callable<V> callable, boolean enableTransaction)
submit 在接口中 BatchAsyncJobContainerpublic List<Object> getResult() throws Exception
getResult 在接口中 BatchAsyncJobContainerExceptionpublic BatchAsyncJobContainer cancel()
cancel 在接口中 BatchAsyncJobContainerCopyright © 2019. All rights reserved.