mx4j/src/tools/mx4j/tools/remote/caucho/hessian HessianConnector.java,1.2,1.3 HessianConnectorServer.java,1.2,1.3
Simone Bordet <[email protected]> Sun, 10 Oct 2004 19:34:30 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/hessian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31323/src/tools/mx4j/tools/remote/caucho/hessian Modified Files: HessianConnector.java HessianConnectorServer.java Log Message: Javadocs, added warning that this is experimental stuff Index: HessianConnectorServer.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/hessian/HessianConnectorServer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HessianConnectorServer.java 4 Sep 2004 15:45:00 -0000 1.2 --- HessianConnectorServer.java 10 Oct 2004 19:34:28 -0000 1.3 *************** *** 19,24 **** --- 19,32 ---- /** + * A JSR 160 implementation of a JMXConnectorServer over Caucho's Hessian protocol + * (http://www.caucho.com/hessian). + * <br/> + * IMPORTANT NOTE: <br/> + * This JMXConnectorServer is still in experimental status, so compatibility with + * newer version may broke, especially regarding hessian serialization of JMX classes. + * * @author <a href="mailto:[email protected]">Simone Bordet</a> * @version $Revision$ + * @see mx4j.tools.remote.caucho.burlap.BurlapConnectorServer */ public class HessianConnectorServer extends HTTPConnectorServer Index: HessianConnector.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/hessian/HessianConnector.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HessianConnector.java 4 Sep 2004 15:45:00 -0000 1.2 --- HessianConnector.java 10 Oct 2004 19:34:28 -0000 1.3 *************** *** 19,24 **** --- 19,32 ---- /** + * A JSR 160 implementation of a JMXConnector over Caucho's Hessian protocol + * (http://www.caucho.com/hessian). + * <br/> + * IMPORTANT NOTE: <br/> + * This JMXConnector is still in experimental status, so compatibility with + * newer version may broke, especially regarding hessian serialization of JMX classes. + * * @author <a href="mailto:[email protected]">Simone Bordet</a> * @version $Revision$ + * @see mx4j.tools.remote.caucho.burlap.BurlapConnector */ public class HessianConnector extends HTTPConnector ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl