weblogic.cluster.singleton 
 
java.lang.Object 
  weblogic.cluster.singleton.AbstractServiceLocationSelector 
 
All Implemented Interfaces:  ServiceLocationSelector  
Direct Known Subclasses:  BasicServiceLocationSelector  
public abstract class AbstractServiceLocationSelector  extends Object implements ServiceLocationSelector    
This class is the base class for all the ServiceLocationSelector interface 
 implementations. It provides common utility methods.
Field Summary   
protected static boolean DEBUG  
 
Method Summary   
abstract  weblogic.management.configuration.ServerMBean chooseServer  
protected  boolean executePostScript  
protected  boolean executePostScript  
protected  List  getAcceptableServers List  serverList) 
protected  boolean isServerRunning  
 void migrationSuccessful  
protected static void p Object  o) 
abstract  void setLastHost  
abstract  void setServerList List  servers) 
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
DEBUG 
protected static final boolean DEBUG  
 
 
AbstractServiceLocationSelector 
public AbstractServiceLocationSelector () 
 
getAcceptableServers 
protected List  getAcceptableServers (List  serverList) 
 
 
 
isServerRunning 
protected boolean isServerRunning (weblogic.management.configuration.ServerMBean srvr) 
 
 
 
executePostScript 
protected boolean executePostScript (weblogic.management.configuration.MigratableTargetMBean mtBean,
                                    weblogic.management.configuration.ServerMBean target,
                                    weblogic.management.configuration.ServerMBean lastHost) 
 
 
 
executePostScript 
protected boolean executePostScript (weblogic.management.configuration.MigratableTargetMBean bean,
                                    weblogic.management.configuration.ServerMBean target) 
 
 
 
p 
protected static void p (Object  o) 
 
 
 
migrationSuccessful 
public void migrationSuccessful (weblogic.management.configuration.ServerMBean server,
                                boolean automaticMigration) 
Specified by: migrationSuccessful ServiceLocationSelector  
 
 
chooseServer 
public abstract weblogic.management.configuration.ServerMBean chooseServer () 
Specified by: chooseServer ServiceLocationSelector  
 
 
setLastHost 
public abstract void setLastHost (weblogic.management.configuration.ServerMBean server) 
Specified by: setLastHost ServiceLocationSelector  
 
 
setServerList 
public abstract void setServerList (List  servers) 
Specified by: setServerList ServiceLocationSelector  
 
 
 
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.  
 
 PREV CLASS 
 NEXT CLASS  
  FRAMES NO FRAMES 
  All Classes  
  
  SUMMARY: NESTED | FIELD  | CONSTR  | METHOD  
DETAIL: FIELD  | CONSTR  | METHOD