© 2002 BEA Systems, Inc.


com.bea.p13n.mbeans
Interface MailServiceMBean


public interface MailServiceMBean
extends ServiceConfigurationMBean

MailService configuration management bean interfaces.


Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getSMTPHost()
          Get the SMTP host to use.
 void setSMTPHost(java.lang.String host)
          Set the SMTP host to use.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getAttributeStringValue, getNotes, getSetFields, getXml, getXmlConverter, isPersistenceEnabled, 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

getSMTPHost

public java.lang.String getSMTPHost()
Get the SMTP host to use.

Old Property: mail.smptHost

setSMTPHost

public void setSMTPHost(java.lang.String host)
Set the SMTP host to use.

A dynamic MBean attribute
Old Property: mail.smptHost
Legal NULL: false

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved