Static Public Member Functions | |
static String | getISServer (String className) |
Looks to see if className is in the map. | |
static void | addToMap (Class classID, String ISServer) |
static String | getPartitionName () |
static String | getDefaultISServer () |
static String | getEventISServer () |
static String | getFitISServer () |
static String | getTestISServer () |
static String | getControlISServer () |
static Partition | getPartition () |
static Repository | getISRepository () |
Private Member Functions | |
SctNames () | |
Can't be created. | |
Static Private Attributes | |
static HashMap | map = new HashMap() |
static Partition | partition = null |
static 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. References Sct.IS.SctNames.getDefaultISServer(), and Sct.IS.SctNames.map. Here is the call graph for this function: ![]() |