|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Uses of Class
org.globus.mds.MDSException
| Packages that use MDSException | |
| org.globus.mds | This library provides convenience APIs to access the MDS service. |
| Uses of MDSException in org.globus.mds |
| Methods in org.globus.mds that throw MDSException | |
static java.util.Vector |
MDSCommon.hostname2contacts(MDS mds,
java.lang.String basedn,
java.lang.String hostname,
java.util.Vector schedulertypes)
returns a vector of Globus gatekeeper contacts based on the hostname |
static java.util.Hashtable |
MDSCommon.listContacts(MDS mds,
java.lang.String basedn,
java.lang.String hostname,
java.util.Vector schedulertypes)
returns a Hashtable of Globus gatekeeper contacts based on the hostname |
static java.util.Vector |
MDSCommon.userJobs(MDS mds,
java.lang.String basedn,
java.lang.String userid)
returns what is this used for? |
void |
MDS.connect()
connects to the specified server |
void |
MDS.connect(java.lang.String managerDN,
java.lang.String password)
connects and authenticates to the specified server |
void |
MDS.disconnect()
disconnects from the MDS server |
void |
MDS.reconnect()
reconnects to the server. |
java.util.Hashtable |
MDS.search(java.lang.String filter,
int searchScope)
issues a specified search to the MDS. |
java.util.Hashtable |
MDS.search(java.lang.String filter,
java.lang.String[] attrToReturn,
int searchScope)
issues a specified search to the MDS starting from the base DN. |
java.util.Hashtable |
MDS.search(java.lang.String baseDN,
java.lang.String filter,
int searchScope)
issues a specified search to the MDS starting from the base DN. |
java.util.Hashtable |
MDS.search(java.lang.String baseDN,
java.lang.String filter,
java.lang.String[] attrToReturn,
int searchScope)
issues a specified search to the MDS starting from the base DN. |
java.util.Hashtable |
MDS.list(java.lang.String baseDN)
Lists the objects bound to the argument. |
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. |
void |
MDS.deleteEntry(java.lang.String dn)
deletes a specific object specified by the dn. |
void |
MDS.renameEntry(java.lang.String oldDN,
java.lang.String newDN)
renames an object in an LDAP database. |
void |
MDS.renameEntry(java.lang.String oldDN,
java.lang.String newDN,
boolean deleteOldDN)
renames an object in an LDAP database. |
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.deleteAttribute(java.lang.String dn,
java.lang.String attr)
deletes a specific attribute of an entry. |
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. |
void |
MDS.deleteTree(java.lang.String dn,
boolean deleteItSelf)
deletes a subtree starting from dn |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||