Author: felixk
Date: Tue Mar 22 14:52:29 2011
New Revision: 1084204

URL: http://svn.apache.org/viewvc?rev=1084204&view=rev
Log:
The @phoenix annotation is a left-over of avalon-phoenix which has been 
replaced by pure spring in version 3.x

Modified:
    
james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPServerMBean.java

Modified: 
james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPServerMBean.java
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPServerMBean.java?rev=1084204&r1=1084203&r2=1084204&view=diff
==============================================================================
--- 
james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPServerMBean.java
 (original)
+++ 
james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPServerMBean.java
 Tue Mar 22 14:52:29 2011
@@ -24,40 +24,31 @@ package org.apache.james.protocols.smtp;
 /**
  * An interface to expose James management functionality through JMX.
  * 
- * @phoenix:mx-topic name="SMTPServer"
  */
 public interface SMTPServerMBean {
     /**
-    * @phoenix:mx-attribute
-    * @phoenix:mx-description Returns flag indicating it this service is 
enabled 
-    * @phoenix:mx-isWriteable no
+    * Returns flag indicating it this service is enabled 
     * 
     * @return boolean The enabled flag     
     */  
     boolean isEnabled();
 
     /**
-    * @phoenix:mx-attribute
-    * @phoenix:mx-description Returns the port that the service is bound to 
-    * @phoenix:mx-isWriteable no
+    * Returns the port that the service is bound to 
     * 
     * @return int The port number     
     */  
     int  getPort();
     
     /**
-    * @phoenix:mx-attribute
-    * @phoenix:mx-description Returns the address if the network interface the 
socket is bound to 
-    * @phoenix:mx-isWriteable no
+    * Returns the address if the network interface the socket is bound to 
     * 
     * @return String The network interface name     
     */  
     String  getNetworkInterface();
     
     /**
-    * @phoenix:mx-attribute
-    * @phoenix:mx-description Returns the server socket type, plain or SSL 
-    * @phoenix:mx-isWriteable no
+    * Returns the server socket type, plain or SSL 
     * 
     * @return String The scoekt type, plain or SSL     
     */  



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to