CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net
Class MulticastTest.Listener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.Daemon
          extended by com.tangosol.net.MulticastTest.Listener
All Implemented Interfaces:
Runnable
Enclosing class:
MulticastTest

public class MulticastTest.Listener
extends Daemon


Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.util.Daemon
Daemon.DaemonWorker
 
Constructor Summary
MulticastTest.Listener()
          Construct the Listener (not started).
 
Method Summary
 void run()
          The listener loop.
 
Methods inherited from class com.tangosol.util.Daemon
changeState, configureWorker, getConfiguredName, getConfiguredPriority, getDescription, getState, getThread, getThreadContextClassLoader, getWorker, instantiateWorker, isOnWorkerThread, isRunning, isStopping, setConfiguredName, setConfiguredPriority, setThreadContextClassLoader, start, stop, toStateString, toString
 

Constructor Detail

MulticastTest.Listener

public MulticastTest.Listener()
Construct the Listener (not started).

Method Detail

run

public void run()
The listener loop.

Specified by:
run in interface Runnable
Specified by:
run in class Daemon

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation