Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


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

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean, WlssMBean

public interface ExternalLoadBalancerMBean
extends weblogic.management.configuration.ConfigurationMBean, WlssMBean

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 © 2008 Oracle Corp. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 LoadBalancerConfigChangesNotifier getLoadBalancerConfigChangesNotifier()
          Deprecated.  
 void setLoadBalancerConfigChangesNotifier(LoadBalancerConfigChangesNotifier notifier)
          Deprecated.  
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Method Detail

getLoadBalancerConfigChangesNotifier

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

setLoadBalancerConfigChangesNotifier

public void setLoadBalancerConfigChangesNotifier(LoadBalancerConfigChangesNotifier notifier)
Deprecated. 
Parameters:
notifier -

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