|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc |
|---|
| Methods in org.rhq.enterprise.server.plugin.pc with type parameters of type AbstractTypeServerPluginContainer | ||
|---|---|---|
|
MasterServerPluginContainer.getPluginContainerByClass(java.lang.Class<T> clazz)
Get the plugin container of the given class. |
|
|
MasterServerPluginContainer.getPluginContainerByPlugin(PluginKey pluginKey)
Given the key of a deployed plugin, this returns the plugin container that is hosting that plugin. |
|
| Methods in org.rhq.enterprise.server.plugin.pc that return AbstractTypeServerPluginContainer | |
|---|---|
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. |
| Methods in org.rhq.enterprise.server.plugin.pc that return types with arguments of type AbstractTypeServerPluginContainer | |
|---|---|
protected java.util.List<AbstractTypeServerPluginContainer> |
MasterServerPluginContainer.createPluginContainers()
Creates the individual plugin containers that can be used to deploy different plugin types. |
| Constructors in org.rhq.enterprise.server.plugin.pc with parameters of type AbstractTypeServerPluginContainer | |
|---|---|
ServerPluginManager(AbstractTypeServerPluginContainer pc)
Creates a plugin manager for the given plugin container. |
|
| Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.alert |
|---|
| Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.alert | |
|---|---|
class |
AlertServerPluginContainer
Manages alert plugins. |
| Constructors in org.rhq.enterprise.server.plugin.pc.alert with parameters of type AbstractTypeServerPluginContainer | |
|---|---|
AlertSenderPluginManager(AbstractTypeServerPluginContainer pc)
|
|
| Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.content |
|---|
| Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.content | |
|---|---|
class |
ContentServerPluginContainer
The container responsible for managing the lifecycle of content server-side plugins. |
| Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.generic |
|---|
| Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.generic | |
|---|---|
class |
GenericServerPluginContainer
Manages generic plugins. |
| Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.perspective |
|---|
| Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.perspective | |
|---|---|
class |
PerspectiveServerPluginContainer
Manages perspective server plugins. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||