BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface SNMPAttributeChangeMBean


public interface SNMPAttributeChangeMBean
extends SNMPTrapSourceMBean

This class describes the settings to receive mbean-attribute change trap.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getAttributeMBeanName()
          Name of the MBean, we want to receive an attribute-change trap for.
 java.lang.String getAttributeMBeanType()
          Type of the MBean, we want to receive an attribute-change trap for.
 java.lang.String getAttributeName()
          The name of an attribute which is monitored for change in value.
 void setAttributeMBeanName(java.lang.String mbeanname)
           
 void setAttributeMBeanType(java.lang.String mbeantype)
           
 void setAttributeName(java.lang.String attributeName)
           
 
Methods inherited from interface weblogic.management.configuration.SNMPTrapSourceMBean
addEnabledServer, getEnabledServers, removeEnabledServer, setEnabledServers
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
getNotes, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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
 

Method Detail

getAttributeMBeanType

public java.lang.String getAttributeMBeanType()
Type of the MBean, we want to receive an attribute-change trap for.

Legal Value: (value != null) && (value.trim().length() > 0)

setAttributeMBeanType

public void setAttributeMBeanType(java.lang.String mbeantype)
                           throws javax.management.InvalidAttributeValueException,
                                  ConfigurationException


getAttributeMBeanName

public java.lang.String getAttributeMBeanName()
Name of the MBean, we want to receive an attribute-change trap for.

Legal Value: (value != null) && (value.trim().length() > 0)

setAttributeMBeanName

public void setAttributeMBeanName(java.lang.String mbeanname)
                           throws javax.management.InvalidAttributeValueException,
                                  ConfigurationException


getAttributeName

public java.lang.String getAttributeName()
The name of an attribute which is monitored for change in value.

Legal Value: (value != null) && (value.trim().length() > 0)

setAttributeName

public void setAttributeName(java.lang.String attributeName)
                      throws javax.management.InvalidAttributeValueException,
                             ConfigurationException


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

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