Index: DefaultApplication.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultApplication.java,v
retrieving revision 1.30
diff -u -r1.30 DefaultApplication.java
--- DefaultApplication.java	20 Jun 2002 11:39:31 -0000	1.30
+++ DefaultApplication.java	24 Jul 2002 05:17:23 -0000
@@ -35,6 +35,8 @@
  * represents an aggregation of blocks that act together to form
  * an application.
  *
+ * @phoenix:mx-topic name="Application"
+ *
  * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  * @author <a href="mailto:leosimons@apache.org">Leo Simons</a>
  */
@@ -97,6 +99,8 @@
      * This is only valid when isRunning() returns false,
      * otherwise it will generate an IllegalStateException.
      *
+     * @phoenix:mx-operation
+     *
      * @throws IllegalStateException if application is already running
      * @throws ApplicationException if the application failed to start.
      *            the message part of exception will contain more information
@@ -145,6 +149,8 @@
      * This is equivelent to  calling stop() and then start()
      * in succession.
      *
+     * @phoenix:mx-operation
+     *
      * @throws IllegalStateException if application is not already running
      * @throws ApplicationException if the application failed to stop or start.
      *            the message part of exception will contain more information
@@ -162,6 +168,8 @@
      * This is only valid when isRunning() returns true,
      * otherwise it will generate an IllegalStateException.
      *
+     * @phoenix:mx-operation
+     *
      * @throws IllegalStateException if application is not already running
      * @throws ApplicationException if the application failed to shutdown.
      *            the message part of exception will contain more information
@@ -235,6 +243,8 @@
     /**
      * Get the name of the application.
      *
+     * @phoenix:mx-attribute
+     *
      * @return the name of the application
      */
     public String getName()
@@ -245,6 +255,8 @@
     /**
      * Get the name to display in Management UI.
      *
+     * @phoenix:mx-attribute
+     *
      * @return the name of the application to display in UI
      */
     public String getDisplayName()
@@ -255,6 +267,8 @@
     /**
      * Get the string used to describe the application in the UI.
      *
+     * @phoenix:mx-attribute
+     *
      * @return a short description of the application
      */
     public String getDescription()
@@ -265,6 +279,8 @@
     /**
      * Get location of Application installation
      *
+     * @phoenix:mx-attribute
+     *
      * @return the home directory of application
      */
     public String getHomeDirectory()
@@ -275,6 +291,8 @@
     /**
      * Return true if the application is
      * running or false otherwise.
+     *
+     * @phoenix:mx-attribute
      *
      * @return true if application is running, false otherwise
      */
