Uses of Class
org.rhq.enterprise.server.plugin.pc.AbstractTypeServerPluginContainer

Packages that use AbstractTypeServerPluginContainer
org.rhq.enterprise.server.plugin.pc   
org.rhq.enterprise.server.plugin.pc.alert   
org.rhq.enterprise.server.plugin.pc.bundle   
org.rhq.enterprise.server.plugin.pc.content   
org.rhq.enterprise.server.plugin.pc.drift   
org.rhq.enterprise.server.plugin.pc.entitlement   
org.rhq.enterprise.server.plugin.pc.generic   
org.rhq.enterprise.server.plugin.pc.perspective   
 

Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc
 

Methods in org.rhq.enterprise.server.plugin.pc with type parameters of type AbstractTypeServerPluginContainer
<T extends AbstractTypeServerPluginContainer>
T
MasterServerPluginContainer.getPluginContainerByClass(Class<T> clazz)
          Get the plugin container of the given class.
<T extends AbstractTypeServerPluginContainer>
T
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.
 

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  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.bundle
 

Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.bundle
 class BundleServerPluginContainer
          The container responsible for managing the lifecycle of bundle server-side plugins.
 

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.
 class PackageTypeServerPluginContainer
           
 

Constructors in org.rhq.enterprise.server.plugin.pc.content with parameters of type AbstractTypeServerPluginContainer
PackageTypePluginManager(AbstractTypeServerPluginContainer pc)
           
 

Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.drift
 

Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.drift
 class DriftServerPluginContainer
          Manages drift server plugins.
 

Uses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.entitlement
 

Subclasses of AbstractTypeServerPluginContainer in org.rhq.enterprise.server.plugin.pc.entitlement
 class EntitlementServerPluginContainer
          The container responsible for managing the lifecycle of entitlement 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.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.