Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


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


public interface LoadBalancerConfigChangesNotifier

Copyright © 2008 Oracle Corp. All Rights Reserved.

Method Summary
 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

start

public void start(java.lang.String serverName,
                  int serverWeight,
                  weblogic.management.configuration.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

public void stop(java.lang.String serverName,
                 weblogic.management.configuration.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 -

weightChanged

public void weightChanged(int oldWeight,
                          int newWeight)
Notify when the server weight changes

Parameters:
oldWeight -
newWeight -

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.