com.agentfactory.cldc.migration
Class MigrationConstant

java.lang.Object
  extended by com.agentfactory.cldc.migration.MigrationConstant

public class MigrationConstant
extends java.lang.Object

Constants used in the migration service and associated actuator.

Author:
Conor Muldoon

Field Summary
static java.lang.String MIGRATION
           
static java.lang.String REGISTER
           
 
Constructor Summary
MigrationConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIGRATION

public static final java.lang.String MIGRATION
See Also:
Constant Field Values

REGISTER

public static final java.lang.String REGISTER
See Also:
Constant Field Values
Constructor Detail

MigrationConstant

public MigrationConstant()