/[xulu]/trunk/src/appl/parallel/client/RemoteExecutionController.java
ViewVC logotype

Diff of /trunk/src/appl/parallel/client/RemoteExecutionController.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by mojays, Wed Feb 25 11:54:01 2009 UTC revision 78 by alfonx, Wed Feb 10 16:43:46 2010 UTC
# Line 2  package appl.parallel.client; Line 2  package appl.parallel.client;
2    
3  import java.io.IOException;  import java.io.IOException;
4  import java.rmi.RemoteException;  import java.rmi.RemoteException;
 import java.util.Iterator;  
5  import java.util.Vector;  import java.util.Vector;
6    
 import javax.swing.JOptionPane;  
   
7  import org.apache.log4j.LogManager;  import org.apache.log4j.LogManager;
8  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
 import org.apache.log4j.lf5.StartLogFactor5;  
   
 import com.sun.jini.tool.ClassServer;  
9    
10    import schmitzm.lang.AbstractNamedObject;
11  import appl.ext.XuluConfig;  import appl.ext.XuluConfig;
 import appl.parallel.ComputingResource;  
12  import appl.parallel.ComputingResourceContainer;  import appl.parallel.ComputingResourceContainer;
 import appl.parallel.ComputingResourceProperties;  
13  import appl.parallel.model.ParallelStepModel;  import appl.parallel.model.ParallelStepModel;
14  import appl.parallel.server.XuluServer;  import appl.parallel.server.XuluServer;
 import appl.parallel.services.DiscoveryService;  
15  import appl.parallel.services.GlobalDiscoveryService;  import appl.parallel.services.GlobalDiscoveryService;
16  import appl.parallel.spmd.AdvancedSPMDClientController;  import appl.parallel.spmd.AdvancedSPMDClientController;
17  import appl.parallel.spmd.SPMDClientController;  import appl.parallel.spmd.SPMDClientController;
18  import appl.parallel.spmd.SPMDClientInterface;  import appl.parallel.spmd.SPMDClientInterface;
19  import appl.parallel.spmd.split.SplitMap;  import appl.parallel.spmd.split.SplitMap;
20  import appl.parallel.util.Helper;  import appl.parallel.util.Helper;
21    
22    import com.sun.jini.tool.ClassServer;
23    
24  import edu.bonn.xulu.XuluModellingPlatform;  import edu.bonn.xulu.XuluModellingPlatform;
25  import edu.bonn.xulu.appl.XuluPlugin;  import edu.bonn.xulu.appl.XuluPlugin;
 import edu.bonn.xulu.model.AbstractStepModel;  
 import edu.bonn.xulu.model.XuluModel;  
 import schmitzm.lang.AbstractNamedObject;  
26    
27  /**  /**
28   * This plugin is responsible that all services required for remote   * This plugin is responsible that all services required for remote

Legend:
Removed from v.2  
changed lines
  Added in v.78

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26