Uses of Class
net.sf.logdistiller.Publisher.PublishException

Packages that use Publisher.PublishException
net.sf.logdistiller Main classes for LogDistiller
net.sf.logdistiller.publishers Publishers to define LogDistiller's way of publishing log distillation reports. 
 

Uses of Publisher.PublishException in net.sf.logdistiller
 

Methods in net.sf.logdistiller that throw Publisher.PublishException
 int PublishHelper.publish()
           
abstract  void Publisher.publish(LogDistillation.Group group, LogDistiller.Report report)
          Publish a group report.
abstract  void Publisher.publish(LogDistillation logdistillation, LogDistiller.Report report)
          Publish a global report.
 int PublishHelper.publishGlobal()
           
 int PublishHelper.publishGroup(LogDistillation.Group group)
           
 

Uses of Publisher.PublishException in net.sf.logdistiller.publishers
 

Methods in net.sf.logdistiller.publishers that throw Publisher.PublishException
 void MailPublisher.publish(LogDistillation.Group group, LogDistiller.Report report)
           
 void FeedPublisher.publish(LogDistillation.Group group, LogDistiller.Report report)
           
 void DelegatePublisher.publish(LogDistillation.Group group, LogDistiller.Report report)
           
 void MailPublisher.publish(LogDistillation logdistillation, LogDistiller.Report report)
           
 void FeedPublisher.publish(LogDistillation logdistillation, LogDistiller.Report report)
           
 void DelegatePublisher.publish(LogDistillation logdistillation, LogDistiller.Report report)
           
 



Copyright © 2004-2009. All Rights Reserved.