Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface SclbConfigurationBean


public interface SclbConfigurationBean

The root Sclb configuration bean interface.

xsdgen:complexType.targetNamespace= "http://www.oracle.com/ns/occas/sdp/sclb/100"


Method Summary
 ClustersBean getClusters()
          Get the Clusters descriptor bean.
 GeneralBean getGeneral()
          Get the general descriptor bean.
 HealthMonitorBean getHealthMonitor()
          Get the HealthMonitor descriptor bean.
 HttpNetworkConfigurationBean getHttpNetworkConfiguration()
          Get the HttpNetworkConfiguration descriptor bean.
 HttpOverloadProtectionBean getHttpOverloadProtection()
          Get the HttpOverloadProtection descriptor bean.
 HttpThreadPoolConfigurationBean getHttpThreadPoolConfiguration()
          Get the HttpThreadPoolConfiguration descriptor bean.
 ListenersBean getListeners()
          Get the Listeners descriptor bean.
 LoadBalancerServersBean getLoadBalancerServers()
          Get the LoadBalancerServers descriptor bean.
 LoadBalancingPolicyBean getLoadBalancingPolicy()
          Get the LoadBalancingPolicy descriptor bean.
 LoadFactorBean getLoadFactor()
          Get the LoadFactor descriptor bean.
 String getName()
          The name of the bean.
 SclbHttpProxyBean getSclbHttpProxy()
          Get the HttpProxy descriptor bean.
 SclbSipProxyBean getSclbSipProxy()
          Get the SipProxy descriptor bean.
 SipNetworkConfigurationBean getSipNetworkConfiguration()
          Get the SipNetworkConfiguration descriptor bean.
 SipOverloadProtectionBean getSipOverloadProtection()
          Get the SipOverloadProtection descriptor bean.
 SipThreadPoolConfigurationBean getSipThreadPoolConfiguration()
          Get the SipThreadPoolConfiguration descriptor bean.
 WebModulesBean getWebModules()
          Get the WebModules descriptor bean.
 void setName(String name)
          Sets the value of the Name attribute.

 

Method Detail

getGeneral

GeneralBean getGeneral()
Get the general descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.GeneralBean

getLoadBalancingPolicy

LoadBalancingPolicyBean getLoadBalancingPolicy()
Get the LoadBalancingPolicy descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.LoadBalancingPolicyBean

getLoadBalancerServers

LoadBalancerServersBean getLoadBalancerServers()
Get the LoadBalancerServers descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.LoadBalancerServersBean

getHttpThreadPoolConfiguration

HttpThreadPoolConfigurationBean getHttpThreadPoolConfiguration()
Get the HttpThreadPoolConfiguration descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.HttpThreadPoolConfigurationBean

getHttpNetworkConfiguration

HttpNetworkConfigurationBean getHttpNetworkConfiguration()
Get the HttpNetworkConfiguration descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.HttpNetworkConfigurationBean

getSipThreadPoolConfiguration

SipThreadPoolConfigurationBean getSipThreadPoolConfiguration()
Get the SipThreadPoolConfiguration descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.SipThreadPoolConfigurationBean

getSipNetworkConfiguration

SipNetworkConfigurationBean getSipNetworkConfiguration()
Get the SipNetworkConfiguration descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.SipNetworkConfigurationBean

getSclbHttpProxy

SclbHttpProxyBean getSclbHttpProxy()
Get the HttpProxy descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.HttpProxyBean

getSclbSipProxy

SclbSipProxyBean getSclbSipProxy()
Get the SipProxy descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.SipProxyBean

getHealthMonitor

HealthMonitorBean getHealthMonitor()
Get the HealthMonitor descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.HealthMonitorBean

getLoadFactor

LoadFactorBean getLoadFactor()
Get the LoadFactor descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.LoadFactorBean

getHttpOverloadProtection

HttpOverloadProtectionBean getHttpOverloadProtection()
Get the HttpOverloadProtection descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.HttpOverloadProtectionBean

getSipOverloadProtection

SipOverloadProtectionBean getSipOverloadProtection()
Get the SipOverloadProtection descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.SipOverloadProtectionBean

getClusters

ClustersBean getClusters()
Get the Clusters descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.ClustersBean

getListeners

ListenersBean getListeners()
Get the Listeners descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.ListenersBean

getWebModules

WebModulesBean getWebModules()
Get the WebModules descriptor bean.
Returns:
oracle.sdp.sclb.configuration.beans.WebModulesBean

getName

String getName()

The name of the bean.

Returns:
name

setName

void setName(String name)

Sets the value of the Name attribute.

Parameters:
name - bean name
See Also:
getName()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.