|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hyperion.lcm.clu.LCMHandle
This is a class providing API to obtain migration status message and migration id associated with the migration. Objects of this class are returned when a call to LCMClient.execute method is made.
Constructor Summary | |
LCMHandle()
|
Method Summary | |
java.lang.String |
getMessage()
Method returns the status message associated with the migration. |
int |
getMigrationID()
Method returns the migration id associated with the migration. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LCMHandle()
Method Detail |
public java.lang.String getMessage()
Success - Status message for successful migrations.
Completed With Failures - Status message for failed migrations.
public int getMigrationID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |