mx4j/src/tools/mx4j/tools/remote/caucho/burlap BurlapConnector.java,1.2,1.3 BurlapConnectorServer.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/burlap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31323/src/tools/mx4j/tools/remote/caucho/burlap Modified Files: BurlapConnector.java BurlapConnectorServer.java Log Message: Javadocs, added warning that this is experimental stuff Index: BurlapConnectorServer.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/burlap/BurlapConnectorServer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BurlapConnectorServer.java 4 Sep 2004 15:45:00 -0000 1.2 --- BurlapConnectorServer.java 10 Oct 2004 19:34:28 -0000 1.3 *************** *** 19,24 **** --- 19,32 ---- /** + * A JSR 160 implementation of a JMXConnectorServer over Caucho's Burlap protocol + * (http://www.caucho.com/burlap). + * <br/> + * IMPORTANT NOTE: <br/> + * This JMXConnectorServer is still in experimental status, so compatibility with + * newer version may broke, especially regarding burlap serialization of JMX classes. + * * @author <a href="mailto:[email protected]">Simone Bordet</a> * @version $Revision$ + * @see mx4j.tools.remote.caucho.hessian.HessianConnectorServer */ public class BurlapConnectorServer extends HTTPConnectorServer Index: BurlapConnector.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/burlap/BurlapConnector.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BurlapConnector.java 4 Sep 2004 15:45:00 -0000 1.2 --- BurlapConnector.java 10 Oct 2004 19:34:28 -0000 1.3 *************** *** 19,24 **** --- 19,32 ---- /** + * A JSR 160 implementation of a JMXConnector over Caucho's Burlap protocol + * (http://www.caucho.com/burlap). + * <br/> + * IMPORTANT NOTE: <br/> + * This JMXConnector is still in experimental status, so compatibility with + * newer version may broke, especially regarding burlap serialization of JMX classes. + * * @author <a href="mailto:[email protected]">Simone Bordet</a> * @version $Revision$ + * @see mx4j.tools.remote.caucho.hessian.HessianConnector */ public class BurlapConnector 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