weblogic.cluster.singleton
Class AbstractServiceLocationSelector
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
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 (ServerMBean srvr)
executePostScript
protected boolean executePostScript (MigratableTargetMBean mtBean,
ServerMBean target,
ServerMBean lastHost)
executePostScript
protected boolean executePostScript (MigratableTargetMBean bean,
ServerMBean target)
p
protected static void p (Object o)
migrationSuccessful
public void migrationSuccessful (ServerMBean server,
boolean automaticMigration)
Specified by: migrationSuccessful
in interface ServiceLocationSelector
chooseServer
public abstract ServerMBean chooseServer ()
Specified by: chooseServer
in interface ServiceLocationSelector
setLastHost
public abstract void setLastHost (ServerMBean server)
Specified by: setLastHost
in interface ServiceLocationSelector
setServerList
public abstract void setServerList (List servers)
Specified by: setServerList
in interface ServiceLocationSelector
Copyright 1996, 2011, 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 API Reference 12c Release 1 (12.1.1) Part Number E24391-02
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD