BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.SNMPProxyMBean

Packages that use SNMPProxyMBean
weblogic.management.configuration   
 

Uses of SNMPProxyMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPProxyMBean
 SNMPProxyMBean[] SNMPAgentMBean_CachingStub.getSNMPProxies()
          Getter for SNMPProxies
 SNMPProxyMBean[] SNMPAgentMBean.getSNMPProxies()
          SNMP Agents which will be proxied by this Master SNMP Agent.
 

Methods in weblogic.management.configuration with parameters of type SNMPProxyMBean
 void SNMPAgentMBean_CachingStub.setSNMPProxies(SNMPProxyMBean[] value)
          Setter for SNMPProxies
 boolean SNMPAgentMBean_CachingStub.addSNMPProxy(SNMPProxyMBean arg0)
          Operation addSNMPProxy
 boolean SNMPAgentMBean_CachingStub.removeSNMPProxy(SNMPProxyMBean arg0)
          Operation removeSNMPProxy
 void SNMPAgentMBean.setSNMPProxies(SNMPProxyMBean[] snmpProxys)
           
 boolean SNMPAgentMBean.addSNMPProxy(SNMPProxyMBean snmpProxy)
           
 boolean SNMPAgentMBean.removeSNMPProxy(SNMPProxyMBean snmpProxy)
           
 

Constructors in weblogic.management.configuration with parameters of type SNMPProxyMBean
SNMPProxyMBean_CachingStub.SNMPProxyMBean_CachingStub(SNMPProxyMBean 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.