Static Public Member Functions | |
String | getISServer (String className) |
Looks to see if className is in the map. | |
void | addToMap (Class classID, String ISServer) |
String | getPartitionName () |
String | getDefaultISServer () |
String | getEventISServer () |
String | getFitISServer () |
String | getTestISServer () |
String | getControlISServer () |
Partition | getPartition () |
Repository | getISRepository () |
They are static functions for future compatability concerns.
|
Looks to see if className is in the map. Uses the SearchClassLoader to get the Class for className, then checks all base classes to see if they are in the map. Returns a default ISServer otherwise.... |