2.7. 新しいクラス: ServerPluginManagerRemote
New Method |
---|
void restartMasterPluginContainer(Subject subject); |
List<ServerPlugin> getServerPlugins(Subject subject); |
List<PluginKey> enableServerPlugins(Subject subject, List<Integer> pluginIds) throws Exception; |
List<PluginKey> disableServerPlugins(Subject subject, List<Integer> pluginIds) throws Exception; |
List<PluginKey> deleteServerPlugins(Subject subject, List<Integer> pluginIds) throws Exception; |
ControlResults invokeServerPluginControl(Subject subject, PluginKey pluginKey, String controlName, Configuration params) throws Exception; |