Interface ActorLoaderMXBean

  • All Known Implementing Classes:
    ActorLoader

    public interface ActorLoaderMXBean
    • Method Detail

      • getLoadedModules

        java.util.List<java.lang.String> getLoadedModules()
        All currently loaded modules
      • reloadModule

        void reloadModule​(java.lang.String jarURL)
        Loads or reloads the module at the given URL
        Parameters:
        jarURL - the URL of the JAR file containing the module
      • unloadModule

        void unloadModule​(java.lang.String jarURL)
        Unloads the module at the given URL
        Parameters:
        jarURL - the URL of the JAR file containing the module