|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.ptutilities.migrationutility.PTMigrationTask
public class PTMigrationTask
This class is what calls the actual server migration code. It runs in a separate thread to prevent UI timeouts.
| Field Summary | |
|---|---|
static int |
CANCEL
|
static int |
CREATED
|
static int |
DONE
|
static int |
FAILED
|
static int |
INPROGRESS
|
protected int |
m_intStatus
|
protected IPTMigrationManager |
m_MigrationManager
|
| Constructor Summary | |
|---|---|
PTMigrationTask(IPTMigrationManager _MigrationManager)
Sets status to CREATED. |
|
| Method Summary | |
|---|---|
void |
Cancel()
Sets the status for the migration task to CANCEL |
XPArrayList |
GetMWSMessages()
|
int |
GetStatus()
Gets the current status of the migration task |
void |
run()
Performs the actual migration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CREATED
public static final int INPROGRESS
public static final int DONE
public static final int FAILED
public static final int CANCEL
protected int m_intStatus
protected IPTMigrationManager m_MigrationManager
| Constructor Detail |
|---|
public PTMigrationTask(IPTMigrationManager _MigrationManager)
| Method Detail |
|---|
public void run()
public int GetStatus()
public void Cancel()
public XPArrayList GetMWSMessages()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||