jdillon 2003/08/22 23:26:05
Modified: modules/core/src/java/org/apache/geronimo/management
AppClientModule.java EJB.java EJBModule.java
EntityBean.java EventProvider.java
J2EEApplication.java J2EEDeployedObject.java
J2EEDomain.java J2EEModule.java J2EEResource.java
J2EEServer.java JCAConnectionFactory.java
JCAManagedConnectionFactory.java JCAResource.java
JDBCDataSource.java JDBCDriver.java
JDBCResource.java JMSResource.java
JNDIResource.java JTAResource.java JVM.java
JavaMailResource.java ManagedObject.java
MessageDrivenBean.java NotificationType.java
RMI_IIOPResource.java ResourceAdapter.java
ResourceAdapterModule.java Servlet.java
SessionBean.java State.java StateManageable.java
StatefulSessionBean.java StatelessSessionBean.java
StatisticsProvider.java URLResource.java
WebModule.java
Log:
o Using standard license for consistency, put source warnings in comment
bellow to help them stand out more.
Revision Changes Path
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/AppClientModule.java
Index: AppClientModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/AppClientModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AppClientModule.java 22 Aug 2003 23:01:37 -0000 1.3
+++ AppClientModule.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EJB.java
Index: EJB.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EJB.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EJB.java 22 Aug 2003 23:01:37 -0000 1.3
+++ EJB.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EJBModule.java
Index: EJBModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EJBModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EJBModule.java 22 Aug 2003 23:01:37 -0000 1.3
+++ EJBModule.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EntityBean.java
Index: EntityBean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EntityBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EntityBean.java 22 Aug 2003 23:01:37 -0000 1.3
+++ EntityBean.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.3 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EventProvider.java
Index: EventProvider.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/EventProvider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EventProvider.java 21 Aug 2003 14:44:25 -0000 1.2
+++ EventProvider.java 23 Aug 2003 06:26:04 -0000 1.3
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEApplication.java
Index: J2EEApplication.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEApplication.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEApplication.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEApplication.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEDeployedObject.java
Index: J2EEDeployedObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEDeployedObject.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEDeployedObject.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEDeployedObject.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEDomain.java
Index: J2EEDomain.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEDomain.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEDomain.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEDomain.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEModule.java
Index: J2EEModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEModule.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEModule.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEResource.java
Index: J2EEResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEServer.java
Index: J2EEServer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/J2EEServer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEServer.java 22 Aug 2003 23:01:37 -0000 1.3
+++ J2EEServer.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAConnectionFactory.java
Index: JCAConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JCAConnectionFactory.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JCAConnectionFactory.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAManagedConnectionFactory.java
Index: JCAManagedConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAManagedConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JCAManagedConnectionFactory.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JCAManagedConnectionFactory.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAResource.java
Index: JCAResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JCAResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JCAResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JCAResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCDataSource.java
Index: JDBCDataSource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCDataSource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JDBCDataSource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JDBCDataSource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCDriver.java
Index: JDBCDriver.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCDriver.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JDBCDriver.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JDBCDriver.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCResource.java
Index: JDBCResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JDBCResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JDBCResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JDBCResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JMSResource.java
Index: JMSResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JMSResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JMSResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JMSResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JNDIResource.java
Index: JNDIResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JNDIResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JNDIResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JNDIResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JTAResource.java
Index: JTAResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JTAResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JTAResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JTAResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JVM.java
Index: JVM.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JVM.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JVM.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JVM.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JavaMailResource.java
Index: JavaMailResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/JavaMailResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JavaMailResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ JavaMailResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.3 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ManagedObject.java
Index: ManagedObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ManagedObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ManagedObject.java 21 Aug 2003 14:44:25 -0000 1.2
+++ ManagedObject.java 23 Aug 2003 06:26:04 -0000 1.3
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/MessageDrivenBean.java
Index: MessageDrivenBean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/MessageDrivenBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageDrivenBean.java 22 Aug 2003 23:01:37 -0000 1.3
+++ MessageDrivenBean.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.3 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/NotificationType.java
Index: NotificationType.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/NotificationType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotificationType.java 21 Aug 2003 14:44:25 -0000 1.2
+++ NotificationType.java 23 Aug 2003 06:26:04 -0000 1.3
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
import javax.management.Notification;
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/RMI_IIOPResource.java
Index: RMI_IIOPResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/RMI_IIOPResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RMI_IIOPResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ RMI_IIOPResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ResourceAdapter.java
Index: ResourceAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ResourceAdapter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ResourceAdapter.java 22 Aug 2003 23:01:37 -0000 1.3
+++ ResourceAdapter.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ResourceAdapterModule.java
Index: ResourceAdapterModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/ResourceAdapterModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ResourceAdapterModule.java 22 Aug 2003 23:01:37 -0000 1.3
+++ ResourceAdapterModule.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/Servlet.java
Index: Servlet.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/Servlet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Servlet.java 22 Aug 2003 23:01:37 -0000 1.3
+++ Servlet.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/SessionBean.java
Index: SessionBean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/SessionBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SessionBean.java 22 Aug 2003 23:01:37 -0000 1.3
+++ SessionBean.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.2 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/State.java
Index: State.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/State.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- State.java 20 Aug 2003 07:13:09 -0000 1.1
+++ State.java 23 Aug 2003 06:26:04 -0000 1.2
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.2 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StateManageable.java
Index: StateManageable.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StateManageable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StateManageable.java 20 Aug 2003 07:13:09 -0000 1.1
+++ StateManageable.java 23 Aug 2003 06:26:04 -0000 1.2
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatefulSessionBean.java
Index: StatefulSessionBean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatefulSessionBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StatefulSessionBean.java 22 Aug 2003 23:01:37 -0000 1.3
+++ StatefulSessionBean.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatelessSessionBean.java
Index: StatelessSessionBean.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatelessSessionBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StatelessSessionBean.java 22 Aug 2003 23:01:37 -0000 1.3
+++ StatelessSessionBean.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.3 +8 -1
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatisticsProvider.java
Index: StatisticsProvider.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/StatisticsProvider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StatisticsProvider.java 21 Aug 2003 14:44:25 -0000 1.2
+++ StatisticsProvider.java 23 Aug 2003 06:26:04 -0000 1.3
@@ -53,6 +53,13 @@
*
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
import javax.management.j2ee.statistics.Stats;
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/URLResource.java
Index: URLResource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/URLResource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- URLResource.java 22 Aug 2003 23:01:37 -0000 1.3
+++ URLResource.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**
1.4 +8 -5
incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/WebModule.java
Index: WebModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/management/WebModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WebModule.java 22 Aug 2003 23:01:37 -0000 1.3
+++ WebModule.java 23 Aug 2003 06:26:04 -0000 1.4
@@ -51,12 +51,15 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * This source code implements specifications defined by the Java
- * Community Process. In order to remain compliant with the specification
- * DO NOT add / change / or delete method signatures!
- *
* ====================================================================
*/
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+
package org.apache.geronimo.management;
/**