Interface Emailer.DestroyableProvider

All Superinterfaces:
Emailer.EmailContentProvider
Enclosing class:
Emailer

public static interface Emailer.DestroyableProvider extends Emailer.EmailContentProvider
Emailer will call destroy() method on any EmailContentProvider that implements this method.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by e-mailer when done with this provider

    Supported API: true

    Methods inherited from interface wt.jmx.core.mbeans.Emailer.EmailContentProvider

    getMultipart
  • Method Details

    • destroy

      void destroy()
      Called by e-mailer when done with this provider

      Supported API: true