The serverside class storage is a specialized storage that contain all loaded classes of the agents.
Usages
- Basis for the server side instrumentation (matches the configuration against the classes and keeps track of interfaces and superclasses)
- Basis for the configuration interface to allow the the user to select the methods/classes/etc. he wants to instrument
Design decisions