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 Class
weblogic.management.configuration.ConfigurationException

Packages that use ConfigurationException
weblogic.management.configuration   
 

Uses of ConfigurationException in weblogic.management.configuration
 

Subclasses of ConfigurationException in weblogic.management.configuration
 class OutOfDateConfigurationException
           
 

Methods in weblogic.management.configuration that throw ConfigurationException
 void SNMPTrapSourceMBean.setEnabledServers(ServerMBean[] serversEnabled)
          Sets the value of the EnabledServers attribute.
 boolean SNMPTrapSourceMBean.addEnabledServer(ServerMBean server)
          Adds a feature to the EnabledServer attribute of the SNMPTrapSourceMBean object
 boolean SNMPTrapSourceMBean.removeEnabledServer(ServerMBean server)
           
 void SNMPTrapDestinationMBean.setHost(String name)
          Sets the value of the Host attribute.
 void SNMPTrapDestinationMBean.setPort(int port)
          Sets the value of the Port attribute.
 void SNMPTrapDestinationMBean.setCommunity(String community)
          Sets the value of the Community attribute.
 void SNMPStringMonitorMBean.setStringToCompare(String stringtocompare)
          Sets the value of the StringToCompare attribute.
 void SNMPProxyMBean.setPort(int port)
          Sets the value of the Port attribute.
 void SNMPProxyMBean.setOidRoot(String oid)
          Sets the value of the OidRoot attribute.
 void SNMPProxyMBean.setCommunity(String community)
          Sets the value of the Community attribute.
 void SNMPProxyMBean.setTimeout(long timeout)
          Sets the value of the Timeout attribute.
 boolean SNMPLogFilterMBean.addSubsystemName(String subsystem)
          Adds a feature to the SubsystemName attribute of the SNMPLogFilterMBean object
 boolean SNMPLogFilterMBean.removeSubsystemName(String subsystem)
           
 boolean SNMPLogFilterMBean.addUserId(String userid)
          Adds a feature to the UserId attribute of the SNMPLogFilterMBean object
 boolean SNMPLogFilterMBean.removeUserId(String userid)
           
 boolean SNMPLogFilterMBean.addMessageId(String messageid)
          Adds a feature to the MessageId attribute of the SNMPLogFilterMBean object
 boolean SNMPLogFilterMBean.removeMessageId(String messageid)
           
 void SNMPLogFilterMBean.setMessageSubstring(String MessageSubString)
          Sets the value of the MessageSubstring attribute.
 void SNMPJMXMonitorMBean.setMonitoredMBeanType(String mbeantype)
          Sets the value of the MonitoredMBeanType attribute.
 void SNMPJMXMonitorMBean.setMonitoredMBeanName(String mbeanname)
          Sets the value of the MonitoredMBeanName attribute.
 void SNMPJMXMonitorMBean.setMonitoredAttributeName(String attributeName)
          Sets the value of the MonitoredAttributeName attribute.
 void SNMPJMXMonitorMBean.setPollingInterval(int interval)
          Sets the value of the PollingInterval attribute.
 void SNMPAttributeChangeMBean.setAttributeMBeanType(String mbeantype)
          Sets the value of the AttributeMBeanType attribute.
 void SNMPAttributeChangeMBean.setAttributeMBeanName(String mbeanname)
          Sets the value of the AttributeMBeanName attribute.
 void SNMPAttributeChangeMBean.setAttributeName(String attributeName)
          Sets the value of the AttributeName attribute.
 void SNMPAgentMBean.setSNMPPort(int port)
          Sets the value of the SNMPPort attribute.
 void SNMPAgentMBean.setMibDataRefreshInterval(int interval)
          Sets the value of the MibDataRefreshInterval attribute.
 void SNMPAgentMBean.setServerStatusCheckIntervalFactor(int factor)
          Sets the value of the ServerStatusCheckIntervalFactor attribute.
 void SNMPAgentMBean.setCommunityPrefix(String prefix)
          Sets the value of the CommunityPrefix attribute.
 void SNMPAgentMBean.setDebugLevel(int debugLevel)
          Sets the value of the DebugLevel attribute.
 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)
           
 boolean SNMPAgentMBean.addSNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.setSNMPProxies(SNMPProxyMBean[] snmpProxys)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPProxy(SNMPProxyMBean snmpProxy)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPProxy(SNMPProxyMBean snmpProxy)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.setSNMPGaugeMonitors(SNMPGaugeMonitorMBean[] snmpGaugeMonitors)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
          Deprecated. 9.0.0.0
 void SNMPAgentMBean.setSNMPStringMonitors(SNMPStringMonitorMBean[] snmpStringMonitors)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
          Deprecated. 9.0.0.0
 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.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.setSNMPAttributeChanges(SNMPAttributeChangeMBean[] snmpAttributeChanges)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.addSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 boolean SNMPAgentMBean.removeSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 void ServerMBean.setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints)
          Deprecated. 9.0.0.0
 boolean ServerMBean.addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
 boolean ServerMBean.removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
 void KernelMBean.setDGCIdlePeriodsUntilTimeout(int periods)
          Sets the value of the DGCIdlePeriodsUntilTimeout attribute.
 


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