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


weblogic.management.configuration
Interface SNMPAgentMBean

All Superinterfaces:
ConfigurationMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean

public interface SNMPAgentMBean
extends ConfigurationMBean

The MBean representing the SNMP Agent Configuration. The SNMP Agent MBean is a singleton for the SNMP Agent Configuration and does not belong to any configuration.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static int DEBUG_CRITICAL
           
static int DEBUG_FATAL
           
static int DEBUG_NONCRITICAL
           
static int DEBUG_NONE
           
static int SNMPV1
          SNMP Version 1
static int SNMPV2
          SNMP Version 2
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 boolean addSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 boolean addSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Deprecated. 9.0.0.0
 boolean addSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
          Deprecated. 9.0.0.0
 boolean addSNMPLogFilter(SNMPLogFilterMBean logfilter)
          Deprecated. 9.0.0.0
 boolean addSNMPProxy(SNMPProxyMBean snmpProxy)
          Deprecated. 9.0.0.0
 boolean addSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
          Deprecated. 9.0.0.0
 boolean addSNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Deprecated. 9.0.0.0
 boolean addTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Adds a feature to the TargetedTrapDestinations attribute of the SNMPAgentMBean object
 SNMPAttributeChangeMBean createSNMPAttributeChange(String name)
          Factory method to create SNMPAttributeChange objects
 SNMPCounterMonitorMBean createSNMPCounterMonitor(String name)
          Factory method to create SNMPCounterMonitor objects
 SNMPGaugeMonitorMBean createSNMPGaugeMonitor(String name)
          Factory method to create SNMPGaugeMonitor objects
 SNMPLogFilterMBean createSNMPLogFilter(String name)
          Factory method to create SNMPLogFilter objects
 SNMPProxyMBean createSNMPProxy(String name)
          Factory method to create SNMPProxy objects
 SNMPStringMonitorMBean createSNMPStringMonitor(String name)
          Factory method to create SNMPStringMonitor objects
 SNMPTrapDestinationMBean createSNMPTrapDestination(String name)
          Factory method to create SNMPTrapDestination objects
 void destroySNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Removes a SNMPAttributeChange from this domain
 void destroySNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Removes a SNMPCounterMonitor from this domain
 void destroySNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
          Removes a SNMPGaugeMonitor from this domain
 void destroySNMPLogFilter(SNMPLogFilterMBean logfilter)
          Removes a SNMPLogFilter from this domain
 void destroySNMPProxy(SNMPProxyMBean snmpProxy)
          Removes a SNMPProxy from this domain
 void destroySNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
          Removes a SNMPStringMonitor from this domain
 void destroySNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
          Removes a SNMPTrapDestination from this SNMPAgent
 String getCommunityPrefix()
          The password (community name) that you want the WebLogic SNMP agent to use to secure communication with SNMP managers.
 int getDebugLevel()
          The minimum severity of debug messages that the SNMP agent generates.
 int getMibDataRefreshInterval()
          The minimum number of seconds that the WebLogic SNMP agent caches OIDs before checking if new ones have been added to the Management Information Base (MIB).
 int getServerStatusCheckIntervalFactor()
          The multiplier used to calculate the interval at which the WebLogic SNMP agent checks for newly started or shut down Managed Servers.
 SNMPAttributeChangeMBean[] getSNMPAttributeChanges()
          The SNMPAttributeChangeMBeans which describe the MBean type and Attribute name for which attribute change trap should be sent when an attribute change is observed.
 SNMPCounterMonitorMBean[] getSNMPCounterMonitors()
          The SNMPCounterMonitorMBeans which describe the criteria for generating trap based on JMX CounterMonitor.
 SNMPGaugeMonitorMBean[] getSNMPGaugeMonitors()
          The SNMPGaugeMonitorMBeans which describe the criteria for generating traps based on JMX GaugeMonitor.
 SNMPLogFilterMBean[] getSNMPLogFilters()
          The SNMPLogFilterMBeans which describe filters for generating traps based on server log messages.
 int getSNMPPort()
          The port number on which you want the WebLogic SNMP agent to listen for incoming requests from SNMP managers.
 SNMPProxyMBean[] getSNMPProxies()
          The SNMP Agents which are proxied by this Master SNMP Agent.
 SNMPStringMonitorMBean[] getSNMPStringMonitors()
          The SNMPStringMonitorMBeans which describe the criteria for generating traps based on JMX StringMonitor.
 SNMPTrapDestinationMBean[] 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.
 int getSNMPTrapVersion()
          The SNMP trap version that this WebLogic Server domain generates.
 SNMPTrapDestinationMBean[] 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.
 boolean isEnabled()
          Specifies whether the Administration Server in the current WebLogic Server domain uses the SNMP service.
 boolean isSendAutomaticTrapsEnabled()
          Specifies whether the WebLogic SNMP agent sends automatically generated traps to SNMP managers.
 SNMPAttributeChangeMBean lookupSNMPAttributeChange(String name)
           
 SNMPCounterMonitorMBean lookupSNMPCounterMonitor(String name)
           
 SNMPGaugeMonitorMBean lookupSNMPGaugeMonitor(String name)
           
 SNMPLogFilterMBean lookupSNMPLogFilter(String name)
           
 SNMPProxyMBean lookupSNMPProxy(String name)
           
 SNMPStringMonitorMBean lookupSNMPStringMonitor(String name)
           
 SNMPTrapDestinationMBean lookupSNMPTrapDestination(String name)
           
 boolean removeSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
          Deprecated. 9.0.0.0
 boolean removeSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
          Deprecated. 9.0.0.0
 boolean removeSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
          Deprecated. 9.0.0.0
 boolean removeSNMPLogFilter(SNMPLogFilterMBean logfilter)
          Deprecated. 9.0.0.0
 boolean removeSNMPProxy(SNMPProxyMBean snmpProxy)
          Deprecated. 9.0.0.0
 boolean removeSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
          Deprecated. 9.0.0.0
 boolean removeTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
           
 void setCommunityPrefix(String prefix)
          Sets the value of the CommunityPrefix attribute.
 void setDebugLevel(int debugLevel)
          Sets the value of the DebugLevel attribute.
 void setEnabled(boolean flag)
          Sets the value of the Enabled attribute.
 void setMibDataRefreshInterval(int interval)
          Sets the value of the MibDataRefreshInterval attribute.
 void setSendAutomaticTrapsEnabled(boolean flag)
          Sets the value of the SendAutomaticTrapsEnabled attribute.
 void setServerStatusCheckIntervalFactor(int factor)
          Sets the value of the ServerStatusCheckIntervalFactor attribute.
 void setSNMPAttributeChanges(SNMPAttributeChangeMBean[] snmpAttributeChanges)
          Deprecated. 9.0.0.0
 void setSNMPCounterMonitors(SNMPCounterMonitorMBean[] snmpCounterMonitors)
          Deprecated. 9.0.0.0
 void setSNMPGaugeMonitors(SNMPGaugeMonitorMBean[] snmpGaugeMonitors)
          Deprecated. 9.0.0.0
 void setSNMPLogFilters(SNMPLogFilterMBean[] snmpLogFilters)
          Deprecated. 9.0.0.0
 void setSNMPPort(int port)
          Sets the value of the SNMPPort attribute.
 void setSNMPProxies(SNMPProxyMBean[] snmpProxys)
          Deprecated. 9.0.0.0
 void setSNMPStringMonitors(SNMPStringMonitorMBean[] snmpStringMonitors)
          Deprecated. 9.0.0.0
 void setSNMPTrapVersion(int version)
          Sets the value of the SNMPTrapVersion attribute.
 void setTargetedTrapDestinations(SNMPTrapDestinationMBean[] snmpTrapDestinations)
          Sets the value of the TargetedTrapDestinations attribute.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Field Detail

DEBUG_CRITICAL

public static final int DEBUG_CRITICAL
See Also:
Constant Field Values

DEBUG_FATAL

public static final int DEBUG_FATAL
See Also:
Constant Field Values

DEBUG_NONCRITICAL

public static final int DEBUG_NONCRITICAL
See Also:
Constant Field Values

DEBUG_NONE

public static final int DEBUG_NONE
See Also:
Constant Field Values

SNMPV1

public static final int SNMPV1
SNMP Version 1

See Also:
Constant Field Values

SNMPV2

public static final int SNMPV2
SNMP Version 2

See Also:
Constant Field Values
Method Detail

addSNMPAttributeChange

public boolean addSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
                               throws InvalidAttributeValueException,
                                      ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPAttributeChange attribute of the SNMPAgentMBean object

Parameters:
attrchange - The feature to be added to the SNMPAttributeChange attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPCounterMonitor

public boolean addSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
                              throws InvalidAttributeValueException,
                                     ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPCounterMonitor attribute of the SNMPAgentMBean object

Parameters:
countermonitor - The feature to be added to the SNMPCounterMonitor attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPGaugeMonitor

public boolean addSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
                            throws InvalidAttributeValueException,
                                   ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPGaugeMonitor attribute of the SNMPAgentMBean object

Parameters:
gaugemonitor - The feature to be added to the SNMPGaugeMonitor attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPLogFilter

public boolean addSNMPLogFilter(SNMPLogFilterMBean logfilter)
                         throws InvalidAttributeValueException,
                                ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPLogFilter attribute of the SNMPAgentMBean object

Parameters:
logfilter - The feature to be added to the SNMPLogFilter attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPProxy

public boolean addSNMPProxy(SNMPProxyMBean snmpProxy)
                     throws InvalidAttributeValueException,
                            ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPProxy attribute of the SNMPAgentMBean object

Parameters:
snmpProxy - The feature to be added to the SNMPProxy attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPStringMonitor

public boolean addSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
                             throws InvalidAttributeValueException,
                                    ConfigurationException
Deprecated. 9.0.0.0

Adds a feature to the SNMPStringMonitor attribute of the SNMPAgentMBean object

Parameters:
stringmonitor - The feature to be added to the SNMPStringMonitor attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addSNMPTrapDestination

public boolean addSNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)
                               throws InvalidAttributeValueException,
                                      ConfigurationException
Deprecated. 9.0.0.0

Adds an SNMPTrapDestination to the SNMPAgentMBean object

Parameters:
trapdestination - The feature to be added to the SNMPTrapDestination attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

addTargetedTrapDestination

public boolean addTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
                                   throws InvalidAttributeValueException,
                                          ConfigurationException

Adds a feature to the TargetedTrapDestinations attribute of the SNMPAgentMBean object

Parameters:
trapdestination - The feature to be added to the TargetedTrapDestination attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

createSNMPAttributeChange

public SNMPAttributeChangeMBean createSNMPAttributeChange(String name)

Factory method to create SNMPAttributeChange objects

Parameters:
name -
Returns:
SNMPAttributeChange object
Since:
9.0.0.0

createSNMPCounterMonitor

public SNMPCounterMonitorMBean createSNMPCounterMonitor(String name)

Factory method to create SNMPCounterMonitor objects

Parameters:
name -
Returns:
SNMPCounterMonitor object
Since:
9.0.0.0

createSNMPGaugeMonitor

public SNMPGaugeMonitorMBean createSNMPGaugeMonitor(String name)

Factory method to create SNMPGaugeMonitor objects

Parameters:
name -
Returns:
SNMPProxy object
Since:
9.0.0.0

createSNMPLogFilter

public SNMPLogFilterMBean createSNMPLogFilter(String name)

Factory method to create SNMPLogFilter objects

Parameters:
name -
Returns:
SNMPLogFilter object
Since:
9.0.0.0

createSNMPProxy

public SNMPProxyMBean createSNMPProxy(String name)

Factory method to create SNMPProxy objects

Parameters:
name -
Returns:
SNMPProxy object
Since:
9.0.0.0

createSNMPStringMonitor

public SNMPStringMonitorMBean createSNMPStringMonitor(String name)

Factory method to create SNMPStringMonitor objects

Parameters:
name -
Returns:
SNMPStringMonitor object
Since:
9.0.0.0

createSNMPTrapDestination

public SNMPTrapDestinationMBean createSNMPTrapDestination(String name)

Factory method to create SNMPTrapDestination objects

Parameters:
name -
Returns:
SNMPTrapDestination object
Since:
9.0.0.0

destroySNMPAttributeChange

public void destroySNMPAttributeChange(SNMPAttributeChangeMBean attrchange)

Removes a SNMPAttributeChange from this domain

Since:
9.0.0.0

destroySNMPCounterMonitor

public void destroySNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)

Removes a SNMPCounterMonitor from this domain

Since:
9.0.0.0

destroySNMPGaugeMonitor

public void destroySNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)

Removes a SNMPGaugeMonitor from this domain

Since:
9.0.0.0

destroySNMPLogFilter

public void destroySNMPLogFilter(SNMPLogFilterMBean logfilter)

Removes a SNMPLogFilter from this domain

Since:
9.0.0.0

destroySNMPProxy

public void destroySNMPProxy(SNMPProxyMBean snmpProxy)

Removes a SNMPProxy from this domain

Since:
9.0.0.0

destroySNMPStringMonitor

public void destroySNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)

Removes a SNMPStringMonitor from this domain

Since:
9.0.0.0

destroySNMPTrapDestination

public void destroySNMPTrapDestination(SNMPTrapDestinationMBean trapdestination)

Removes a SNMPTrapDestination from this SNMPAgent

Since:
9.0.0.0

getCommunityPrefix

public String getCommunityPrefix()

The password (community name) that you want the WebLogic SNMP agent to use to secure communication with SNMP managers.

Note that there are two community names that are needed when the WebLogic SNMP agent and SNMP managers interact:

In addition to using the community prefix as a password, the WebLogic SNMP agent uses the prefix to qualify requests from SNMP managers. Because a WebLogic Server domain can have multiple server instances concurrently active, a request that specifies only an attribute name is potentially ambiguous. For example, the attribute serverUptime exists for each WebLogic Server instance in a domain. To clarify requests, use the community prefix as follows:

To secure access to the values of the WebLogic attributes, it is recommended that you set community prefix to a value other than public.

Returns:
The communityPrefix value
Default value:
"public"
Legal null:
false;

getDebugLevel

public int getDebugLevel()

The minimum severity of debug messages that the SNMP agent generates.

The SNMP agent writes all debug messages to standard out; they are not written to the WebLogic Server log files. Debug messages provide a detailed description of the SNMP agent's actions. For example, the agent outputs a noncritical message each time it generates a trap.

Valid values are:

Returns:
The debugLevel value
Default value:
SNMPAgentMBean.DEBUG_NONE
Legal values:
SNMPAgentMBean.DEBUG_NONE, SNMPAgentMBean.DEBUG_FATAL, SNMPAgentMBean.DEBUG_CRITICAL, SNMPAgentMBean.DEBUG_NONCRITICAL

getMibDataRefreshInterval

public int getMibDataRefreshInterval()

The minimum number of seconds that the WebLogic SNMP agent caches OIDs before checking if new ones have been added to the Management Information Base (MIB).

A MIB is a database of all objects that can be managed through SNMP. When you create a new WebLogic Server resource, the SNMP agent assigns a unique OID to the resource and adds it to the MIB. For example, when you create a new server, the SNMP agent adds an OID to the MIB.

Returns:
The mibDataRefreshInterval value
Default value:
120
Minimum value:
30
Maximum value:
65535

getServerStatusCheckIntervalFactor

public int getServerStatusCheckIntervalFactor()

The multiplier used to calculate the interval at which the WebLogic SNMP agent checks for newly started or shut down Managed Servers.

The SNMP agent can automatically generate traps when Managed Servers start or shut down.

This status check value is multiplied by the MIB Data Refresh Interval to determine the interval:
interval = n * MibDataRefreshInterval

For the most frequent interval, specify 1 as the multiplier value.

Returns:
The serverStatusCheckIntervalFactor value
Default value:
1
Minimum value:
1
Maximum value:
65535

getSNMPAttributeChanges

public SNMPAttributeChangeMBean[] getSNMPAttributeChanges()

The SNMPAttributeChangeMBeans which describe the MBean type and Attribute name for which attribute change trap should be sent when an attribute change is observed.

Returns:
The sNMPAttributeChanges value
See Also:
SNMPAttributeChangeMBean

getSNMPCounterMonitors

public SNMPCounterMonitorMBean[] getSNMPCounterMonitors()

The SNMPCounterMonitorMBeans which describe the criteria for generating trap based on JMX CounterMonitor.

Returns:
The sNMPCounterMonitors value
See Also:
SNMPCounterMonitorMBean

getSNMPGaugeMonitors

public SNMPGaugeMonitorMBean[] getSNMPGaugeMonitors()

The SNMPGaugeMonitorMBeans which describe the criteria for generating traps based on JMX GaugeMonitor.

Returns:
The sNMPGaugeMonitors value
See Also:
SNMPGaugeMonitorMBean

getSNMPLogFilters

public SNMPLogFilterMBean[] getSNMPLogFilters()

The SNMPLogFilterMBeans which describe filters for generating traps based on server log messages.

Returns:
The sNMPLogFilters value
See Also:
SNMPLogFilterMBean

getSNMPPort

public int getSNMPPort()

The port number on which you want the WebLogic SNMP agent to listen for incoming requests from SNMP managers.

SNMP managers can this port to ping the WebLogic Server SNMP agent and request the status of specific attributes.

Returns:
The sNMPPort value
Default value:
161
Minimum value:
1
Maximum value:
65535

getSNMPProxies

public SNMPProxyMBean[] getSNMPProxies()

The SNMP Agents which are proxied by this Master SNMP Agent. SNMPProxyMBeans describe settings for SNMP agents to be proxied by this Master agent.

Returns:
The sNMPProxies value
See Also:
SNMPProxyMBean

getSNMPStringMonitors

public SNMPStringMonitorMBean[] getSNMPStringMonitors()

The SNMPStringMonitorMBeans which describe the criteria for generating traps based on JMX StringMonitor.

Returns:
The sNMPStringMonitors value
See Also:
SNMPStringMonitorMBean

getSNMPTrapDestinations

public SNMPTrapDestinationMBean[] 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. Select which trap destination(s) should be used in this WebLogic Server domain from the list of available trap destinations.

Returns:
The targetedTrapDestinations value

getSNMPTrapVersion

public int getSNMPTrapVersion()

The SNMP trap version that this WebLogic Server domain generates.

Valid values are:

Choose the protocol that your SNMP managers support.

Returns:
The sNMPTrap version
Default value:
SNMPAgentMBean.SNMPV1
Legal values:
SNMPAgentMBean.SNMPV1, SNMPAgentMBean.SNMPV2

getTargetedTrapDestinations

public SNMPTrapDestinationMBean[] 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. Select which trap destination(s) should be used in this WebLogic Server domain from the list of available trap destinations.

Returns:
The targetedTrapDestinations value

isEnabled

public boolean isEnabled()

Specifies whether the Administration Server in the current WebLogic Server domain uses the SNMP service.

Returns:
True if the SNMP service is activated.
Default value:
false

isSendAutomaticTrapsEnabled

public boolean isSendAutomaticTrapsEnabled()

Specifies whether the WebLogic SNMP agent sends automatically generated traps to SNMP managers.

The WebLogic SNMP agent generates automatic traps when any of the following events occur:

Returns:
True if the SNMP automatic trap generation service is activated.
Default value:
true

lookupSNMPAttributeChange

public SNMPAttributeChangeMBean lookupSNMPAttributeChange(String name)
Parameters:
name -
Returns:
SNMPAttributeChange object
Since:
9.0.0.0

lookupSNMPCounterMonitor

public SNMPCounterMonitorMBean lookupSNMPCounterMonitor(String name)
Parameters:
name -
Returns:
SNMPCounterMonitor object
Since:
9.0.0.0

lookupSNMPGaugeMonitor

public SNMPGaugeMonitorMBean lookupSNMPGaugeMonitor(String name)
Parameters:
name -
Returns:
SNMPGaugeMonitor object
Since:
9.0.0.0

lookupSNMPLogFilter

public SNMPLogFilterMBean lookupSNMPLogFilter(String name)
Parameters:
name -
Returns:
SNMPLogFilter object
Since:
9.0.0.0

lookupSNMPProxy

public SNMPProxyMBean lookupSNMPProxy(String name)
Parameters:
name -
Returns:
SNMPProxy object
Since:
9.0.0.0

lookupSNMPStringMonitor

public SNMPStringMonitorMBean lookupSNMPStringMonitor(String name)
Parameters:
name -
Returns:
SNMPStringMonitor object
Since:
9.0.0.0

lookupSNMPTrapDestination

public SNMPTrapDestinationMBean lookupSNMPTrapDestination(String name)
Parameters:
name -
Returns:
SNMPTrapDestination object
Since:
9.0.0.0

removeSNMPAttributeChange

public boolean removeSNMPAttributeChange(SNMPAttributeChangeMBean attrchange)
                                  throws InvalidAttributeValueException,
                                         ConfigurationException
Deprecated. 9.0.0.0

Parameters:
attrchange -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeSNMPCounterMonitor

public boolean removeSNMPCounterMonitor(SNMPCounterMonitorMBean countermonitor)
                                 throws InvalidAttributeValueException,
                                        ConfigurationException
Deprecated. 9.0.0.0

Parameters:
countermonitor -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeSNMPGaugeMonitor

public boolean removeSNMPGaugeMonitor(SNMPGaugeMonitorMBean gaugemonitor)
                               throws InvalidAttributeValueException,
                                      ConfigurationException
Deprecated. 9.0.0.0

Parameters:
gaugemonitor -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeSNMPLogFilter

public boolean removeSNMPLogFilter(SNMPLogFilterMBean logfilter)
                            throws InvalidAttributeValueException,
                                   ConfigurationException
Deprecated. 9.0.0.0

Parameters:
logfilter -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeSNMPProxy

public boolean removeSNMPProxy(SNMPProxyMBean snmpProxy)
                        throws InvalidAttributeValueException,
                               ConfigurationException
Deprecated. 9.0.0.0

Parameters:
snmpProxy -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeSNMPStringMonitor

public boolean removeSNMPStringMonitor(SNMPStringMonitorMBean stringmonitor)
                                throws InvalidAttributeValueException,
                                       ConfigurationException
Deprecated. 9.0.0.0

Parameters:
stringmonitor -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

removeTargetedTrapDestination

public boolean removeTargetedTrapDestination(SNMPTrapDestinationMBean trapdestination)
                                      throws InvalidAttributeValueException,
                                             ConfigurationException
Parameters:
trapdestination -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException

setCommunityPrefix

public void setCommunityPrefix(String prefix)
                        throws InvalidAttributeValueException,
                               ConfigurationException

Sets the value of the CommunityPrefix attribute.

Parameters:
prefix - The new communityPrefix value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getCommunityPrefix()

setDebugLevel

public void setDebugLevel(int debugLevel)
                   throws InvalidAttributeValueException,
                          ConfigurationException

Sets the value of the DebugLevel attribute.

Parameters:
debugLevel - The new debugLevel value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getDebugLevel()

setEnabled

public void setEnabled(boolean flag)

Sets the value of the Enabled attribute.

Parameters:
flag - The new enabled value
See Also:
isEnabled()

setMibDataRefreshInterval

public void setMibDataRefreshInterval(int interval)
                               throws InvalidAttributeValueException,
                                      ConfigurationException

Sets the value of the MibDataRefreshInterval attribute.

Parameters:
interval - The new mibDataRefreshInterval value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getMibDataRefreshInterval()

setSendAutomaticTrapsEnabled

public void setSendAutomaticTrapsEnabled(boolean flag)

Sets the value of the SendAutomaticTrapsEnabled attribute.

Parameters:
flag - The new sendAutomaticTrapsEnabled value
See Also:
isSendAutomaticTrapsEnabled()

setServerStatusCheckIntervalFactor

public void setServerStatusCheckIntervalFactor(int factor)
                                        throws InvalidAttributeValueException,
                                               ConfigurationException

Sets the value of the ServerStatusCheckIntervalFactor attribute.

Parameters:
factor - The new serverStatusCheckIntervalFactor value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getServerStatusCheckIntervalFactor()

setSNMPAttributeChanges

public void setSNMPAttributeChanges(SNMPAttributeChangeMBean[] snmpAttributeChanges)
                             throws InvalidAttributeValueException,
                                    ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPAttributeChanges attribute.

Parameters:
snmpAttributeChanges - The new sNMPAttributeChanges value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPAttributeChanges()

setSNMPCounterMonitors

public void setSNMPCounterMonitors(SNMPCounterMonitorMBean[] snmpCounterMonitors)
                            throws InvalidAttributeValueException,
                                   ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPCounterMonitors attribute.

Parameters:
snmpCounterMonitors - The new sNMPCounterMonitors value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPCounterMonitors()

setSNMPGaugeMonitors

public void setSNMPGaugeMonitors(SNMPGaugeMonitorMBean[] snmpGaugeMonitors)
                          throws InvalidAttributeValueException,
                                 ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPGaugeMonitors attribute.

Parameters:
snmpGaugeMonitors - The new sNMPGaugeMonitors value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPGaugeMonitors()

setSNMPLogFilters

public void setSNMPLogFilters(SNMPLogFilterMBean[] snmpLogFilters)
                       throws InvalidAttributeValueException,
                              ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPLogFilters attribute.

Parameters:
snmpLogFilters - The new sNMPLogFilters value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPLogFilters()

setSNMPPort

public void setSNMPPort(int port)
                 throws InvalidAttributeValueException,
                        ConfigurationException

Sets the value of the SNMPPort attribute.

Parameters:
port - The new sNMPPort value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPPort()

setSNMPProxies

public void setSNMPProxies(SNMPProxyMBean[] snmpProxys)
                    throws InvalidAttributeValueException,
                           ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPProxies attribute.

Parameters:
snmpProxys - The new sNMPProxies value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPProxies()

setSNMPStringMonitors

public void setSNMPStringMonitors(SNMPStringMonitorMBean[] snmpStringMonitors)
                           throws InvalidAttributeValueException,
                                  ConfigurationException
Deprecated. 9.0.0.0

Sets the value of the SNMPStringMonitors attribute.

Parameters:
snmpStringMonitors - The new sNMPStringMonitors value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getSNMPStringMonitors()

setSNMPTrapVersion

public void setSNMPTrapVersion(int version)

Sets the value of the SNMPTrapVersion attribute.

See Also:
getSNMPTrapVersion()

setTargetedTrapDestinations

public void setTargetedTrapDestinations(SNMPTrapDestinationMBean[] snmpTrapDestinations)
                                 throws InvalidAttributeValueException,
                                        ConfigurationException

Sets the value of the TargetedTrapDestinations attribute.

Parameters:
snmpTrapDestinations - The new targetedTrapDestinations value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getTargetedTrapDestinations()

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