mx4j/src/core/javax/management/modelmbean ModelMBeanAttributeInfo.java,1.11,1.12 ModelMBeanConstructorInfo.java,1.10,1.11 ModelMBeanInfoSupport.java,1.12,1.13 ModelMBeanNotificationInfo.java,1.8,1.9
Simone Bordet <[email protected]> Tue, 07 Sep 2004 12:44:19 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/javax/management/modelmbean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16863/src/core/javax/management/modelmbean
Modified Files:
ModelMBeanAttributeInfo.java ModelMBeanConstructorInfo.java
ModelMBeanInfoSupport.java ModelMBeanNotificationInfo.java
Log Message:
Made the signature of the class compliant with the TCK, even if it was already (the TCK is buggy)
Index: ModelMBeanNotificationInfo.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/modelmbean/ModelMBeanNotificationInfo.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ModelMBeanNotificationInfo.java 4 Sep 2004 15:44:04 -0000 1.8
--- ModelMBeanNotificationInfo.java 7 Sep 2004 12:44:17 -0000 1.9
***************
*** 20,24 ****
* @version $Revision$
*/
! public class ModelMBeanNotificationInfo extends MBeanNotificationInfo implements DescriptorAccess
{
private static final long serialVersionUID = -7445681389570207141L;
--- 20,26 ----
* @version $Revision$
*/
! // Change not needed, workaround to a TCK bug only to achieve TCK compliance
! // public class ModelMBeanNotificationInfo extends MBeanNotificationInfo implements DescriptorAccess
! public class ModelMBeanNotificationInfo extends MBeanNotificationInfo implements DescriptorAccess, Cloneable
{
private static final long serialVersionUID = -7445681389570207141L;
Index: ModelMBeanConstructorInfo.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/modelmbean/ModelMBeanConstructorInfo.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ModelMBeanConstructorInfo.java 4 Sep 2004 15:44:04 -0000 1.10
--- ModelMBeanConstructorInfo.java 7 Sep 2004 12:44:17 -0000 1.11
***************
*** 22,26 ****
* @version $Revision$
*/
! public class ModelMBeanConstructorInfo extends MBeanConstructorInfo implements DescriptorAccess
{
private static final long serialVersionUID = 3862947819818064362L;
--- 22,28 ----
* @version $Revision$
*/
! // Change not needed, workaround to a TCK bug only to achieve TCK compliance
! // public class ModelMBeanConstructorInfo extends MBeanConstructorInfo implements DescriptorAccess
! public class ModelMBeanConstructorInfo extends MBeanConstructorInfo implements DescriptorAccess, Cloneable
{
private static final long serialVersionUID = 3862947819818064362L;
Index: ModelMBeanAttributeInfo.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/modelmbean/ModelMBeanAttributeInfo.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ModelMBeanAttributeInfo.java 4 Sep 2004 15:44:04 -0000 1.11
--- ModelMBeanAttributeInfo.java 7 Sep 2004 12:44:16 -0000 1.12
***************
*** 22,26 ****
* @version $Revision$
*/
! public class ModelMBeanAttributeInfo extends MBeanAttributeInfo implements DescriptorAccess
{
private static final long serialVersionUID = 6181543027787327345L;
--- 22,28 ----
* @version $Revision$
*/
! // Change not needed, workaround to a TCK bug only to achieve TCK compliance
! // public class ModelMBeanAttributeInfo extends MBeanAttributeInfo implements DescriptorAccess
! public class ModelMBeanAttributeInfo extends MBeanAttributeInfo implements DescriptorAccess, Cloneable
{
private static final long serialVersionUID = 6181543027787327345L;
Index: ModelMBeanInfoSupport.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/javax/management/modelmbean/ModelMBeanInfoSupport.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ModelMBeanInfoSupport.java 4 Sep 2004 15:44:04 -0000 1.12
--- ModelMBeanInfoSupport.java 7 Sep 2004 12:44:17 -0000 1.13
***************
*** 9,12 ****
--- 9,13 ----
package javax.management.modelmbean;
+ import java.io.Serializable;
import java.util.Arrays;
import java.util.List;
***************
*** 26,30 ****
* @version $Revision$
*/
! public class ModelMBeanInfoSupport extends MBeanInfo implements ModelMBeanInfo
{
private static final long serialVersionUID = -1935722590756516193L;
--- 27,33 ----
* @version $Revision$
*/
! // Change not needed, workaround to a TCK bug only to achieve TCK compliance
! // public class ModelMBeanInfoSupport extends MBeanInfo implements ModelMBeanInfo
! public class ModelMBeanInfoSupport extends MBeanInfo implements ModelMBeanInfo, Serializable
{
private static final long serialVersionUID = -1935722590756516193L;
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click