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

Packages that use SNMPTrapDestinationMBean
weblogic.management.configuration   
 

Uses of SNMPTrapDestinationMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return SNMPTrapDestinationMBean
 SNMPTrapDestinationMBean[] SNMPAgentMBean.getTargetedTrapDestinations()
          WebLogic Server uses a trap destination to specify the SNMP management station and the community name used by the SNMP agent to send trap notifications.
 SNMPTrapDestinationMBean SNMPAgentMBean.createSNMPTrapDestination(String name)
          Factory method to create SNMPTrapDestination objects
 SNMPTrapDestinationMBean SNMPAgentMBean.lookupSNMPTrapDestination(String name)
           
 SNMPTrapDestinationMBean[] SNMPAgentMBean.getSNMPTrapDestinations()
          WebLogic Server uses a trap destination to specify the SNMP management station and the community name used by the SNMP agent to send trap notifications.
 

Methods in weblogic.management.configuration with parameters of type SNMPTrapDestinationMBean
 void SNMPAgentMBean.setTargetedTrapDestinations(SNMPTrapDestinationMBean[] snmpTrapDestinations)
          Sets the value of the TargetedTrapDestinations attribute.
 boolean SNMPAgentMBean.addTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Adds a feature to the TargetedTrapDestinations attribute of the SNMPAgentMBean object
 boolean SNMPAgentMBean.removeTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
           
 void SNMPAgentMBean.destroySNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Removes a SNMPTrapDestination from this SNMPAgent
 boolean SNMPAgentMBean.addSNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Deprecated. 9.0.0.0
 


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