mx4j/src/core/mx4j/remote AbstractHeartBeat.java,1.3,1.4 ClientProxy.java,1.2,1.3 ConnectionNotificationEmitter.java,1.3,1.4 ConnectionResolver.java,1.4,1.5 DefaultRemoteNotificationServerHandler.java,1.10,1.11 HeartBeat.java,1.3,1.4 MX4JRemoteConstants.java,1.13,1.14 MX4JRemoteUtils.java,1.17,1.18 NotificationTuple.java,1.4,1.5 ProviderFactory.java,1.3,1.4 ProviderHelper.java,1.4,1.5 RemoteNotificationClientHandler.java,1.9,1.10 RemoteNotificationServerHandler.java,1.6,1.7

Simone Bordet <[email protected]> Sat, 13 Nov 2004 16:38:22 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/remote
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19300/src/core/mx4j/remote

Modified Files:
	AbstractHeartBeat.java ClientProxy.java 
	ConnectionNotificationEmitter.java ConnectionResolver.java 
	DefaultRemoteNotificationServerHandler.java HeartBeat.java 
	MX4JRemoteConstants.java MX4JRemoteUtils.java 
	NotificationTuple.java ProviderFactory.java 
	ProviderHelper.java RemoteNotificationClientHandler.java 
	RemoteNotificationServerHandler.java 
Log Message:
Removed author tag, since I suspect it was parsed by spambots to retrieve author emails.

Index: HeartBeat.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/HeartBeat.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HeartBeat.java	4 Sep 2004 15:44:11 -0000	1.3
--- HeartBeat.java	13 Nov 2004 16:38:20 -0000	1.4
***************
*** 15,19 ****
   * the connection is alive and the server is up.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: MX4JRemoteConstants.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/MX4JRemoteConstants.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MX4JRemoteConstants.java	20 Oct 2004 17:14:59 -0000	1.13
--- MX4JRemoteConstants.java	13 Nov 2004 16:38:20 -0000	1.14
***************
*** 11,15 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 11,14 ----

Index: ConnectionNotificationEmitter.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ConnectionNotificationEmitter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ConnectionNotificationEmitter.java	4 Sep 2004 15:44:11 -0000	1.3
--- ConnectionNotificationEmitter.java	13 Nov 2004 16:38:20 -0000	1.4
***************
*** 15,19 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: RemoteNotificationServerHandler.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/RemoteNotificationServerHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RemoteNotificationServerHandler.java	4 Sep 2004 15:44:11 -0000	1.6
--- RemoteNotificationServerHandler.java	13 Nov 2004 16:38:20 -0000	1.7
***************
*** 20,24 ****
   * notifications back to the client side.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   * @see RemoteNotificationClientHandler
--- 20,23 ----

Index: ClientProxy.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ClientProxy.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ClientProxy.java	4 Sep 2004 15:44:11 -0000	1.2
--- ClientProxy.java	13 Nov 2004 16:38:20 -0000	1.3
***************
*** 15,19 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: AbstractHeartBeat.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/AbstractHeartBeat.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AbstractHeartBeat.java	4 Sep 2004 15:44:11 -0000	1.3
--- AbstractHeartBeat.java	13 Nov 2004 16:38:20 -0000	1.4
***************
*** 15,19 ****
   * Base implementation for the HeartBeat interface.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: ProviderFactory.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ProviderFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ProviderFactory.java	4 Sep 2004 15:44:11 -0000	1.3
--- ProviderFactory.java	13 Nov 2004 16:38:20 -0000	1.4
***************
*** 23,27 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 23,26 ----

Index: MX4JRemoteUtils.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/MX4JRemoteUtils.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** MX4JRemoteUtils.java	13 Oct 2004 07:48:17 -0000	1.17
--- MX4JRemoteUtils.java	13 Nov 2004 16:38:20 -0000	1.18
***************
*** 39,43 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 39,42 ----

Index: ConnectionResolver.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ConnectionResolver.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConnectionResolver.java	4 Sep 2004 15:44:11 -0000	1.4
--- ConnectionResolver.java	13 Nov 2004 16:38:20 -0000	1.5
***************
*** 30,34 ****
   * most of the times they share common code, although it may have been a better design.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 30,33 ----

Index: DefaultRemoteNotificationServerHandler.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/DefaultRemoteNotificationServerHandler.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** DefaultRemoteNotificationServerHandler.java	4 Sep 2004 15:44:11 -0000	1.10
--- DefaultRemoteNotificationServerHandler.java	13 Nov 2004 16:38:20 -0000	1.11
***************
*** 28,32 ****
   * Base implementation of the RemoteNotificationServerHandler interface.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 28,31 ----

Index: NotificationTuple.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/NotificationTuple.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NotificationTuple.java	4 Sep 2004 15:44:11 -0000	1.4
--- NotificationTuple.java	13 Nov 2004 16:38:20 -0000	1.5
***************
*** 15,19 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: ProviderHelper.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ProviderHelper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ProviderHelper.java	4 Sep 2004 15:44:11 -0000	1.4
--- ProviderHelper.java	13 Nov 2004 16:38:20 -0000	1.5
***************
*** 16,20 ****
  
  /**
-  * @author <a href="biorn_steedom:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 16,19 ----

Index: RemoteNotificationClientHandler.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/RemoteNotificationClientHandler.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** RemoteNotificationClientHandler.java	4 Sep 2004 15:44:11 -0000	1.9
--- RemoteNotificationClientHandler.java	13 Nov 2004 16:38:20 -0000	1.10
***************
*** 14,18 ****
   * notifications to client-side listeners.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   * @see RemoteNotificationServerHandler
--- 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