|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICancelServicesDecoratorProviderBuilder
| Field Summary | |
|---|---|
static int |
DEFAULT_ORDER
|
| Method Summary | |
|---|---|
ICancelServicesDecoratorProviderBuilder |
addServices(Class<?>... services)
Adds a service(s) to the list of services to decorate |
org.jowidgets.service.api.IServicesDecoratorProvider |
build()
|
ICancelServicesDecoratorProviderBuilder |
setOrder(int order)
Sets the order for the service decoration. |
ICancelServicesDecoratorProviderBuilder |
setServices(Collection<? extends Class<?>> services)
Sets the services that should be decorated, so that the HibernateSession will be canceled when execution callback was canceled. |
| Field Detail |
|---|
static final int DEFAULT_ORDER
| Method Detail |
|---|
ICancelServicesDecoratorProviderBuilder setServices(Collection<? extends Class<?>> services)
addServices(Class...) instead.
services - The services (must be interfaces) that should be decorated
ICancelServicesDecoratorProviderBuilder addServices(Class<?>... services)
services - The service(s) to add, must not be null
ICancelServicesDecoratorProviderBuilder setOrder(int order)
DEFAULT_ORDER will be used
order - The order to set.
org.jowidgets.service.api.IServicesDecoratorProvider build()
IServicesDecoratorProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||