be.ac.ulg.montefiore.run.totem.core
Class TopologyServer

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.core.TopologyServer

public class TopologyServer
extends java.lang.Object

This class starts a server. When a client connects to it, it sends a topology file, then close the connection.

Use it with the ant task : build-toposerver
(manifest file : MANIFEST_TOPOSERVER.MF)

Creation date: 3 oct. 2006

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
TopologyServer(java.lang.String filename, int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopologyServer

public TopologyServer(java.lang.String filename,
                      int port)
Method Detail

main

public static void main(java.lang.String[] args)

start

public void start()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.