Package wt.jmx.core.mbeans
Interface Emailer.DestroyableProvider
- All Superinterfaces:
Emailer.EmailContentProvider
- Enclosing class:
- Emailer
Emailer will call destroy() method on any EmailContentProvider that implements
this method.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Called by e-mailer when done with this provider
Supported API: trueMethods 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
-