org.apache.savan.publication
Class PublicationReport

java.lang.Object
  extended byorg.apache.savan.publication.PublicationReport

public class PublicationReport
extends java.lang.Object

This will encapsulate error information of a specific publication. Probably will contain details of each subscriber to which the message could not be delivered successfully.


Constructor Summary
PublicationReport()
           
 
Method Summary
 void addErrorReportEntry(java.lang.String id, SavanException reason)
           
 void addNotifiedSubscriber(java.lang.String subscriberID)
           
 java.util.Hashtable getErrors()
           
 java.util.ArrayList getNotifiedSubscribers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationReport

public PublicationReport()
Method Detail

addErrorReportEntry

public void addErrorReportEntry(java.lang.String id,
                                SavanException reason)

addNotifiedSubscriber

public void addNotifiedSubscriber(java.lang.String subscriberID)

getErrors

public java.util.Hashtable getErrors()

getNotifiedSubscribers

public java.util.ArrayList getNotifiedSubscribers()


Copyright © 2007 null. All Rights Reserved.