| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractTypeServerPluginContainer> |
MasterServerPluginContainer.getPluginContainerByClass(Class<T> clazz)
Get the plugin container of the given class.
|
<T extends AbstractTypeServerPluginContainer> |
MasterServerPluginContainer.getPluginContainerByPlugin(org.rhq.core.domain.plugin.PluginKey pluginKey)
Given the key of a deployed plugin, this returns the plugin container that is hosting
that plugin.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTypeServerPluginContainer |
ServerPluginManager.getParentPluginContainer()
Returns the plugin container that whose plugins are managed by this manager.
|
protected AbstractTypeServerPluginContainer |
MasterServerPluginContainer.getPluginContainerByDescriptor(ServerPluginDescriptorType descriptor)
Given a plugin's descriptor, this will return the plugin container that can manage the plugin.
|
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 |
|---|---|
protected List<AbstractTypeServerPluginContainer> |
MasterServerPluginContainer.createPluginContainers()
Creates the individual plugin containers that can be used to deploy different plugin types.
|
| Constructor and Description |
|---|
ServerPluginManager(AbstractTypeServerPluginContainer pc)
Creates a plugin manager for the given plugin container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlertServerPluginContainer
Manages alert plugins.
|
| Constructor and Description |
|---|
AlertSenderPluginManager(AbstractTypeServerPluginContainer pc) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleServerPluginContainer
The container responsible for managing the lifecycle of bundle server-side plugins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentServerPluginContainer
The container responsible for managing the lifecycle of content server-side plugins.
|
class |
PackageTypeServerPluginContainer |
| Constructor and Description |
|---|
PackageTypePluginManager(AbstractTypeServerPluginContainer pc) |
| Modifier and Type | Class and Description |
|---|---|
class |
DriftServerPluginContainer
Manages drift server plugins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericServerPluginContainer
Manages generic plugins.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.