Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.sip.management.runtime
Interface LoadBalancerConfigChangesNotifier


public interface LoadBalancerConfigChangesNotifier

Method Summary
 void halt(String serverName)
          This is method has been added for future work.
 void start(String serverName, int serverWeight, NetworkAccessPointMBean[] mbeans)
          Enable the server from the load balancer pool.
 void stop(String serverName, NetworkAccessPointMBean[] mbeans)
          Disable the server from the load balancer pool.
 void weightChanged(int oldWeight, int newWeight)
          Notify when the server weight changes

 

Method Detail

start

void start(String serverName,
           int serverWeight,
           NetworkAccessPointMBean[] mbeans)
Enable the server from the load balancer pool. WebLogic Sip Server will call this method when the server reaches running state
Parameters:
serverName -
serverWeight -
mbeans - configured to be deployed on this server

stop

void stop(String serverName,
          NetworkAccessPointMBean[] mbeans)
Disable the server from the load balancer pool. WebLogic Sip Server will call this method when the server reaches suspended state
Parameters:
serverName -
mbeans -

halt

void halt(String serverName)
This is method has been added for future work.
Parameters:
serverName -

weightChanged

void weightChanged(int oldWeight,
                   int newWeight)
Notify when the server weight changes
Parameters:
oldWeight -
newWeight -

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.