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.SNMPLogFilterMBean

Packages that use SNMPLogFilterMBean
weblogic.management.configuration   
 

Uses of SNMPLogFilterMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPLogFilterMBean
 SNMPLogFilterMBean[] SNMPAgentMBean.getSNMPLogFilters()
          The SNMPLogFilterMBeans which describe filters for generating traps based on server log messages.
 SNMPLogFilterMBean SNMPAgentMBean.createSNMPLogFilter(String name)
          Factory method to create SNMPLogFilter objects
 SNMPLogFilterMBean SNMPAgentMBean.lookupSNMPLogFilter(String name)
           
 

Methods in weblogic.management.configuration with parameters of type SNMPLogFilterMBean
 void SNMPAgentMBean.setSNMPLogFilters(SNMPLogFilterMBean[] snmpLogFilters)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPLogFilter(SNMPLogFilterMBean logfilter)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPLogFilter(SNMPLogFilterMBean logfilter)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.destroySNMPLogFilter(SNMPLogFilterMBean logfilter)
          Removes a SNMPLogFilter from this domain
 


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