Class LoggingProxy
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.LoggingProxy
-
- All Implemented Interfaces:
InvocationHandler
public class LoggingProxy extends Object implements InvocationHandler
Proxy responsible for logging operations from the API.
-
-
Constructor Summary
Constructors Constructor Description LoggingProxy(Class<? extends APIOperation> api, Object target, String instanceName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
static boolean
isLoggable()
-
-
-
Constructor Detail
-
LoggingProxy
public LoggingProxy(Class<? extends APIOperation> api, Object target, String instanceName)
-
-