|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mail.dsn.Report
public abstract class Report
An abstract report type, to be included in a MultipartReport.
Subclasses define specific report types, such as DeliveryStatus
and DispositionNotification
.
Field Summary | |
---|---|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
protected |
Report(java.lang.String type)
Construct a report of the indicated MIME subtype. |
Method Summary | |
---|---|
java.lang.String |
getType()
Get the MIME subtype of the report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String type
Constructor Detail |
---|
protected Report(java.lang.String type)
Method Detail |
---|
public java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |