BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.SNMPAttributeChangeMBean

Packages that use SNMPAttributeChangeMBean
weblogic.management.configuration   
 

Uses of SNMPAttributeChangeMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPAttributeChangeMBean
 SNMPAttributeChangeMBean[] SNMPAgentMBean.getSNMPAttributeChanges()
          The SNMPAttributeChangeMBeans which describe the MBean type and Attribute name for which attribute change trap should be sent when an attribute change is observed.
 SNMPAttributeChangeMBean SNMPAgentMBean.createSNMPAttributeChange(String name)
          Factory method to create SNMPAttributeChange objects
 SNMPAttributeChangeMBean SNMPAgentMBean.lookupSNMPAttributeChange(String name)
           
 

Methods in weblogic.management.configuration with parameters of type SNMPAttributeChangeMBean
 void SNMPAgentMBean.setSNMPAttributeChanges(SNMPAttributeChangeMBean[] snmpAttributeChanges)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.destroySNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Removes a SNMPAttributeChange from this domain
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.