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

Diff of /branches/1.8-gt2-2.6/src/appl/parallel/client/ClientDataServer.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 3  package appl.parallel.client; Line 3  package appl.parallel.client;
3  import java.awt.Rectangle;  import java.awt.Rectangle;
4  import java.net.InetAddress;  import java.net.InetAddress;
5  import java.net.UnknownHostException;  import java.net.UnknownHostException;
 import java.rmi.AccessException;  
 import java.rmi.NotBoundException;  
 import java.rmi.Remote;  
6  import java.rmi.RemoteException;  import java.rmi.RemoteException;
 import java.rmi.registry.LocateRegistry;  
 import java.rmi.registry.Registry;  
7  import java.rmi.server.ServerNotActiveException;  import java.rmi.server.ServerNotActiveException;
8  import java.rmi.server.UnicastRemoteObject;  import java.rmi.server.UnicastRemoteObject;
9  import java.util.HashMap;  import java.util.HashMap;
10  import java.util.Hashtable;  import java.util.Hashtable;
11    
12    import javax.activation.DataHandler;
13    
14  import org.apache.log4j.LogManager;  import org.apache.log4j.LogManager;
15  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
16    
17  import appl.ext.XuluConfig;  import appl.ext.XuluConfig;
 import appl.parallel.event.CommEvent;  
18  import appl.parallel.event.CommEventSink;  import appl.parallel.event.CommEventSink;
19  import appl.parallel.event.TransferEvent;  import appl.parallel.event.TransferEvent;
20  import appl.parallel.event.CommEvent.CommType;  import appl.parallel.event.CommEvent.CommType;
 import appl.parallel.spmd.split.DataPartition;  
 import appl.parallel.util.Helper;  
 // fuer Doku  
 import javax.activation.DataHandler;  
21  import appl.parallel.server.PartitionDataServer;  import appl.parallel.server.PartitionDataServer;
22  import appl.parallel.server.XuluServer;  import appl.parallel.server.XuluServer;
23    import appl.parallel.spmd.split.DataPartition;
24  import appl.parallel.spmd.split.SplittableResource;  import appl.parallel.spmd.split.SplittableResource;
25    import appl.parallel.util.Helper;
26    
27  /**  /**
28   * This class is used for storing all data which is needed for parallelization   * This class is used for storing all data which is needed for parallelization

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26