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 () |
Private Member Functions | |
SctNames () | |
Can't be created. | |
Static Private Attributes | |
HashMap | map = new HashMap() |
Partition | partition = null |
Repository | repository = null |
They are static functions for future compatability concerns.
Definition at line 24 of file SctNames.java.
|
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.... Definition at line 41 of file SctNames.java. |