Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.management.configuration
Interface SNMPAgentDeploymentMBean

All Superinterfaces:
ConfigurationMBean, DeploymentMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, SNMPAgentMBean, WebLogicMBean

public interface SNMPAgentDeploymentMBean
extends SNMPAgentMBean, DeploymentMBean

This MBean is an SNMP agent that can be targeted to instances of WebLogic Server.

With SNMP, you configure agents to gather and send data about managed resources in response to a request from managers. You can also configure agents to issue unsolicited reports to managers when they detect predefined thresholds or conditions on a managed resource.

In a WebLogic Server domain, you can choose a centralized or de-centralized model for SNMP monitoring and communication:

To support domains that were created with WebLogic Server release 9.2 and earlier, a domain also hosts a singleton SNMP agent whose scope is the entire domain (see SNMPAgentMBean). SNMPAgentMBean offers the same features as an instance of this MBean (SNMPAgentDeploymentMBean) that you have targeted as described in the centralized model above. However, the underlying implementation of SNMPAgentMBean is different and it will eventually be deprecated. SNMPAgentMBean is overridden if you target an instance of this MBean to the Administration Server.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.SNMPAgentMBean
AES_128, DEBUG_CRITICAL, DEBUG_FATAL, DEBUG_NONCRITICAL, DEBUG_NONE, DES, MD5, NO_AUTH, NO_PRIV, SHA, SNMPV1, SNMPV2, SNMPV3
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Fields inherited from interface weblogic.management.configuration.DeploymentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 
Methods inherited from interface weblogic.management.configuration.SNMPAgentMBean
addSNMPAttributeChange, addSNMPCounterMonitor, addSNMPGaugeMonitor, addSNMPLogFilter, addSNMPProxy, addSNMPStringMonitor, addSNMPTrapDestination, addTargetedTrapDestination, createSNMPAttributeChange, createSNMPCounterMonitor, createSNMPGaugeMonitor, createSNMPLogFilter, createSNMPProxy, createSNMPStringMonitor, createSNMPTrapDestination, destroySNMPAttributeChange, destroySNMPCounterMonitor, destroySNMPGaugeMonitor, destroySNMPLogFilter, destroySNMPProxy, destroySNMPStringMonitor, destroySNMPTrapDestination, getAuthenticationProtocol, getCommunityPrefix, getDebugLevel, getInformRetryInterval, getLocalizedKeyCacheInvalidationInterval, getMasterAgentXPort, getMaxInformRetryCount, getMibDataRefreshInterval, getPrivacyProtocol, getServerStatusCheckIntervalFactor, getSNMPAttributeChanges, getSNMPCounterMonitors, getSNMPEngineId, getSNMPGaugeMonitors, getSNMPLogFilters, getSNMPPort, getSNMPProxies, getSNMPStringMonitors, getSNMPTrapDestinations, getSNMPTrapVersion, getTargetedTrapDestinations, isCommunityBasedAccessEnabled, isEnabled, isInformEnabled, isSendAutomaticTrapsEnabled, isSNMPAccessForUserMBeansEnabled, lookupSNMPAttributeChange, lookupSNMPCounterMonitor, lookupSNMPGaugeMonitor, lookupSNMPLogFilter, lookupSNMPProxy, lookupSNMPStringMonitor, lookupSNMPTrapDestination, removeSNMPAttributeChange, removeSNMPCounterMonitor, removeSNMPGaugeMonitor, removeSNMPLogFilter, removeSNMPProxy, removeSNMPStringMonitor, removeTargetedTrapDestination, setAuthenticationProtocol, setCommunityBasedAccessEnabled, setCommunityPrefix, setDebugLevel, setEnabled, setInformEnabled, setInformRetryInterval, setLocalizedKeyCacheInvalidationInterval, setMasterAgentXPort, setMaxInformRetryCount, setMibDataRefreshInterval, setPrivacyProtocol, setSendAutomaticTrapsEnabled, setServerStatusCheckIntervalFactor, setSNMPAccessForUserMBeansEnabled, setSNMPAttributeChanges, setSNMPCounterMonitors, setSNMPEngineId, setSNMPGaugeMonitors, setSNMPLogFilters, setSNMPPort, setSNMPProxies, setSNMPStringMonitors, setSNMPTrapVersion, setTargetedTrapDestinations
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, 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
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.management.configuration.DeploymentMBean
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, 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
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02