/[xulu]/branches/1.8-gt2-2.6/src/appl/parallel/data/XuluClientLoader.java
ViewVC logotype

Diff of /branches/1.8-gt2-2.6/src/appl/parallel/data/XuluClientLoader.java

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

revision 47 by mojays, Mon Aug 31 14:23:19 2009 UTC revision 60 by alfonx, Sun Oct 4 16:54:52 2009 UTC
# Line 1  Line 1 
1  package appl.parallel.data;  package appl.parallel.data;
2    
3  import java.awt.Rectangle;  import java.awt.Rectangle;
 import java.awt.geom.Rectangle2D;  
4  import java.io.IOException;  import java.io.IOException;
5  import java.io.Serializable;  import java.io.Serializable;
6  import java.net.InetAddress;  import java.net.InetAddress;
 import java.net.MalformedURLException;  
7  import java.net.UnknownHostException;  import java.net.UnknownHostException;
8  import java.rmi.Naming;  import java.rmi.Naming;
 import java.rmi.NotBoundException;  
 import java.rmi.RemoteException;  
9    
10  import org.apache.log4j.LogManager;  import org.apache.log4j.LogManager;
11  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
# Line 17  import org.apache.log4j.Logger; Line 13  import org.apache.log4j.Logger;
13  import appl.data.LoadingException;  import appl.data.LoadingException;
14  import appl.parallel.client.ClientDataServer;  import appl.parallel.client.ClientDataServer;
15  import appl.parallel.client.DataServer;  import appl.parallel.client.DataServer;
 import appl.parallel.server.XuluServer;  
16  import appl.parallel.spmd.split.DataPartition;  import appl.parallel.spmd.split.DataPartition;
17    
 import schmitzm.data.WritableGrid;  
   
18  /**  /**
19   * Loads partitioned data from a {@link ClientDataServer}. And unloads the data   * Loads partitioned data from a {@link ClientDataServer}. And unloads the data
20   *   *

Legend:
Removed from v.47  
changed lines
  Added in v.60

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26