BEA Systems, Inc.

weblogic.cluster.singleton
Interface MigratorInterface

All Superinterfaces:
Remote
All Known Subinterfaces:
SingletonMonitorRemote

public interface MigratorInterface
extends Remote


Method Summary
 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)
           
 

Method Detail

migrate

boolean migrate(String name,
                String destination)
                throws RemoteException
Throws:
RemoteException

migrate

boolean migrate(String name,
                String destination,
                boolean sourceUp,
                boolean destinationUp)
                throws RemoteException
Throws:
RemoteException

migrateJTA

boolean migrateJTA(String name,
                   String destination,
                   boolean sourceUp,
                   boolean destinationUp)
                   throws RemoteException
Throws:
RemoteException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.