Factory fluxFactory = Factory.makeInstance();
Engine remoteFlux = fluxFactory.lookupRmiEngine("localhost");
Factory fluxFactory = Factory.makeInstance();
Engine remoteFlux = fluxFactory.lookupRmiEngine("myHost", 1099, "myEngine");
There are no comments on this document