Java Globus API: Class MDSResult

org.globus.mds
Class MDSResult

java.lang.Object
  |
  +--org.globus.common.MVHashtable
        |
        +--org.globus.mds.MDSResult
All Implemented Interfaces:
java.io.Serializable

public class MDSResult
extends MVHashtable

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

See Also:
MVHashtable, Serialized Form

Fields inherited from class org.globus.common.MVHashtable
attribs
 
Constructor Summary
MDSResult()
           
 
Method Summary
 java.lang.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 java.lang.String toString()
Description copied from class: MVHashtable
Converts the internal data structure to a string.
Overrides:
toString in class MVHashtable
Following copied from class: org.globus.common.MVHashtable
Returns:
String a string representation of this structure.