You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Matt Hogstrom <ma...@hogstrom.org> on 2006/12/14 04:31:28 UTC

Re: svn commit: r486815 - in /geronimo/server: branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ branches/1.2/modules/geronimo-kernel/src/main/java/org/apa...

Wow...Javadoc...I had to look twice...nice work Vamsi ;-0

And there is code in there too.

On Dec 13, 2006, at 2:45 PM, vamsic007@apache.org wrote:

> Author: vamsic007
> Date: Wed Dec 13 11:45:10 2006
> New Revision: 486815
>
> Modified: geronimo/server/branches/1.1/modules/kernel/src/java/org/ 
> apache/geronimo/kernel/config/PersistentConfigurationList.java
> URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.1/ 
> modules/kernel/src/java/org/apache/geronimo/kernel/config/ 
> PersistentConfigurationList.java? 
> view=diff&rev=486815&r1=486814&r2=486815
> ====================================================================== 
> ========
> --- geronimo/server/branches/1.1/modules/kernel/src/java/org/apache/ 
> geronimo/kernel/config/PersistentConfigurationList.java (original)
> +++ geronimo/server/branches/1.1/modules/kernel/src/java/org/apache/ 
> geronimo/kernel/config/PersistentConfigurationList.java Wed Dec 13  
> 11:45:10 2006
> @@ -90,4 +90,12 @@
>       *                       they are migrated.
>       */
>      void migrateConfiguration(Artifact oldName, Artifact newName,  
> Configuration configuration);
> +
> +    /**
> +     * This method checks if there are any custom gbean attributes  
> in the configuration.
> +     *
> +     * @param configName Name of the configuration
> +     * @return true if the configuration contains any custom gbean  
> attributes
> +     */
> +    boolean hasGBeanAttributes(Artifact configName);
>  }

Matt Hogstrom
matt@hogstrom.org