mx4j/src/core/javax/management/openmbean ArrayType.java,1.11,1.12 CompositeData.java,1.4,1.5 CompositeType.java,1.9,1.10 InvalidKeyException.java,1.4,1.5 InvalidOpenTypeException.java,1.4,1.5 KeyAlreadyExistsException.java,1.4,1.5 OpenDataException.java,1.4,1.5 OpenMBeanAttributeInfo.java,1.3,1.4 OpenMBeanAttributeInfoSupport.java,1.13,1.14 OpenMBeanConstructorInfo.java,1.2,1.3 OpenMBeanConstructorInfoSupport.java,1.5,1.6 OpenMBeanInfo.java,1.3,1.4 OpenMBeanInfoSupport.java,1.9,1.10 OpenMBeanOperationInfo.java,1.5,1.6 OpenMBeanOperationInfoSupport.java,1.10,1.11 OpenMBeanParameterInfo.java,1.2,1.3 OpenMBeanParameterInfoSupport.java,1.8,1.9 OpenType.java,1.11,1.12 SimpleType.java,1.12,1.13 TabularData.java,1.5,1.6 TabularDataSupport.java,1.9,1.10 TabularType.java,1.16,1.17
Simone Bordet <[email protected]> Sat, 13 Nov 2004 16:38:24 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19300/src/core/javax/management/openmbean Modified Files: ArrayType.java CompositeData.java CompositeType.java InvalidKeyException.java InvalidOpenTypeException.java KeyAlreadyExistsException.java OpenDataException.java OpenMBeanAttributeInfo.java OpenMBeanAttributeInfoSupport.java OpenMBeanConstructorInfo.java OpenMBeanConstructorInfoSupport.java OpenMBeanInfo.java OpenMBeanInfoSupport.java OpenMBeanOperationInfo.java OpenMBeanOperationInfoSupport.java OpenMBeanParameterInfo.java OpenMBeanParameterInfoSupport.java OpenType.java SimpleType.java TabularData.java TabularDataSupport.java TabularType.java Log Message: Removed author tag, since I suspect it was parsed by spambots to retrieve author emails. Index: OpenMBeanInfoSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanInfoSupport.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** OpenMBeanInfoSupport.java 5 Oct 2004 09:46:21 -0000 1.9 --- OpenMBeanInfoSupport.java 13 Nov 2004 16:38:22 -0000 1.10 *************** *** 18,23 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 18,21 ---- Index: OpenMBeanInfo.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenMBeanInfo.java 4 Sep 2004 15:44:05 -0000 1.3 --- OpenMBeanInfo.java 13 Nov 2004 16:38:22 -0000 1.4 *************** *** 17,22 **** * The <code>OpenMBeanInfo</code> describes an OpenMBean. * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ * @see javax.management.MBeanInfo --- 17,20 ---- Index: InvalidOpenTypeException.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/InvalidOpenTypeException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InvalidOpenTypeException.java 4 Sep 2004 15:44:04 -0000 1.4 --- InvalidOpenTypeException.java 13 Nov 2004 16:38:22 -0000 1.5 *************** *** 11,15 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 11,14 ---- Index: OpenMBeanParameterInfo.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanParameterInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenMBeanParameterInfo.java 4 Sep 2004 15:44:05 -0000 1.2 --- OpenMBeanParameterInfo.java 13 Nov 2004 16:38:22 -0000 1.3 *************** *** 12,16 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 12,15 ---- Index: OpenMBeanConstructorInfoSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanConstructorInfoSupport.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OpenMBeanConstructorInfoSupport.java 5 Oct 2004 09:46:21 -0000 1.5 --- OpenMBeanConstructorInfoSupport.java 13 Nov 2004 16:38:22 -0000 1.6 *************** *** 15,19 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 15,18 ---- Index: TabularData.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/TabularData.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TabularData.java 4 Sep 2004 15:44:05 -0000 1.5 --- TabularData.java 13 Nov 2004 16:38:22 -0000 1.6 *************** *** 14,18 **** /** * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 14,17 ---- Index: CompositeType.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/CompositeType.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CompositeType.java 4 Sep 2004 15:44:04 -0000 1.9 --- CompositeType.java 13 Nov 2004 16:38:22 -0000 1.10 *************** *** 19,23 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 19,22 ---- Index: OpenDataException.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenDataException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenDataException.java 4 Sep 2004 15:44:04 -0000 1.4 --- OpenDataException.java 13 Nov 2004 16:38:22 -0000 1.5 *************** *** 12,16 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 12,15 ---- Index: KeyAlreadyExistsException.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/KeyAlreadyExistsException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** KeyAlreadyExistsException.java 4 Sep 2004 15:44:04 -0000 1.4 --- KeyAlreadyExistsException.java 13 Nov 2004 16:38:22 -0000 1.5 *************** *** 11,15 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 11,14 ---- Index: OpenMBeanParameterInfoSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanParameterInfoSupport.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OpenMBeanParameterInfoSupport.java 5 Oct 2004 09:46:21 -0000 1.8 --- OpenMBeanParameterInfoSupport.java 13 Nov 2004 16:38:22 -0000 1.9 *************** *** 16,20 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 16,19 ---- Index: OpenMBeanConstructorInfo.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanConstructorInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenMBeanConstructorInfo.java 4 Sep 2004 15:44:05 -0000 1.2 --- OpenMBeanConstructorInfo.java 13 Nov 2004 16:38:22 -0000 1.3 *************** *** 12,16 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 12,15 ---- Index: ArrayType.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/ArrayType.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ArrayType.java 4 Sep 2004 15:44:04 -0000 1.11 --- ArrayType.java 13 Nov 2004 16:38:22 -0000 1.12 *************** *** 16,21 **** * which are n-dimensional arrays of open data values * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 16,19 ---- Index: OpenMBeanAttributeInfoSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** OpenMBeanAttributeInfoSupport.java 5 Oct 2004 09:46:21 -0000 1.13 --- OpenMBeanAttributeInfoSupport.java 13 Nov 2004 16:38:22 -0000 1.14 *************** *** 16,21 **** /** - * @author <a href="mailto:[email protected]">Warren Mira</a> - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 16,19 ---- Index: TabularDataSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/TabularDataSupport.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TabularDataSupport.java 10 Oct 2004 16:38:25 -0000 1.9 --- TabularDataSupport.java 13 Nov 2004 16:38:22 -0000 1.10 *************** *** 24,28 **** /** * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 24,27 ---- Index: SimpleType.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/SimpleType.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SimpleType.java 4 Sep 2004 15:44:05 -0000 1.12 --- SimpleType.java 13 Nov 2004 16:38:22 -0000 1.13 *************** *** 21,25 **** * and getDescription all return the same string value className.</p> * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 21,24 ---- Index: OpenMBeanOperationInfoSupport.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanOperationInfoSupport.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** OpenMBeanOperationInfoSupport.java 5 Oct 2004 09:46:21 -0000 1.10 --- OpenMBeanOperationInfoSupport.java 13 Nov 2004 16:38:22 -0000 1.11 *************** *** 15,20 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 15,18 ---- Index: CompositeData.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/CompositeData.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CompositeData.java 4 Sep 2004 15:44:04 -0000 1.4 --- CompositeData.java 13 Nov 2004 16:38:22 -0000 1.5 *************** *** 12,16 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 12,15 ---- Index: InvalidKeyException.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/InvalidKeyException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InvalidKeyException.java 4 Sep 2004 15:44:04 -0000 1.4 --- InvalidKeyException.java 13 Nov 2004 16:38:22 -0000 1.5 *************** *** 11,15 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 11,14 ---- Index: OpenMBeanAttributeInfo.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanAttributeInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenMBeanAttributeInfo.java 4 Sep 2004 15:44:04 -0000 1.3 --- OpenMBeanAttributeInfo.java 13 Nov 2004 16:38:22 -0000 1.4 *************** *** 13,18 **** * an <code>OpenMBean</code> * - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ * @see OpenMBeanAttributeInfoSupport --- 13,16 ---- Index: OpenType.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenType.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** OpenType.java 4 Sep 2004 15:44:05 -0000 1.11 --- OpenType.java 13 Nov 2004 16:38:22 -0000 1.12 *************** *** 17,21 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 17,20 ---- Index: OpenMBeanOperationInfo.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/OpenMBeanOperationInfo.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OpenMBeanOperationInfo.java 4 Sep 2004 15:44:05 -0000 1.5 --- OpenMBeanOperationInfo.java 13 Nov 2004 16:38:22 -0000 1.6 *************** *** 14,19 **** * Describes operation of an OpenMBean * - * @author <a href="mailto:[email protected]">Warren Mira</a> - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 14,17 ---- Index: TabularType.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/openmbean/TabularType.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** TabularType.java 10 Oct 2004 16:39:41 -0000 1.16 --- TabularType.java 13 Nov 2004 16:38:22 -0000 1.17 *************** *** 14,18 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 14,17 ---- ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8