Class AuditServiceFactoryImpl
java.lang.Object
de.xima.fc.certificate.ms.impl.audit.AuditServiceFactoryImpl
- All Implemented Interfaces:
IAuditServiceFactory
@ApplicationScoped
public class AuditServiceFactoryImpl
extends Object
implements IAuditServiceFactory
Factory for creating instances of the audit service.
- Since:
- 01.08.25
- Author:
- Norman Lorenz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the audit service with its own transaction context.
-
Constructor Details
-
AuditServiceFactoryImpl
public AuditServiceFactoryImpl()
-
-
Method Details
-
newAuditService
Description copied from interface:IAuditServiceFactoryCreates a new instance of the audit service with its own transaction context.- Specified by:
newAuditServicein interfaceIAuditServiceFactory- Parameters:
tx- The transaction to be used by the audit service.- Returns:
- A new audit service instance.
-