|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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(java.lang.String dn)
This methods returns that attributes of the specified distinguished name. |
MDSResult |
MDS.getAttributes(java.lang.String dn,
java.lang.String[] attributes)
This methods returns that attributes of the specified distinguished name. |
| Methods in org.globus.mds with parameters of type MDSResult | |
void |
MDS.updateEntry(java.lang.String dn,
MDSResult at)
updates specifed dn with attributes |
void |
MDS.addEntry(java.lang.String dn,
MDSResult at)
adds attributes specified in a Attributes to an Object. |
void |
MDS.deleteValues(java.lang.String dn,
MDSResult at)
deletes attributes of an entry. |
void |
MDS.updateAttribute(java.lang.String dn,
MDSResult at)
updates attributes of an entry. |
void |
MDS.addAttribute(java.lang.String dn,
MDSResult at)
adds attributes to an entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||