Used for services deployed in the test harness and client applications to call.
This is useful when services are deployed in the test harness and therefore do not
get called remotely and aren't recorded in the bam.
Holds a single hashmap that can hold whatever is needed for confirmation of call for
testing. This class is special in that it is excluded from the shadowing so that the KSB test clients and the
main test harness classloader can pass values back and forth. Therefore, this class only references classes that are
part of the JVM and won't get shadowed by the
ShadowingInstrumentableClassLoader
.