raccoon.api.eai.uitest.report
Interface IReceivedMessage

All Known Implementing Classes:
ReceivedMessage

public interface IReceivedMessage

Information related to a message received.

Since:
Raccoon v0.7
Version:
$Id: IReceivedMessage.java,v 1.1 2004/08/08 20:25:56 crouvrais Exp $
Author:
Cedric ROUVRAIS

Method Summary
 java.lang.String getExpectedFileName()
          The name of the file that contains the expected message.
 java.util.Date getReceptionTime()
          The time at which the expected message was received.
 

Method Detail

getReceptionTime

java.util.Date getReceptionTime()
The time at which the expected message was received.

Returns:
the reception time.

getExpectedFileName

java.lang.String getExpectedFileName()
The name of the file that contains the expected message.

Returns:
the file of the expected message.


Copyright null null. All Rights Reserved.