◆ migrate()
static void org.turro.publication.command.PublicationMigration.migrate |
( |
| ) |
|
|
static |
Definition at line 38 of file PublicationMigration.java.
39 PublicationMigration migration =
new PublicationMigration();
40 if(migration.isNecessary())
new Thread(migration,
"ElephantPublication migration").start();
◆ run()
void org.turro.publication.command.PublicationMigration.run |
( |
| ) |
|
Definition at line 71 of file PublicationMigration.java.
72 if(!LOCK.isLocked()) {
74 if(LOCK.tryLock(0, TimeUnit.SECONDS)) {
83 }
catch (InterruptedException ex) {
84 WebLoggers.severe(
this).exception(ex).log();
The documentation for this class was generated from the following file: