Package org.apache.syncope.core.logic
Class LogicInvocationHandler
- java.lang.Object
-
- org.apache.syncope.core.logic.LogicInvocationHandler
-
public class LogicInvocationHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditManager
auditManager
protected static Logger
LOG
protected NotificationManager
notificationManager
-
Constructor Summary
Constructors Constructor Description LogicInvocationHandler(NotificationManager notificationManager, AuditManager auditManager)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
notificationManager
protected final NotificationManager notificationManager
-
auditManager
protected final AuditManager auditManager
-
-
Constructor Detail
-
LogicInvocationHandler
public LogicInvocationHandler(NotificationManager notificationManager, AuditManager auditManager)
-
-