public interface JpsUtilMigrationAuditStoreIfc
| Modifier and Type | Method and Description |
|---|---|
void |
migrateAuditStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.util.Map<java.lang.String,java.lang.Object> options)
Method to migrate all the audit store data from one (source) to another (destination)
|
void |
migrateAuditStoreData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
Method to migrate all the audit store data in a audit store(source) to another (destination)
|
void migrateAuditStoreData(java.lang.String srcJpsContext,
java.lang.String dstJpsContext)
throws JpsException
srcJpsContext - The JPS Context which defines the source audit store (defined in the jps-config.xml file).dstJpsContext - The JPS Context which defines the destination audit store (defined in the jps-config.xml file).JpsException
void migrateAuditStoreData(java.lang.String srcJpsContext,
JpsConfiguration srcConfiguration,
java.lang.String dstJpsContext,
JpsConfiguration dstConfiguration,
java.util.Map<java.lang.String,java.lang.Object> options)
throws JpsException
srcJpsContext - The JPS Context which defines the source auditstore (defined in the jps-config.xml file).srcConfiguration - The JpsConfiguration object that has the srcJpsContextdstJpsContext - The JPS Context which defines the destination auditstore (defined in the jps-config.xml file).dstConfiguration - The JPSConfiguration object that has the dstJpsContextoptions - Contains options for migrationJpsException