[jboss-cvs] JBossAS SVN: r59412 - trunk/system-jmx/src/main/org/jboss/system/server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 8 04:58:00 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-08 04:57:58 -0500 (Mon, 08 Jan 2007)
New Revision: 59412

Modified:
   trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImpl.java
   trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImplMBean.java
Log:
remove redundant attributes

Modified: trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImpl.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImpl.java	2007-01-08 09:55:13 UTC (rev 59411)
+++ trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImpl.java	2007-01-08 09:57:58 UTC (rev 59412)
@@ -187,21 +187,6 @@
       config.setRootDeploymentFilename(filename);
    }
 
-   public String getImplementationTitle()
-   {
-      return config.getImplementationTitle();
-   }
-
-   public String getImplementationVersion()
-   {
-      return config.getImplementationVersion();
-   }
-
-   public String getSpecificationTitle()
-   {
-      return config.getSpecificationTitle();
-   }
-
    public String getSpecificationVersion()
    {
       return config.getSpecificationVersion();

Modified: trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImplMBean.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImplMBean.java	2007-01-08 09:55:13 UTC (rev 59411)
+++ trunk/system-jmx/src/main/org/jboss/system/server/ServerConfigImplMBean.java	2007-01-08 09:57:58 UTC (rev 59412)
@@ -34,25 +34,9 @@
 public interface ServerConfigImplMBean
 {
    /** Default ObjectName */
-   static final ObjectName OBJECT_NAME =
-      ObjectNameFactory.create("jboss.system:type=ServerConfig");
+   ObjectName OBJECT_NAME = ObjectNameFactory.create("jboss.system:type=ServerConfig");
 
    /**
-    * Get the server Implementation-Title
-    */
-   String getImplementationTitle();
-
-   /**
-    * Get the server Implementation-Version
-    */
-   String getImplementationVersion();
-
-   /**
-    * Get the server Specification-Title
-    */
-   String getSpecificationTitle();
-
-   /**
     * Get the server Specification-Version
     */
    String getSpecificationVersion();




More information about the jboss-cvs-commits mailing list