net.sf.exorcist.dbe
Interface MigratorService

All Known Implementing Classes:
SimpleMigratorService

public interface MigratorService

Author:
Jukka Zitting TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void scheduleMigration(java.lang.String[] srcEntries, java.lang.String srcKey, java.lang.String[] dstEntries, java.lang.String dstKey)
          Schedules an automated content migration process.
 

Method Detail

scheduleMigration

void scheduleMigration(java.lang.String[] srcEntries,
                       java.lang.String srcKey,
                       java.lang.String[] dstEntries,
                       java.lang.String dstKey)
Schedules an automated content migration process.

Parameters:
srcEntries - entries for looking up the content exporter service
srcKey - key for content export
dstEntries - entries for looking up the content importer service
dstKey - key for content import


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.