org.apache.catalina.cluster.tcp
Class Jdk13ReplicationListener

java.lang.Object
  extended byorg.apache.catalina.cluster.tcp.Jdk13ReplicationListener
All Implemented Interfaces:
java.lang.Runnable

public class Jdk13ReplicationListener
extends java.lang.Object
implements java.lang.Runnable


Nested Class Summary
protected static class Jdk13ReplicationListener.ClusterListenThread
           
 
Constructor Summary
Jdk13ReplicationListener(ListenCallback callback, int poolSize, java.net.InetAddress bind, int port, long timeout, boolean synchronous)
           
 
Method Summary
 void listen()
           
 void run()
           
 void stopListening()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdk13ReplicationListener

public Jdk13ReplicationListener(ListenCallback callback,
                                int poolSize,
                                java.net.InetAddress bind,
                                int port,
                                long timeout,
                                boolean synchronous)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

listen

public void listen()
            throws java.lang.Exception
Throws:
java.lang.Exception

stopListening

public void stopListening()


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.