BEA Systems, Inc.

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

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


Uses of Interface
weblogic.management.configuration.SNMPCounterMonitorMBean

Packages that use SNMPCounterMonitorMBean
weblogic.management.configuration   
 

Uses of SNMPCounterMonitorMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPCounterMonitorMBean
 SNMPCounterMonitorMBean[] SNMPAgentMBean.getSNMPCounterMonitors()
          The SNMPCounterMonitorMBeans which describe the criteria for generating trap based on JMX CounterMonitor.
 SNMPCounterMonitorMBean SNMPAgentMBean.createSNMPCounterMonitor(String name)
          Factory method to create SNMPCounterMonitor objects
 SNMPCounterMonitorMBean SNMPAgentMBean.lookupSNMPCounterMonitor(String name)
           
 

Methods in weblogic.management.configuration with parameters of type SNMPCounterMonitorMBean
 void SNMPAgentMBean.setSNMPCounterMonitors(SNMPCounterMonitorMBean[] snmpCounterMonitors)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.destroySNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Removes a SNMPCounterMonitor from this domain
 


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