| Modifier and Type | Method and Description |
|---|---|
Map<ServerPluginType,List<org.rhq.core.domain.plugin.PluginKey>> |
ServerPluginsBean.getInstalledServerPluginsGroupedByType() |
Map<ServerPluginType,List<org.rhq.core.domain.plugin.PluginKey>> |
ServerPluginsLocal.getInstalledServerPluginsGroupedByType()
This will return a map containing all installed plugins that are both enabled and disabled.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServerPluginType |
AbstractTypeServerPluginContainer.getSupportedServerPluginType()
Each plugin container will tell the master which plugins it can support via this method; this
method returns the type of plugin that the plugin container can process.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerPluginType> |
MasterServerPluginContainer.getServerPluginTypes()
This will return all known server plugins types.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTypeServerPluginContainer |
MasterServerPluginContainer.getPluginContainerByPluginType(ServerPluginType pluginType)
Given a server plugin type, this will return the plugin container that can manage that type of plugin.
|
| Modifier and Type | Method and Description |
|---|---|
ServerPluginType |
AlertServerPluginContainer.getSupportedServerPluginType() |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginType |
BundleServerPluginContainer.getSupportedServerPluginType() |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginType |
PackageTypeServerPluginContainer.getSupportedServerPluginType() |
ServerPluginType |
ContentServerPluginContainer.getSupportedServerPluginType() |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginType |
DriftServerPluginContainer.getSupportedServerPluginType() |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginType |
GenericServerPluginContainer.getSupportedServerPluginType() |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.