asmuts      02/01/18 14:08:26

  Modified:    src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp
                        LateralCacheTCPListener.java
                        LateralGroupCacheTCPListener.java
                        LateralTCPReceiver.java
                        LateralTCPReceiverConnection.java
                        LateralTCPSender.java LateralTCPService.java
               src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/behavior
                        ILateralCacheTCPListener.java
               src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/utils
                        SocketOpener.java
  Log:
  formatting
  
  Revision  Changes    Path
  1.7       +3 -2      
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralCacheTCPListener.java
  
  Index: LateralCacheTCPListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralCacheTCPListener.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LateralCacheTCPListener.java      18 Jan 2002 21:53:34 -0000      1.6
  +++ LateralCacheTCPListener.java      18 Jan 2002 22:08:26 -0000      1.7
  @@ -78,14 +78,15 @@
   
   /////////////////////////////////////
   
  -// remove
  +
   
   ///////////////////////////////////////////////////////////////////////
   /**
    *  Description of the Class
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: LateralCacheTCPListener.java,v 1.7 2002/01/18 22:08:26 asmuts 
Exp $
    */
   public class LateralCacheTCPListener implements ILateralCacheTCPListener, 
Serializable
   {
  
  
  
  1.5       +55 -4     
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralGroupCacheTCPListener.java
  
  Index: LateralGroupCacheTCPListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralGroupCacheTCPListener.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LateralGroupCacheTCPListener.java 18 Jan 2002 06:45:27 -0000      1.4
  +++ LateralGroupCacheTCPListener.java 18 Jan 2002 22:08:26 -0000      1.5
  @@ -1,5 +1,58 @@
   package org.apache.stratum.jcs.auxiliary.lateral.socket.tcp;
   
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + * notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + * notice, this list of conditions and the following disclaimer in
  + * the documentation and/or other materials provided with the
  + * distribution.
  + *
  + * 3. The end-user documentation included with the redistribution, if
  + * any, must include the following acknowlegement:
  + * "This product includes software developed by the
  + * Apache Software Foundation (http://www.apache.org/)."
  + * Alternately, this acknowlegement may appear in the software itself,
  + * if and wherever such third-party acknowlegements normally appear.
  + *
  + * 4. The names "The Jakarta Project", "Velocity", and "Apache Software
  + * Foundation" must not be used to endorse or promote products derived
  + * from this software without prior written permission. For written
  + * permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache"
  + * nor may "Apache" appear in their names without prior written
  + * permission of the Apache Group.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   import org.apache.stratum.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
   import org.apache.stratum.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
   import 
org.apache.stratum.jcs.auxiliary.lateral.socket.tcp.behavior.ILateralCacheTCPListener;
  @@ -11,11 +64,9 @@
   import org.apache.stratum.jcs.engine.group.GroupCacheManagerFactory;
   
   /**
  - *
  - *
  - *@author
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  - *@version    1.0
  + *@version    $Id: LateralGroupCacheTCPListener.java,v 1.5 2002/01/18 22:08:26 
asmuts Exp $
    */
   
   public class LateralGroupCacheTCPListener extends LateralCacheTCPListener 
implements ILateralCacheTCPListener
  
  
  
  1.6       +58 -4     
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPReceiver.java
  
  Index: LateralTCPReceiver.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPReceiver.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LateralTCPReceiver.java   18 Jan 2002 21:53:34 -0000      1.5
  +++ LateralTCPReceiver.java   18 Jan 2002 22:08:26 -0000      1.6
  @@ -1,5 +1,58 @@
   package org.apache.stratum.jcs.auxiliary.lateral.socket.tcp;
   
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + * notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + * notice, this list of conditions and the following disclaimer in
  + * the documentation and/or other materials provided with the
  + * distribution.
  + *
  + * 3. The end-user documentation included with the redistribution, if
  + * any, must include the following acknowlegement:
  + * "This product includes software developed by the
  + * Apache Software Foundation (http://www.apache.org/)."
  + * Alternately, this acknowlegement may appear in the software itself,
  + * if and wherever such third-party acknowlegements normally appear.
  + *
  + * 4. The names "The Jakarta Project", "Velocity", and "Apache Software
  + * Foundation" must not be used to endorse or promote products derived
  + * from this software without prior written permission. For written
  + * permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache"
  + * nor may "Apache" appear in their names without prior written
  + * permission of the Apache Group.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   import java.net.InetAddress;
   import java.net.ServerSocket;
   import java.net.Socket;
  @@ -12,10 +65,11 @@
   
   ///////////////////////////////////////////////////////
   /**
  - *  Description of the Class
  + *  Processes commands from the server socket.
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: LateralTCPReceiver.java,v 1.6 2002/01/18 22:08:26 asmuts Exp $
    */
   public class LateralTCPReceiver implements Runnable
   {
  @@ -28,7 +82,7 @@
       private ILateralCacheTCPListener ilcl;
   
       /**
  -     * How long the server will block on an accept().  0 is infinte.
  +     *  How long the server will block on an accept(). 0 is infinte.
        */
       private final static int sTimeOut = 0;
   
  @@ -47,7 +101,7 @@
               }
               log.info( "Listening on port " + port );
               ServerSocket serverSocket = new ServerSocket( port );
  -            serverSocket.setSoTimeout(this.sTimeOut);
  +            serverSocket.setSoTimeout( this.sTimeOut );
               while ( true )
               {
                   if ( debug )
  
  
  
  1.6       +63 -4     
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPReceiverConnection.java
  
  Index: LateralTCPReceiverConnection.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPReceiverConnection.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LateralTCPReceiverConnection.java 18 Jan 2002 21:53:34 -0000      1.5
  +++ LateralTCPReceiverConnection.java 18 Jan 2002 22:08:26 -0000      1.6
  @@ -1,5 +1,58 @@
   package org.apache.stratum.jcs.auxiliary.lateral.socket.tcp;
   
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + * notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + * notice, this list of conditions and the following disclaimer in
  + * the documentation and/or other materials provided with the
  + * distribution.
  + *
  + * 3. The end-user documentation included with the redistribution, if
  + * any, must include the following acknowlegement:
  + * "This product includes software developed by the
  + * Apache Software Foundation (http://www.apache.org/)."
  + * Alternately, this acknowlegement may appear in the software itself,
  + * if and wherever such third-party acknowlegements normally appear.
  + *
  + * 4. The names "The Jakarta Project", "Velocity", and "Apache Software
  + * Foundation" must not be used to endorse or promote products derived
  + * from this software without prior written permission. For written
  + * permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache"
  + * nor may "Apache" appear in their names without prior written
  + * permission of the Apache Group.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   import java.io.InputStream;
   import java.io.IOException;
   import java.io.ObjectInputStream;
  @@ -17,10 +70,11 @@
   
   /////////////////////////////////////////////////////
   /**
  - *  Description of the Class
  + *  Separate thread run when a command comes into the LateralTCPReceiver.
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: LateralTCPReceiverConnection.java,v 1.6 2002/01/18 22:08:26 
asmuts Exp $
    */
   public class LateralTCPReceiverConnection implements Runnable
   {
  @@ -156,11 +210,16 @@
   
       /**
        *  Send back the object if found.
  +     *
  +     *@param  cacheName      Description of the Parameter
  +     *@param  key            Description of the Parameter
  +     *@return                The andRespond value
  +     *@exception  Exception  Description of the Exception
        */
  -    private Serializable getAndRespond( String cacheName, Serializable key ) throws 
Exception
  +    private Serializable getAndRespond( String cacheName, Serializable key )
  +        throws Exception
       {
           Serializable obj = ilcl.handleGet( cacheName, key );
  -
   
           if ( debug )
           {
  
  
  
  1.6       +13 -12    
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java
  
  Index: LateralTCPSender.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LateralTCPSender.java     18 Jan 2002 21:53:34 -0000      1.5
  +++ LateralTCPSender.java     18 Jan 2002 22:08:26 -0000      1.6
  @@ -31,8 +31,9 @@
    *  This class is based on the log4j SocketAppender class. I'm using a differnet
    *  repair structure, so it is significant;y different.
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: LateralTCPSender.java,v 1.6 2002/01/18 22:08:26 asmuts Exp $
    */
   public class LateralTCPSender
   {
  @@ -55,13 +56,13 @@
       private final static int RESET_FREQUENCY = 70;
   
       /**
  -     * Only block for 10 seconds before timing out on a read.
  -     * TODO: make configurable.  The default 10 it way too long.
  +     *  Only block for 10 seconds before timing out on a read. TODO: make
  +     *  configurable. The default 10 it way too long.
        */
       private final static int timeOut = 10000;
   
       /**
  -     * Only block for 5 seconds before timing out on startup.
  +     *  Only block for 5 seconds before timing out on startup.
        */
       private final static int openTimeOut = 5000;
   
  @@ -108,11 +109,12 @@
               //  have time out socket open do this for us
               socket = SocketOpener.openSocket( host, port, openTimeOut );
   
  -            if ( socket == null ) {
  -              throw new IOException( "Socket is null" );
  +            if ( socket == null )
  +            {
  +                throw new IOException( "Socket is null" );
               }
   
  -            socket.setSoTimeout(this.timeOut);
  +            socket.setSoTimeout( this.timeOut );
               synchronized ( this )
               {
                   oos = new ObjectOutputStream( socket.getOutputStream() );
  @@ -208,11 +210,10 @@
   
       ///////////////////////////////////////////////////////
       /**
  -     *  Sends commands to the lateral cache listener and gets a response.
  -     *  I'm afraid that we could get into a pretty bad blocking situation here.
  -     *  This needs work. I just wanted to get some form of get working.
  -     *
  -     *  Will need some sort of timeout.
  +     *  Sends commands to the lateral cache listener and gets a response. I'm
  +     *  afraid that we could get into a pretty bad blocking situation here. This
  +     *  needs work. I just wanted to get some form of get working. Will need
  +     *  some sort of timeout.
        *
        *@param  led              Description of the Parameter
        *@return                  Description of the Return Value
  
  
  
  1.5       +59 -13    
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPService.java
  
  Index: LateralTCPService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/LateralTCPService.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LateralTCPService.java    18 Jan 2002 06:45:27 -0000      1.4
  +++ LateralTCPService.java    18 Jan 2002 22:08:26 -0000      1.5
  @@ -1,5 +1,58 @@
   package org.apache.stratum.jcs.auxiliary.lateral.socket.tcp;
   
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + * notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + * notice, this list of conditions and the following disclaimer in
  + * the documentation and/or other materials provided with the
  + * distribution.
  + *
  + * 3. The end-user documentation included with the redistribution, if
  + * any, must include the following acknowlegement:
  + * "This product includes software developed by the
  + * Apache Software Foundation (http://www.apache.org/)."
  + * Alternately, this acknowlegement may appear in the software itself,
  + * if and wherever such third-party acknowlegements normally appear.
  + *
  + * 4. The names "The Jakarta Project", "Velocity", and "Apache Software
  + * Foundation" must not be used to endorse or promote products derived
  + * from this software without prior written permission. For written
  + * permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache"
  + * nor may "Apache" appear in their names without prior written
  + * permission of the Apache Group.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   import java.io.*;
   import java.io.BufferedReader;
   import java.io.InputStream;
  @@ -27,8 +80,9 @@
   /**
    *  A lateral cache service implementation.
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: LateralTCPService.java,v 1.5 2002/01/18 22:08:26 asmuts Exp $
    */
   public class LateralTCPService implements ILateralCacheService, 
ILateralCacheObserver
   {
  @@ -317,9 +371,7 @@
        *@exception  IOException  Description of the Exception
        */
       public void addCacheListener( String cacheName, ICacheListener obj )
  -        throws IOException
  -    {
  -    }
  +        throws IOException { }
   
   
       /**
  @@ -331,9 +383,7 @@
        *@exception  IOException  Description of the Exception
        */
       public void addCacheListener( ICacheListener obj )
  -        throws IOException
  -    {
  -    }
  +        throws IOException { }
   
   
       /**
  @@ -344,9 +394,7 @@
        *@exception  IOException  Description of the Exception
        */
       public void removeCacheListener( String cacheName, ICacheListener obj )
  -        throws IOException
  -    {
  -    }
  +        throws IOException { }
   
   
       /**
  @@ -356,9 +404,7 @@
        *@exception  IOException  Description of the Exception
        */
       public void removeCacheListener( ICacheListener obj )
  -        throws IOException
  -    {
  -    }
  +        throws IOException { }
   
   }
   // end class
  
  
  
  1.2       +2 -2      
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/behavior/ILateralCacheTCPListener.java
  
  Index: ILateralCacheTCPListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/behavior/ILateralCacheTCPListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ILateralCacheTCPListener.java     18 Jan 2002 06:42:55 -0000      1.1
  +++ ILateralCacheTCPListener.java     18 Jan 2002 22:08:26 -0000      1.2
  @@ -53,7 +53,6 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  -
   import java.io.Serializable;
   import java.io.IOException;
   
  @@ -62,8 +61,9 @@
   /**
    *  Listens for lateral cache event notification.
    *
  - *@author     asmuts
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@created    January 15, 2002
  + *@version    $Id: ILateralCacheTCPListener.java,v 1.2 2002/01/18 22:08:26 asmuts 
Exp $
    */
   public interface ILateralCacheTCPListener extends ILateralCacheListener
   {
  
  
  
  1.2       +3 -2      
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/utils/SocketOpener.java
  
  Index: SocketOpener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/socket/tcp/utils/SocketOpener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SocketOpener.java 18 Jan 2002 21:52:03 -0000      1.1
  +++ SocketOpener.java 18 Jan 2002 22:08:26 -0000      1.2
  @@ -62,8 +62,9 @@
    *  Socket openere that will timeout on the initial connect rather than block
    *  forever.  Technique from core java II.
    *
  - *@author     asmuts
  - *@created    January 18, 2002
  + *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
  + *@created    January 15, 2002
  + *@version    $Id: SocketOpener.java,v 1.2 2002/01/18 22:08:26 asmuts Exp $
    */
   public class SocketOpener implements Runnable
   {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to