Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcCoordinatorImpl.coordinateWork(WorkExecutorVisitable<T> work) |
Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcCoordinator.coordinateWork(WorkExecutorVisitable<T> work)
Perform the requested work handling exceptions, coordinating and handling return processing.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JdbcIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted) |
Modifier and Type | Method and Description |
---|---|
<T> T |
JtaIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IsolationDelegate.delegateWork(WorkExecutorVisitable<T> work,
boolean transacted)
Perform the given work in isolation from current transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReturningWork<T>
An abstract implementation of
ReturningWork that accepts a WorkExecutor
visitor for executing a discrete piece of work and returning a result. |
class |
AbstractWork
An abstract implementation of
Work that accepts a WorkExecutor
visitor for executing a discrete piece of work. |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.