wt.jmx.core.mbeans
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
 void destroy()
          Called by e-mailer when done with this provider

Supported API: true
 
Methods inherited from interface wt.jmx.core.mbeans.Emailer.EmailContentProvider
getMultipart
 

Method Detail

destroy

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

Supported API: true