traffic.generation
Class MasterNode

java.lang.Object
  |
  +--traffic.generation.MasterNode

public class MasterNode
extends java.lang.Object


Constructor Summary
MasterNode(int rmiPort, java.lang.String serviceName)
           
 
Method Summary
 void DeployApplication()
          Based on information read by the HostInformations object create the remote Servers and clients for this scenario
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterNode

public MasterNode(int rmiPort,
                  java.lang.String serviceName)
Parameters:
rmiPort -
Throws:
java.lang.InterruptedException
Method Detail

DeployApplication

public void DeployApplication()
                       throws java.rmi.RemoteException
Based on information read by the HostInformations object create the remote Servers and clients for this scenario

java.rmi.RemoteException

main

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