public interface LoadBalancerConfigChangesNotifier
Modifier and Type | Method and Description |
---|---|
void |
halt(String serverName)
This method is for future enhancement.
|
void |
start(String serverName,
int serverWeight,
weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
Enables a server from the load balancer pool.
|
void |
stop(String serverName,
weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
Disables a server from the load balancer pool.
|
void |
weightChanged(int oldWeight,
int newWeight)
Generates a notification when the server weight changes.
|
void start(String serverName, int serverWeight, weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
serverName
- serverWeight
- mbeans
- configured to be deployed on this servervoid stop(String serverName, weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
serverName
- mbeans
- void halt(String serverName)
serverName
- void weightChanged(int oldWeight, int newWeight)
oldWeight
- newWeight
-