Interface FSClassLoaderMBean
@ProviderType
public interface FSClassLoaderMBean
MBean interface for interacting with the FSClassLoader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the cache of compiled scripts from the FSClassLoaderint
Get the total count of scripts in the FSClassLoader cacheGets the scripts in the FSClassLoaderCacheGets the root directory at which the FSClassloader is creating it's cached files
-
Method Details
-
clearCache
void clearCache()Clears the cache of compiled scripts from the FSClassLoader -
getFSClassLoaderRoot
String getFSClassLoaderRoot()Gets the root directory at which the FSClassloader is creating it's cached files- Returns:
- the file system classloader root
-
getCachedScriptCount
Get the total count of scripts in the FSClassLoader cache- Returns:
- the total number of scripts
- Throws:
IOException
-
getCachedScripts
Gets the scripts in the FSClassLoaderCache- Returns:
- the scripts from the FSClassLoaderCache
- Throws:
IOException
-