|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LoadBalancerConfigChangesNotifier
| Method Summary | |
|---|---|
void |
halt(java.lang.String serverName)This is method has been added for future work. |
void |
start(java.lang.String serverName, int serverWeight, weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)Enable the server from the load balancer pool. |
void |
stop(java.lang.String serverName, weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)Disable the server from the load balancer pool. |
void |
weightChanged(int oldWeight, int newWeight)Notify when the server weight changes |
| Method Detail |
|---|
void start(java.lang.String serverName,
int serverWeight,
weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
serverName -serverWeight -mbeans - configured to be deployed on this server
void stop(java.lang.String serverName,
weblogic.management.configuration.NetworkAccessPointMBean[] mbeans)
serverName -mbeans -void halt(java.lang.String serverName)
serverName -
void weightChanged(int oldWeight,
int newWeight)
oldWeight -newWeight -
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||