Interface MediaOverLoadProtectionBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,weblogic.descriptor.SettableBean
public interface MediaOverLoadProtectionBean
extends weblogic.descriptor.DescriptorBean
- Author:
- Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved. Bean representing overload protection configuration for a Media Engine. Associates ResourceThreshold settings with a named engine instance.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ResourceThreshold parameters that control overload protection for this engine.Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
getResourceThresholds
ResourceThresholdsBean getResourceThresholds()Returns the ResourceThreshold parameters that control overload protection for this engine.
Contains all limits and thresholds used to manage media resource utilization and avoid server exhaustion.
- Returns:
- com.bea.wcp.media.descriptor.beans.ResourceThresholdsBean
-