Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

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


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

start

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

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 -

halt

void halt(java.lang.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 -

Copyright 1996, 2010, 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 SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02