|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.mds.MDSCommon
Commonly used conveniance functions for accessing specific MDS information.
Constructor Summary | |
MDSCommon()
|
Method Summary | |
static Vector |
hostname2contacts(MDS mds,
String basedn,
String hostname,
Vector schedulertypes)
returns a vector of Globus gatekeeper contacts based on the hostname |
static Hashtable |
listContacts(MDS mds,
String basedn,
String hostname,
Vector schedulertypes)
returns a Hashtable of Globus gatekeeper contacts based on the hostname |
static String |
toGlobusDN(String dn)
what is this used for? |
static Vector |
userJobs(MDS mds,
String basedn,
String userid)
returns what is this used for? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MDSCommon()
Method Detail |
public static Vector hostname2contacts(MDS mds, String basedn, String hostname, Vector schedulertypes) throws MDSException
mds
- the MDS in which to look for resultsbasedn
- the base DN from which the tree search is startedhostname
- specifies the hostnameschedulertypes
-
MDSException
public static Hashtable listContacts(MDS mds, String basedn, String hostname, Vector schedulertypes) throws MDSException
mds
- the MDS in which to look for resultsbasedn
- the base DN from which the tree search is startedhostname
- specifies the hostnameschedulertypes
-
MDSException
public static Vector userJobs(MDS mds, String basedn, String userid) throws MDSException
mds
- the MDS in which to look for resultsbasedn
- the base DN from which the tree search is starteduserid
- ?
MDSException
public static String toGlobusDN(String dn)
dn
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |