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, [EMAIL PROTECTED] 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
[EMAIL PROTECTED]