public interface MigratorInterface extends Remote
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
migrate(String name,
       String destination)  | 
boolean | 
migrate(String name,
       String destination,
       boolean sourceUp,
       boolean destinationUp)  | 
boolean | 
migrateJTA(String name,
          String destination,
          boolean sourceUp,
          boolean destinationUp)  | 
boolean migrate(String name, String destination) throws RemoteException
RemoteExceptionboolean migrate(String name, String destination, boolean sourceUp, boolean destinationUp) throws RemoteException
RemoteExceptionboolean migrateJTA(String name, String destination, boolean sourceUp, boolean destinationUp) throws RemoteException
RemoteException