Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1524369] Expose StorageNodeOperationsHandler to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Burman authored and simeon pinder committed Jan 19, 2018
1 parent 28bd066 commit 173e8e7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -53,6 +53,7 @@
import org.rhq.enterprise.server.resource.metadata.PluginManagerRemote;
import org.rhq.enterprise.server.search.SavedSearchManagerRemote;
import org.rhq.enterprise.server.storage.StorageClusterSettingsManagerRemote;
import org.rhq.enterprise.server.storage.StorageNodeOperationsHandlerRemote;
import org.rhq.enterprise.server.support.SupportManagerRemote;
import org.rhq.enterprise.server.sync.SynchronizationManagerRemote;
import org.rhq.enterprise.server.system.SystemManagerRemote;
Expand Down Expand Up @@ -106,13 +107,13 @@ public enum RhqManager {
*/
ServerPluginManager(ServerPluginManagerRemote.class, "${ServerPluginManager}"), //
StorageNodeManager(StorageNodeManagerRemote.class, "${StorageNodeManager}"), //
StorageNodeOperationsHandler(StorageNodeOperationsHandlerRemote.class, "${StorageNodeOperationsHandler}"),
SubjectManager(SubjectManagerRemote.class, "${SubjectManager}"), //
SupportManager(SupportManagerRemote.class, "${SupportManager}"), //
SystemManager(SystemManagerRemote.class, "${SystemManager}"), //
RemoteInstallManager(RemoteInstallManagerRemote.class, "${RemoteInstallManager}"), //
TagManager(TagManagerRemote.class, "${TagManager}"), //
SynchronizationManager(SynchronizationManagerRemote.class, "${SynchronizationManager}"),

StorageClusterSettingsManager(StorageClusterSettingsManagerRemote.class, "${StorageClusterSettingsManager}");

private Class<?> remote;
Expand Down

0 comments on commit 173e8e7

Please sign in to comment.