uk.ac.rdg.resc.jstyx.interloper
Class InterloperClient

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.interloper.InterloperClient

public class InterloperClient
extends java.lang.Object

The client-side part of an Interloper

Author:
Jon Blower $Revision: 313 $ $Date: 2005-07-08 16:23:04 +0100 (Fri, 08 Jul 2005) $ $Log$ Revision 1.5 2005/07/08 15:23:03 jonblower Upgraded MINA library to 0.7.3-SNAPSHOT Revision 1.4 2005/05/05 16:57:37 jonblower Updated MINA library to revision 168337 and changed code accordingly Revision 1.3 2005/03/11 14:01:59 jonblower Merged MINA-Test_20059309 into main line of development Revision 1.2.2.2 2005/03/11 08:30:30 jonblower Moved to log4j logging system (from apache commons logging) Revision 1.2.2.1 2005/03/10 14:31:48 jonblower Modified for MINA framework Revision 1.1.1.1 2005/02/16 18:58:26 jonblower Initial import

Constructor Summary
InterloperClient(java.net.InetSocketAddress sockAddress, org.apache.mina.protocol.ProtocolSession serverSession, InterloperListener listener)
          Creates a new instance of InterloperClient
 
Method Summary
 void send(java.lang.Object message)
           
 boolean start()
          Starts the InterloperClient
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterloperClient

public InterloperClient(java.net.InetSocketAddress sockAddress,
                        org.apache.mina.protocol.ProtocolSession serverSession,
                        InterloperListener listener)
Creates a new instance of InterloperClient

Method Detail

start

public boolean start()
Starts the InterloperClient

Returns:
true if the client was started successfully, false otherwise

stop

public void stop()

send

public void send(java.lang.Object message)


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.