BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.SNMPStringMonitorMBean

Packages that use SNMPStringMonitorMBean
weblogic.management.configuration   
 

Uses of SNMPStringMonitorMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPStringMonitorMBean
 SNMPStringMonitorMBean[] SNMPAgentMBean_CachingStub.getSNMPStringMonitors()
          Getter for SNMPStringMonitors
 SNMPStringMonitorMBean[] SNMPAgentMBean.getSNMPStringMonitors()
          SNMP StringMonitorMbeans which describe the criteria for generating trap based on JMX StringMonitor.
 

Methods in weblogic.management.configuration with parameters of type SNMPStringMonitorMBean
 void SNMPAgentMBean_CachingStub.setSNMPStringMonitors(SNMPStringMonitorMBean[] value)
          Setter for SNMPStringMonitors
 boolean SNMPAgentMBean_CachingStub.addSNMPStringMonitor(SNMPStringMonitorMBean arg0)
          Operation addSNMPStringMonitor
 boolean SNMPAgentMBean_CachingStub.removeSNMPStringMonitor(SNMPStringMonitorMBean arg0)
          Operation removeSNMPStringMonitor
 void SNMPAgentMBean.setSNMPStringMonitors(SNMPStringMonitorMBean[] snmpStringMonitors)
           
 boolean SNMPAgentMBean.addSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
           
 boolean SNMPAgentMBean.removeSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
           
 

Constructors in weblogic.management.configuration with parameters of type SNMPStringMonitorMBean
SNMPStringMonitorMBean_CachingStub.SNMPStringMonitorMBean_CachingStub(SNMPStringMonitorMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.