Show Table of Contents
2.8. New Class: PluginManagerRemote
Table 2.9. New Methods
| New Method |
|---|
void update(Subject subject) throws Exception; |
String schedulePluginUpdateOnAgents(Subject subject, long delayInMilliseconds) throws Exception; |
boolean isPluginUpdateOnAgentsFinished(Subject subject, String handle); |
List<Plugin> deployUsingBytes(Subject subject, String pluginJarName, byte[] pluginJarBytes) throws Exception; |
List<Plugin> deployUsingContentHandle(Subject subject, String pluginJarName, String handle) throws Exception; |
PageList<Plugin> findPluginsByCriteria(Subject subject, PluginCriteria criteria); |
void enablePlugins(Subject subject, List<Integer> pluginIds) throws Exception; |
void disablePlugins(Subject subject, List<Integer> pluginIds) throws Exception; |
void deletePlugins(Subject subject, List<Integer> pluginIds) throws Exception; |

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.