Package org.nuxeo.audit.mem
Class MemAuditBackendFactory
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.audit.mem.MemAuditBackendFactory
- All Implemented Interfaces:
AuditBackendFactory<MemAuditBackend>
,Adaptable
,Component
,Extensible
,TimestampedService
public class MemAuditBackendFactory
extends DefaultComponent
implements AuditBackendFactory<MemAuditBackend>
- Since:
- 2025.0
-
Field Summary
FieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.audit.service.AuditBackendFactory
getApplicationStartedOrder
Methods inherited from interface org.nuxeo.runtime.model.Component
activate, deactivate, setName, start, stop
Methods inherited from interface org.nuxeo.runtime.model.Extensible
registerExtension, unregisterExtension
Methods inherited from interface org.nuxeo.runtime.service.TimestampedService
getLastModified, setLastModified
-
Field Details
-
backends
-
-
Constructor Details
-
MemAuditBackendFactory
public MemAuditBackendFactory()
-
-
Method Details
-
getAuditBackend
- Specified by:
getAuditBackend
in interfaceAuditBackendFactory<MemAuditBackend>
- Returns:
- the
AuditBackend
with the givenname
-