mcconnell 2002/07/12 17:27:27
Modified: assembly/src/java/org/apache/excalibur/merlin Main.java
Log:
javadoc updating
Revision Changes Path
1.5 +37 -3
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/Main.java
Index: Main.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/Main.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Main.java 13 Jul 2002 00:09:44 -0000 1.4
+++ Main.java 13 Jul 2002 00:27:26 -0000 1.5
@@ -91,9 +91,43 @@
*
* <pre>
* <strong><font color="darkred">$ java -jar .\extensions\merlin.jar
src\etc\kernel.xml</font></strong>
- * </pre>
*
- * <p>Aborting the process will result in a clean server shutdown.</p>
+ * <i><font color="darkslategray">The following logging trace shows the kernel
initialization and the invocation of a startup request.</font></i>
+ *
+ * [INFO ] (kernel): commencing type installation
+ * [INFO ] (kernel): commencing kernel deployment
+ * [INFO ] (kernel): startup
+ * [INFO ] (root): started: 6004328
+ * [INFO ] (root): started: 12363249
+ *
+ * <i><font color="darkslategray">Auto-assembly commences based on the
dependencies declared by the components referenced in the assembly
directives.</font></i>
+ *
+ * [DEBUG ] (root.complex): service
+ * [DEBUG ] (root.complex): initialize
+ * [DEBUG ] (root.complex.init): ready
+ * [INFO ] (root.complex): ready
+ * [DEBUG ] (root.complex): starting
+ * [DEBUG ] (root.complex): started
+ * [INFO ] (root): started: complex
+ *
+ * <i><font color="darkslategray">All components in the root container have been
established. Execiution will continue across nested container in the
hierachy.</font></i>
+ *
+ * [INFO ] (root.sub-container): started: 14659537
+ * [INFO ] (root.sub-container): started: simple2
+ *
+ * <i><font color="darkslategray">Target and all dependent services are now fully
established. Initiation of a clean shutdown can be triggered by halting the java
process.</font></i>
+ *
+ * [INFO ] (kernel): shutdown
+ * [INFO ] (root.sub-container): stopped: simple2
+ * [INFO ] (root.sub-container): stopped: 14659537
+ * [DEBUG ] (root.complex): stopping
+ * [DEBUG ] (root.complex): dispose
+ * [INFO ] (root): stopped: complex
+ * [INFO ] (root): stopped: 12363249
+ * [INFO ] (root): stopped: 6004328
+ *
+ * <i><font color="darkslategray">All components are shutdown in an orderly
fashion taking into account cross-container dependencies.</font></i>
+ * </pre>
*
* @see DefaultController
* @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>