Date: 2004-07-07T02:13:02
   Editor: 213.23.64.120 <>
   Wiki: Apache Geronimo Wiki
   Page: GBeans
   URL: http://wiki.apache.org/geronimo/GBeans

   display doStart() and doStop() in the same way

Change Log:

------------------------------------------------------------------------------
@@ -50,9 +50,10 @@
 public void doStart() throws WaitingException, Exception {
        System.out.println("Axis GBean has started");
 }
-    public void doStop() throws WaitingException, Exception {
-System.out.println("Axis GBean has stoped");
-    }
+
+public void doStop() throws WaitingException, Exception {
+       System.out.println("Axis GBean has stoped");
+}
 }}}
 
 == Run A GBean ==

Reply via email to