Interface EmailListMBean

All Superinterfaces:
SelfEmailingMBean

public interface EmailListMBean extends SelfEmailingMBean
A named list of e-mail addresses

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAddresses(String addressesToAdd)
    Add one or more e-mail addresses to list

    Supported API: true
    List of e-mail addresses (as array)

    Supported API: true
    List of e-mail addresses (as single comma-delimited string)

    Supported API: true
    Name of e-mail list

    Supported API: true
    void
    Remove this e-mail list

    Supported API: true
    void
    removeAddresses(String addressesToRemove)
    Remove one or more e-mail addresses from list

    Supported API: true
    void
    setAddressList(String addressList)
    List of e-mail addresses (as single comma-delimited string)

    Supported API: true

    Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean

    emailThisMBean