Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The deploy jar function initiated by running `deploy jar` from gfsh will trigger the Geode-Management ManagementService to register the module with the ModuleService using the uploaded JAR-file. This is done by the jar file being placed in a known location on disk, then the ManagementService will request the BootstrappingService to load the component, in this case the component would be a CustomDeployedJar component type. The BootstrappingService will determine the location of the jar file and request from the ModuleService that the module is loaded using the jar file location. 

The ModuleService registration service will create a JBoss Module module construct, with the jar as a resource and a dependency on the Apache Geode system.

...