1 |
package appl.parallel.spmd; |
package appl.parallel.spmd; |
2 |
|
|
3 |
import java.io.Serializable; |
import java.io.Serializable; |
|
import java.rmi.RemoteException; |
|
4 |
import java.util.Vector; |
import java.util.Vector; |
5 |
|
|
|
import appl.parallel.server.PartitionDataServer; |
|
|
import appl.parallel.server.PartitionDataManager; |
|
|
|
|
6 |
/** |
/** |
7 |
* Instances of this class encapsulate information about multiple objects |
* Instances of this class encapsulate information about multiple objects |
8 |
* of the same type, e.g. lists of grids. In contrast to the MultiDataObject there |
* of the same type, e.g. lists of grids. In contrast to the MultiDataObject there |