jadex.micro.examples.remoteservice
Class StartScenario

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

public class StartScenario
extends java.lang.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 void main(java.lang.String[] args)
          Main for starting hello world agent.
 
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(java.lang.String[] args)
Main for starting hello world agent.



Copyright © 2010. All Rights Reserved.