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
 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.connect()
          Deprecated. connects to the specified server
 void MDS.connect(String managerDN, String password)
          Deprecated. connects and authenticates to the specified server
 void MDS.deleteAttribute(String dn, String attr)
          Deprecated. deletes a specific attribute of an entry.
 void MDS.deleteEntry(String dn)
          Deprecated. deletes a specific object specified by the dn.
 void MDS.deleteTree(String dn, boolean deleteItSelf)
          Deprecated. deletes a subtree starting from dn
 void MDS.deleteValues(String dn, MDSResult at)
          Deprecated. deletes attributes of an entry.
 void MDS.disconnect()
          Deprecated. disconnects from the MDS server
 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.
static Vector MDSCommon.hostname2contacts(MDS mds, String basedn, String hostname, Vector schedulertypes)
          returns a vector of Globus gatekeeper contacts based on the hostname
 Hashtable MDS.list(String baseDN)
          Deprecated. Lists the objects bound to the argument.
static Hashtable MDSCommon.listContacts(MDS mds, String basedn, String hostname, Vector schedulertypes)
          returns a Hashtable of Globus gatekeeper contacts based on the hostname
 void MDS.reconnect()
          Deprecated. reconnects to the server.
 void MDS.renameEntry(String oldDN, String newDN)
          Deprecated. renames an object in an LDAP database.
 void MDS.renameEntry(String oldDN, String newDN, boolean deleteOldDN)
          Deprecated. renames an object in an LDAP database.
 Hashtable MDS.search(String filter, int searchScope)
          Deprecated. issues a specified search to the MDS.
 Hashtable MDS.search(String filter, String[] attrToReturn, int searchScope)
          Deprecated. issues a specified search to the MDS starting from the base DN.
 Hashtable MDS.search(String baseDN, String filter, int searchScope)
          Deprecated. issues a specified search to the MDS starting from the base DN.
 Hashtable MDS.search(String baseDN, String filter, String[] attrToReturn, int searchScope)
          Deprecated. issues a specified search to the MDS starting from the base DN.
 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
static Vector MDSCommon.userJobs(MDS mds, String basedn, String userid)
          returns what is this used for?