T - the state typepublic abstract static class IUnitOfWork.Void<T> extends java.lang.Object implements IUnitOfWork<java.lang.Object,T>
IUnitOfWork.Void<T>| Constructor and Description |
|---|
Void() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
exec(T state) |
abstract void |
process(T state) |
public final java.lang.Object exec(T state) throws java.lang.Exception
exec in interface IUnitOfWork<java.lang.Object,T>state - - The state, which is synchronized while this method is executed
Do not return any references to something contained in this resourcejava.lang.Exceptionpublic abstract void process(T state) throws java.lang.Exception
java.lang.Exception