weblogic.cluster.singleton
Interface SingletonMonitorRemote
- All Superinterfaces: 
- MigratorInterface, Remote
- public interface SingletonMonitorRemote 
- extends Remote, MigratorInterface
 
 
 
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
unregister
void unregister(String name)
                throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
register
void register(String name)
              throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
registerJTA
void registerJTA(String name)
                 throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
findServiceLocation
String findServiceLocation(String name)
                           throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
migrate
boolean migrate(String service,
                String destination)
                throws RemoteException
- 
- Specified by:
- migratein interface- MigratorInterface
 
- 
- Throws:
- RemoteException
 
deactivateJTA
void deactivateJTA(String service,
                   String hostServer)
                   throws RemoteException
- 
 
- 
- Throws:
- RemoteException