org.neo.swarm.services.binding
Interface BindingRunnable

All Superinterfaces:
java.lang.Runnable, Service, org.picocontainer.Startable
All Known Implementing Classes:
DynamicRunnable

public interface BindingRunnable
extends java.lang.Runnable, Service

Defines our binding interface that mcast and static bind threads implement

Author:
navery

Method Summary
 void addLocation(java.net.InetAddress host, int port)
           
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.neo.swarm.services.Service
getName
 
Methods inherited from interface org.picocontainer.Startable
start, stop
 

Method Detail

addLocation

public void addLocation(java.net.InetAddress host,
                        int port)


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