BEA Systems, Inc.


weblogic.management.configuration
Interface SNMPAttributeChangeMBean


public interface SNMPAttributeChangeMBean
extends SNMPTrapSourceMBean

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


Field Summary
static long CACHING_STUB_SVUID
           
 
Fields inherited from class weblogic.management.configuration.SNMPTrapSourceMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getAttributeMBeanName()
          Defines the name of the MBean to monitor.
 java.lang.String getAttributeMBeanType()
          Defines the type of the MBean to monitor.
 java.lang.String getAttributeName()
          Defines the name of the attribute to monitor.
 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
addLinkMbeanAttribute, getNotes, isPersistenceEnabled, setNotes
 
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
 

Field Detail

CACHING_STUB_SVUID

public static final long CACHING_STUB_SVUID
Method Detail

getAttributeMBeanType

public java.lang.String getAttributeMBeanType()
Defines the type of the MBean to monitor.

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()
Defines the name of the MBean to monitor.

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()
Defines the name of the attribute to monitor.

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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference