Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

weblogic.cluster.singleton
Interface SingletonMonitorRemote

All Superinterfaces:
MigratorInterface, Remote

public interface SingletonMonitorRemote
extends Remote, MigratorInterface


Field Summary
static String JNDI_NAME
           
 
Method Summary
 void deactivateJTA(String service, String hostServer)
           
 String findServiceLocation(String name)
           
 boolean migrate(String service, String destination)
           
 void register(String name)
           
 void registerJTA(String name)
           
 void unregister(String name)
           
 
Methods inherited from interface weblogic.cluster.singleton.MigratorInterface
migrate, migrateJTA
 

Field Detail

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

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:
migrate in interface MigratorInterface
Throws:
RemoteException

deactivateJTA

void deactivateJTA(String service,
                   String hostServer)
                   throws RemoteException
Throws:
RemoteException

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03