mcconnell    2003/02/04 23:03:06

  Modified:    src/java/org/apache/log/output/jms MessageBuilder.java
  Log:
  Checkstyle corrections and javadoc additions.
  
  Revision  Changes    Path
  1.7       +9 -0      
jakarta-avalon-logkit/src/java/org/apache/log/output/jms/MessageBuilder.java
  
  Index: MessageBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/output/jms/MessageBuilder.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MessageBuilder.java       3 Feb 2003 17:40:15 -0000       1.6
  +++ MessageBuilder.java       5 Feb 2003 07:03:06 -0000       1.7
  @@ -62,10 +62,19 @@
   /**
    * Interface that classes implement to build JMS Messages.
    *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Avalon Development 
Team</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Peter Donald</a>
    */
   public interface MessageBuilder
   {
  +
  +   /**
  +    * Creation of a new message. 
  +    * @param session the session against which the message will be created
  +    * @param event the log event
  +    * @return the message
  +    * @exeption JMSException if a messaging error occurs
  +    */
       Message buildMessage( Session session, LogEvent event )
           throws JMSException;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to