Looking Up an Unsecure Engine Using the API

VERSION 1 Published

Created on: 18-Dec-2006 10:41 by Lillian Bozonie - Last Modified:  18-Dec-2006 10:41 by Lillian Bozonie

If your engine is running on localhost:1099 with the default name of Flux you can use the code:

Factory fluxFactory = Factory.makeInstance();
Engine remoteFlux = fluxFactory.lookupRmiEngine("localhost");

If your engine is not running on localhost:1099 or has a different name you can use the code:

Factory fluxFactory = Factory.makeInstance();
Engine remoteFlux = fluxFactory.lookupRmiEngine("myHost", 1099, "myEngine");
Average User Rating
(0 ratings)




There are no comments on this document