|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Vector |
MDSCommon.hostname2contacts(MDS mds,
String basedn,
String hostname,
Vector schedulertypes)
returns a vector of Globus gatekeeper contacts based on the hostname |
static Hashtable |
MDSCommon.listContacts(MDS mds,
String basedn,
String hostname,
Vector schedulertypes)
returns a Hashtable of Globus gatekeeper contacts based on the hostname |
static Vector |
MDSCommon.userJobs(MDS mds,
String basedn,
String userid)
returns what is this used for? |
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.disconnect()
Deprecated. disconnects from the MDS server |
void |
MDS.reconnect()
Deprecated. reconnects to the server. |
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. |
Hashtable |
MDS.list(String baseDN)
Deprecated. Lists the objects bound to the argument. |
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. |
void |
MDS.deleteEntry(String dn)
Deprecated. deletes a specific object specified by the dn. |
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. |
void |
MDS.updateEntry(String dn,
MDSResult at)
Deprecated. updates specifed dn with attributes |
void |
MDS.addEntry(String dn,
MDSResult at)
Deprecated. adds attributes specified in a Attributes to an Object. |
void |
MDS.deleteAttribute(String dn,
String attr)
Deprecated. deletes a specific attribute of an entry. |
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.addAttribute(String dn,
MDSResult at)
Deprecated. adds attributes to an entry. |
void |
MDS.deleteTree(String dn,
boolean deleteItSelf)
Deprecated. deletes a subtree starting from dn |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |