com.compoze.collab.groupware
Interface IReport

All Known Subinterfaces:
INonDeliveryReport, IReadReport

public interface IReport

The IReport interface represents messages that are used to report on events in the mail subsystem, such as INonDeliveryReport notices.


Field Summary
static int KEYID_ORIGINAL_SUBJECT
          The int ID for the ORIGINAL_SUBJECT key.
static Key ORIGINAL_SUBJECT
          Key that represents the subject of the message represented by this report.
 
Method Summary
 String getOriginalSubject()
          Gets the subject of the message that is represented by the report.
 

Field Detail

KEYID_ORIGINAL_SUBJECT

static final int KEYID_ORIGINAL_SUBJECT
The int ID for the ORIGINAL_SUBJECT key.

See Also
Constants Summary

ORIGINAL_SUBJECT

static final Key ORIGINAL_SUBJECT
Key that represents the subject of the message represented by this report.

Method Detail

getOriginalSubject

String getOriginalSubject()
                          throws CollaborationException
Gets the subject of the message that is represented by the report. For example, if this report is a non-delivery report with the subject of , "Undeliverable: Test Message", then the original message's subject would most likely be, "Test Message."

Returns
the original subject of the message represented by this report.
Throws
CollaborationException - if there was a problem retrieving the the original subject.
See Also
ORIGINAL_SUBJECT


Copyright © 2006 BEA Systems, Inc. All Rights Reserved