WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPAttributeChange

 


Description

This class describes the settings to receive mbean-attribute change trap.

 


Syntax

<SNMPAttributeChange
AttributeMBeanName="String"
AttributeMBeanType="String"
AttributeName="String"
EnabledServers="list of Server names"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Attributes

Table 56-1 SNMPAttributeChange attributes

Attribute

Description

Range of Values and Default

AttributeMBeanName

Defines the name of the MBean to monitor.

Admin Console field label: Attribute MBean Name

Required: no

AttributeMBeanType

Defines the type of the MBean to monitor.

Admin Console field label: Attribute MBean Type

Required: no

AttributeName

Defines the name of the attribute to monitor.

Admin Console field label: Attribute Name

Required: no

EnabledServers

Returns a list of target servers for trap generation.

Admin Console field label: Enabled Servers

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

 

Back to Top Previous Next