Class TDBAuditModule
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.audit.TDBAuditModule
-
- All Implemented Interfaces:
AuditModule,Application.Component,Application.Module
public class TDBAuditModule extends Object implements AuditModule
Implementation of the AuditModule that uses Jena TDB storage Configure this in applicationSetup.n3 to enable the Audit module
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface edu.cornell.mannlib.vitro.webapp.modules.Application.Component
Application.Component.LifecycleState
-
-
Constructor Summary
Constructors Constructor Description TDBAuditModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetTdbPath(String path)TDB path configuration property set by the bean loadervoidshutdown(Application application)This should be called only once, and should be the last call on this Component.voidstartup(Application application, ComponentStartupStatus css)This should be called only once, and should be the first call on this Component.
-
-
-
Method Detail
-
setTdbPath
public void setTdbPath(String path)
TDB path configuration property set by the bean loader- Parameters:
path-
-
startup
public void startup(Application application, ComponentStartupStatus css)
Description copied from interface:Application.ComponentThis should be called only once, and should be the first call on this Component.- Specified by:
startupin interfaceApplication.Component
-
shutdown
public void shutdown(Application application)
Description copied from interface:Application.ComponentThis should be called only once, and should be the last call on this Component.- Specified by:
shutdownin interfaceApplication.Component
-
-