BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.sip.management.configuration
Interface ExternalLoadBalancerMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.WebLogicMBean

public interface ExternalLoadBalancerMBean
extends weblogic.management.configuration.ConfigurationMBean

Allow customers to integrate the servers with various load balancers When SipServer starts it will call start method on the Notifier and stop when the WebLogic server shutdown gracefully

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 LoadBalancerConfigChangesNotifier getLoadBalancerConfigChangesNotifier()
           
 void setLoadBalancerConfigChangesNotifier(LoadBalancerConfigChangesNotifier notifier)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getLoadBalancerConfigChangesNotifier

public LoadBalancerConfigChangesNotifier getLoadBalancerConfigChangesNotifier()
Returns:
the notifier
A dynamic MBean attribute.

setLoadBalancerConfigChangesNotifier

public void setLoadBalancerConfigChangesNotifier(LoadBalancerConfigChangesNotifier notifier)
Parameters:
notifier -

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.