public class JavaInterop
extends java.lang.Object
| Constructor and Description |
|---|
JavaInterop() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableJavaReflectionCache(boolean enable) |
static IInterceptor |
getInterceptor() |
static java.lang.Integer |
getMaxExecutionTimeSeconds() |
static boolean |
isJavaReflectionCacheEnabled() |
static boolean |
isSandboxed() |
static void |
register(IInterceptor interceptor) |
static void |
unregister() |
public static void enableJavaReflectionCache(boolean enable)
public static boolean isJavaReflectionCacheEnabled()
public static boolean isSandboxed()
public static java.lang.Integer getMaxExecutionTimeSeconds()
public static void register(IInterceptor interceptor)
public static void unregister()
public static IInterceptor getInterceptor()