|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionInterceptor | |
---|---|
org.hibersap.configuration | |
org.hibersap.configuration.xml | |
org.hibersap.interceptor.impl | |
org.hibersap.session |
Uses of ExecutionInterceptor in org.hibersap.configuration |
---|
Methods in org.hibersap.configuration that return types with arguments of type ExecutionInterceptor | |
---|---|
static Set<ExecutionInterceptor> |
ConfigurationHelper.createExecutionInterceptors(SessionManagerConfig sessionManagerConfig)
|
Set<ExecutionInterceptor> |
ConfigurationData.getExecutionInterceptors()
|
Method parameters in org.hibersap.configuration with type arguments of type ExecutionInterceptor | |
---|---|
void |
ConfigurationData.setExecutionInterceptors(Set<ExecutionInterceptor> executionInterceptors)
|
Uses of ExecutionInterceptor in org.hibersap.configuration.xml |
---|
Method parameters in org.hibersap.configuration.xml with type arguments of type ExecutionInterceptor | |
---|---|
SessionManagerConfig |
SessionManagerConfig.addExecutionInterceptorClass(Class<? extends ExecutionInterceptor> interceptorClass)
|
Uses of ExecutionInterceptor in org.hibersap.interceptor.impl |
---|
Classes in org.hibersap.interceptor.impl that implement ExecutionInterceptor | |
---|---|
class |
SapErrorInterceptor
Throws a SapException after the execution of a BAPI call when SAP returned an Error message. |
Uses of ExecutionInterceptor in org.hibersap.session |
---|
Methods in org.hibersap.session that return types with arguments of type ExecutionInterceptor | |
---|---|
Set<ExecutionInterceptor> |
SessionManagerImplementor.getExecutionInterceptors()
Returns this SessionManager's Execution interceptors |
Set<ExecutionInterceptor> |
SessionManagerImpl.getExecutionInterceptors()
|
Methods in org.hibersap.session with parameters of type ExecutionInterceptor | |
---|---|
void |
SessionImpl.addExecutionInterceptor(ExecutionInterceptor interceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |