org.globus.mds
Class MDSResult

java.lang.Object
  extended by org.globus.common.MVHashtable
      extended by org.globus.mds.MDSResult
All Implemented Interfaces:
Serializable

public class MDSResult
extends MVHashtable

Simple wrapper for org.globus.common.MVHashtable used in MDS applications.

See Also:
MVHashtable, Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.MVHashtable
attribs
 
Constructor Summary
MDSResult()
           
 
Method Summary
 String toString()
          Converts the internal data structure to a string.
 
Methods inherited from class org.globus.common.MVHashtable
add, add, add, add, clear, contains, containsName, get, getFirstValue, getKeys, getLastValue, getValueAt, keys, print, remove, remove, remove, set, size, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDSResult

public MDSResult()
Method Detail

toString

public String toString()
Description copied from class: MVHashtable
Converts the internal data structure to a string.

Overrides:
toString in class MVHashtable
Returns:
String a string representation of this structure.