bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

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

<!ELEMENT SNMPAttributeChange EMPTY >
<!ATTLIST SNMPAttributeChange
   AttributeMBeanName         CDATA                    #IMPLIED
   AttributeMBeanType         CDATA                    #IMPLIED
   AttributeName              CDATA                    #IMPLIED
   EnabledServers             CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The SNMPAttributeChange element is a child of the SNMPAgent element.

Attributes

Table 66-1 SNMPAttributeChangeMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Attribute-MBean-Name

Defines the name of the MBean to monitor.


Attribute MBean Name

Attribute-MBean-Type

Defines the type of the MBean to monitor.


Attribute MBean Type

Attribute-Name

Defines the name of the attribute to monitor.


Attribute Name

Enabled-Servers

Defines a list of target servers for trap generation. If no server is specified, no trap will be generated.


Enabled Servers

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next