org.objectweb.jac.core.dist.utils
Class DistdArray

java.lang.Object
  extended byorg.objectweb.jac.core.dist.utils.DistdArray
All Implemented Interfaces:
Serializable

public class DistdArray
extends Object
implements Serializable

DistdArray is an utility class used to marshall/unmarshall array objects in remote invocations.

Author:
Renaud Pawlak, Lionel Seinturier
See Also:
Serialized Form

Constructor Summary
DistdArray(String componentTypeName, int length)
           
 
Method Summary
 String getComponentTypeName()
           
 int getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistdArray

public DistdArray(String componentTypeName,
                  int length)
Method Detail

getComponentTypeName

public String getComponentTypeName()

getLength

public int getLength()