raccoon.api.eai.endpoint
Interface IDeliveryInfo

All Known Implementing Classes:
RvCmDelivery

public interface IDeliveryInfo

The information related to a delivery advisory.

Since:
Raccoon v1.0
Version:
$Id: IDeliveryInfo.java,v 1.1 2004/08/08 20:25:56 crouvrais Exp $
Author:
Cedric ROUVRAIS

Method Summary
 AdvisoryType getAdvisoryType()
          The type of the advisory (confirm, fail, complet).
 long getSequenceNumber()
          The sequence number of the message.
 java.lang.String getSubject()
          The subject/topic related to this information.
 

Method Detail

getSubject

java.lang.String getSubject()
The subject/topic related to this information.

Returns:
the subject of the messages related to this advisory.

getSequenceNumber

long getSequenceNumber()
The sequence number of the message.

Returns:
the number of the message for which this advisory was generated.

getAdvisoryType

AdvisoryType getAdvisoryType()
The type of the advisory (confirm, fail, complet).

Returns:
the advisory type.


Copyright null null. All Rights Reserved.