Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

2.7. New Class: ServerPluginManagerRemote

Table 2.8. New Methods

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;