Class ClassloadingUtil

java.lang.Object
org.apache.activemq.artemis.utils.ClassloadingUtil

public final class ClassloadingUtil extends Object
This class will be used to perform generic class-loader operations, such as load a class first using TCCL, and then the classLoader used by ActiveMQ Artemis (ClassloadingUtil.getClass().getClassLoader()).

Is't required to use a Security Block on any calls to this class.