com.hyperion.lcm.clu
Class LCMHandle

java.lang.Object
  extended bycom.hyperion.lcm.clu.LCMHandle

public class LCMHandle
extends java.lang.Object

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.

Version:
1.1

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

LCMHandle

public LCMHandle()
Method Detail

getMessage

public java.lang.String getMessage()
Method returns the status message associated with the migration.

Returns:
string with status message

Success - Status message for successful migrations.

Completed With Failures - Status message for failed migrations.


getMigrationID

public int getMigrationID()
Method returns the migration id associated with the migration. Future API support would be added to get more details about the migration from migration id.

Returns:
integer with the migration id that can be used to track the migration status report