@Contract
public interface WorkContextHandler
| Modifier and Type | Method and Description |
|---|---|
void |
init(String raName,
ClassLoader loader)
initialize the work-context-handler
|
boolean |
isContextSupported(boolean strict,
String workContextClassName)
indicates whether the provided workContextClass is supported by the container
|
boolean isContextSupported(boolean strict,
String workContextClassName)
strict - indicates whether the type-check need to be strict or not i.e.,
exact type or its super-class typeworkContextClassName - inflow context class namevoid init(String raName, ClassLoader loader)
raName - resource-adapter nameloader - class-loader of the resource-adapterCopyright © 2019. All rights reserved.