huw 2002/08/06 20:00:01
Modified: src/java/org/apache/avalon/phoenix/components/application
DefaultApplication.java
Log:
Removed phoenix-mx tags, it is managed through the ApplicationMBean interface.
Revision Changes Path
1.35 +0 -18
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultApplication.java
Index: DefaultApplication.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultApplication.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- DefaultApplication.java 6 Aug 2002 11:57:39 -0000 1.34
+++ DefaultApplication.java 7 Aug 2002 03:00:00 -0000 1.35
@@ -35,8 +35,6 @@
* represents an aggregation of blocks that act together to form
* an application.
*
- * @phoenix:mx-topic name="Application"
- *
* @author <a href="mailto:peter at apache.org">Peter Donald</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Leo Simons</a>
*/
@@ -112,8 +110,6 @@
* 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
@@ -159,8 +155,6 @@
* 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
@@ -178,8 +172,6 @@
* 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
@@ -253,8 +245,6 @@
/**
* Get the name of the application.
*
- * @phoenix:mx-attribute
- *
* @return the name of the application
*/
public String getName()
@@ -265,8 +255,6 @@
/**
* Get the name to display in Management UI.
*
- * @phoenix:mx-attribute
- *
* @return the name of the application to display in UI
*/
public String getDisplayName()
@@ -277,8 +265,6 @@
/**
* Get the string used to describe the application in the UI.
*
- * @phoenix:mx-attribute
- *
* @return a short description of the application
*/
public String getDescription()
@@ -289,8 +275,6 @@
/**
* Get location of Application installation
*
- * @phoenix:mx-attribute
- *
* @return the home directory of application
*/
public String getHomeDirectory()
@@ -301,8 +285,6 @@
/**
* Return true if the application is
* running or false otherwise.
- *
- * @phoenix:mx-attribute
*
* @return true if application is running, false otherwise
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>