Package org.hotswap.agent.util
Class AppClassLoaderExecutor
- java.lang.Object
-
- org.hotswap.agent.util.AppClassLoaderExecutor
-
@Deprecated public class AppClassLoaderExecutor extends Object
Deprecated.- Author:
- Jiri Bubnik
-
-
Constructor Summary
Constructors Constructor Description AppClassLoaderExecutor(ClassLoader appClassLoader, ProtectionDomain protectionDomain)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectexecute(String className, String method, Object... params)Deprecated.
-
-
-
Constructor Detail
-
AppClassLoaderExecutor
public AppClassLoaderExecutor(ClassLoader appClassLoader, ProtectionDomain protectionDomain)
Deprecated.
-
-
Method Detail
-
execute
public Object execute(String className, String method, Object... params) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException, InvocationTargetException
Deprecated.
-
-