Uses of Class
org.globus.common.MVHashtable

Packages that use MVHashtable
org.globus.common Contains classes commonly used by other classes. 
org.globus.mds This library provides convenience APIs to access the MDS service. 
 

Uses of MVHashtable in org.globus.common
 

Subclasses of MVHashtable in org.globus.common
 class ConstrainedMVHashtable
          ConstrainedMVHashtable allows the placing of constraints on a MVHashtable that determine if an attribute is optional, required, or if an attribute is single, or multivalued.
 

Methods in org.globus.common with parameters of type MVHashtable
 void MVHashtable.add(MVHashtable multivaluedHashtable)
          Adds attributes that are stored in a seperate MVHashtable object.
 

Constructors in org.globus.common with parameters of type MVHashtable
MVHashtable(MVHashtable multivaluedHashtable)
          Copy Constructor
 

Uses of MVHashtable in org.globus.mds
 

Subclasses of MVHashtable in org.globus.mds
 class MDSResult
          Simple wrapper for org.globus.common.MVHashtable used in MDS applications.