jadex.micro.examples.remoteservice
Class StartScenario

java.lang.Object
  extended by jadex.micro.examples.remoteservice.StartScenario

public class StartScenario
extends Object

Start two Jadex platforms and one agent on each platform. On the 'remote' platform the 'math' agent is created, which offers an IMathService interface via its service provider. On the 'local' platform the 'user' agent is created, which fetches the add service via the remote management service (by knowing the remote platform name/address).


Constructor Summary
StartScenario()
           
 
Method Summary
static String[] createArguments(String[] defargs, String[] libpaths)
          Merge arguments.
static void main(String[] args)
          Main for starting hello world agent.
static IFuture startScenario(String[] libpaths)
          Start the scenario.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartScenario

public StartScenario()
Method Detail

main

public static void main(String[] args)
Main for starting hello world agent.


startScenario

public static IFuture startScenario(String[] libpaths)
Start the scenario.


createArguments

public static String[] createArguments(String[] defargs,
                                       String[] libpaths)
Merge arguments.



Copyright © 2010. All Rights Reserved.