Uses of Class
org.globus.mds.MDSResult

Packages that use MDSResult
org.globus.mds This library provides convenience APIs to access the MDS service. 
 

Uses of MDSResult in org.globus.mds
 

Methods in org.globus.mds that return MDSResult
 MDSResult MDS.getAttributes(String dn)
          Deprecated. This methods returns that attributes of the specified distinguished name.
 MDSResult MDS.getAttributes(String dn, String[] attributes)
          Deprecated. This methods returns that attributes of the specified distinguished name.
 

Methods in org.globus.mds with parameters of type MDSResult
 void MDS.addAttribute(String dn, MDSResult at)
          Deprecated. adds attributes to an entry.
 void MDS.addEntry(String dn, MDSResult at)
          Deprecated. adds attributes specified in a Attributes to an Object.
 void MDS.deleteValues(String dn, MDSResult at)
          Deprecated. deletes attributes of an entry.
 void MDS.updateAttribute(String dn, MDSResult at)
          Deprecated. updates attributes of an entry.
 void MDS.updateEntry(String dn, MDSResult at)
          Deprecated. updates specifed dn with attributes