| Package | Description |
|---|---|
| org.bridje.ioc.thls |
| Modifier and Type | Method and Description |
|---|---|
<T,D,E extends Throwable> |
ThlsService.doAsEx(ThlsActionException<T,E> action,
Class<D> cls,
D data)
This method puts all the data objects on the internal thread local
storage an executes the
ThlsAction. |
static <T,D,E extends Throwable> |
Thls.doAsEx(ThlsActionException<T,E> action,
Class<D> cls,
D data)
This method puts all the data objects on the internal thread local
storage an executes the
ThlsAction. |
Copyright © 2015–2018 Bridje Framework. All rights reserved.