public class SimpleCallInterceptor
extends java.lang.Object
DynamicInterceptor to intercept and log calls to an interface.| Constructor and Description |
|---|
SimpleCallInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createSimpleInterceptor(java.lang.Class<T> corbaInterface,
T delegate,
java.util.logging.Logger logger)
Calls
DynamicInterceptor.createDynamicInterceptor(Class, Object, Logger, ClassLoader, InterceptionHandlerFactory),
using SimpleInterceptionHandler objects to handle (log) the intercepted calls. |
public static <T> T createSimpleInterceptor(java.lang.Class<T> corbaInterface,
T delegate,
java.util.logging.Logger logger)
DynamicInterceptor.createDynamicInterceptor(Class, Object, Logger, ClassLoader, InterceptionHandlerFactory),
using SimpleInterceptionHandler objects to handle (log) the intercepted calls.