Class AuditDAOFactory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.audit.storage.AuditDAOFactory
-
public class AuditDAOFactory extends Object
Factory for Audit DAOs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditDAOFactory.Storage
-
Constructor Summary
Constructors Constructor Description AuditDAOFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuditDAOgetAuditDAO()Get an Audit DAO instancestatic voidinitialize(AuditDAOFactory.Storage storage)Initialise the factorystatic voidshutdown()Clean up for the factory
-
-
-
Method Detail
-
initialize
public static void initialize(AuditDAOFactory.Storage storage)
Initialise the factory- Parameters:
storage-
-
shutdown
public static void shutdown()
Clean up for the factory
-
getAuditDAO
public static AuditDAO getAuditDAO()
Get an Audit DAO instance- Parameters:
req-- Returns:
-
-