|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.exorcist.dbe.impl.SimpleMigratorService
public class SimpleMigratorService
Constructor Summary | |
---|---|
SimpleMigratorService()
|
Method Summary | |
---|---|
void |
destroy()
|
void |
init(org.dbe.servent.ServiceContext context)
|
void |
run()
|
void |
scheduleMigration(java.lang.String[] srcEntries,
java.lang.String srcKey,
java.lang.String[] dstEntries,
java.lang.String dstKey)
Schedules an automated content migration process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMigratorService()
Method Detail |
---|
public void init(org.dbe.servent.ServiceContext context)
init
in interface org.dbe.servent.Adapter
public void destroy()
destroy
in interface org.dbe.servent.Adapter
public void run()
run
in interface java.lang.Runnable
public void scheduleMigration(java.lang.String[] srcEntries, java.lang.String srcKey, java.lang.String[] dstEntries, java.lang.String dstKey)
MigratorService
scheduleMigration
in interface MigratorService
srcEntries
- entries for looking up the content exporter servicesrcKey
- key for content exportdstEntries
- entries for looking up the content importer servicedstKey
- key for content import
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |