You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/07/16 07:36:37 UTC

cvs commit: jakarta-avalon-apps/demo/src/java/org/apache/avalon/apps/demos/helloworldserver HelloWorldServerMBean.java

donaldp     2002/07/15 22:36:37

  Modified:    demo/src/java/org/apache/avalon/apps/demos/helloworldserver
                        HelloWorldServerMBean.java
  Log:
  Add some javadocs.
  
  Submitted By: Huw Roberts <hu...@mmlive.com>
  
  Revision  Changes    Path
  1.2       +12 -6     jakarta-avalon-apps/demo/src/java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java
  
  Index: HelloWorldServerMBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/demo/src/java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HelloWorldServerMBean.java	2 Jun 2002 05:37:50 -0000	1.1
  +++ HelloWorldServerMBean.java	16 Jul 2002 05:36:37 -0000	1.2
  @@ -1,17 +1,23 @@
   /*
  - * HellowWorldServerMBean.java
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  - * Created on May 31, 2002, 12:21 AM
  + * This software is published under the terms of the Apache Software License
  + * version 1.1, a copy of which has been included with this distribution in
  + * the LICENSE file.
    */
  -
   package org.apache.avalon.apps.demos.helloworldserver;
   
   /**
  + * Specifies methods to export via Management interface.
    *
  - * @author  robertsh
  - * @version 
  + * @author  Huw Roberts <hu...@mmlive.com>
  + * @version 1.0
    */
  -public interface HelloWorldServerMBean {
  +public interface HelloWorldServerMBean
  +{
  +    /**
  +     *  Sets the greeting that is returned to each http request
  +     */
       public void setGreeting( final String greeting );
   }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>