Package host.anzo.core.startup
Class ReloadService
java.lang.Object
host.anzo.core.startup.ReloadService
- Since:
- 10.01.2017
-
Method Summary
Modifier and TypeMethodDescriptionintreloadByGroup(String group) Reload all instances with a specified reloadable groupintreloadByName(String name) Reload all instances with specified reloadable name
-
Method Details
-
reloadByName
Reload all instances with specified reloadable name- Parameters:
name- reloadable name- Returns:
- reloaded instance count
-
reloadByGroup
Reload all instances with a specified reloadable group- Parameters:
group- reloadable group- Returns:
- reloaded instance count
-