org.neo.swarm.services.multicast
Class MulticastServer

java.lang.Object
  extended byorg.neo.swarm.services.multicast.MulticastServer
All Implemented Interfaces:
Service, org.picocontainer.Startable

public class MulticastServer
extends java.lang.Object
implements Service

Feeds incoming multicast invocations into the Container

Author:
navery
See Also:
AspectInvocation

Constructor Summary
MulticastServer(Receiver receiver, ListenCallback router, ThreadPool threadPool)
           
 
Method Summary
 java.lang.String getName()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastServer

public MulticastServer(Receiver receiver,
                       ListenCallback router,
                       ThreadPool threadPool)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Service

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.