appl.parallel.spmd
Class MultiDataPartitionObject

java.lang.Object
  extended by appl.parallel.spmd.MultiDataObject
      extended by appl.parallel.spmd.MultiDataPartitionObject

public class MultiDataPartitionObject
extends MultiDataObject

A extension of the MultiDataObject for storing DataPartitions.

Author:
Dominik Appl

Constructor Summary
MultiDataPartitionObject(MultiDataInfo info, PartitionDataServer dataServer)
           
 
Method Summary
 int addElement()
          Adds an element to the PartitionObject as MultiDataObject does.
 
Methods inherited from class appl.parallel.spmd.MultiDataObject
addElement, deleteElement, getCount, getElement, getMultiInfo, getName, setManagedGrid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiDataPartitionObject

public MultiDataPartitionObject(MultiDataInfo info,
                                PartitionDataServer dataServer)
Method Detail

addElement

public int addElement()
Adds an element to the PartitionObject as MultiDataObject does. Also adds the needed PartitionInfo Object for the new Element to the PartitionDataServer.

Overrides:
addElement in class MultiDataObject
Returns:
the index of the last element