BEA Systems, Inc.

BEA WebLogic SIP Server 3.1 API Reference


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

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

public interface OverloadProtectionMBean
extends WlssMBean

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

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 java.lang.String getRegulationPolicy()
          Deprecated. Get overload protection regulation type
 long getReleaseValue()
          Deprecated. Return overload release value
 long getThresholdValue()
          Deprecated. Return overload threshold value
 void setRegulationPolicy(java.lang.String type)
          Deprecated.  
 void setReleaseValue(long value)
          Deprecated.  
 void setThresholdValue(long value)
          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

getRegulationPolicy

public java.lang.String getRegulationPolicy()
Deprecated. 
Get overload protection regulation type

Returns:
overload protection regulation type

getReleaseValue

public long getReleaseValue()
Deprecated. 
Return overload release value

Returns:
release threshold

getThresholdValue

public long getThresholdValue()
Deprecated. 
Return overload threshold value

Returns:
activate threshold

setRegulationPolicy

public void setRegulationPolicy(java.lang.String type)
                         throws MBeanException
Deprecated. 
Throws:
MBeanException

setReleaseValue

public void setReleaseValue(long value)
                     throws MBeanException
Deprecated. 
Throws:
MBeanException

setThresholdValue

public void setThresholdValue(long value)
                       throws MBeanException
Deprecated. 
Throws:
MBeanException

Documentation is available at
http://e-docs.bea.com/wlcp/wlss31/
Copyright 2007 BEA Systems Inc.