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

Packages that use ServerPluginManager
org.rhq.enterprise.server.plugin.pc   
org.rhq.enterprise.server.plugin.pc.alert   
org.rhq.enterprise.server.plugin.pc.content   
org.rhq.enterprise.server.plugin.pc.perspective   
 

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

Methods in org.rhq.enterprise.server.plugin.pc that return ServerPluginManager
protected  ServerPluginManager AbstractTypeServerPluginContainer.createPluginManager()
          This will be called when its time for this plugin container to create its plugin manager.
 ServerPluginManager AbstractTypeServerPluginContainer.getPluginManager()
          Returns the object that manages the plugins.
 

Uses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.alert
 

Subclasses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.alert
 class AlertSenderPluginManager
          Plugin manager that takes care of loading the plug-ins and instantiating of AlertSender etc.
 

Methods in org.rhq.enterprise.server.plugin.pc.alert that return ServerPluginManager
protected  ServerPluginManager AlertServerPluginContainer.createPluginManager()
           
 ServerPluginManager AlertServerPluginContainer.getPluginManager()
           
 

Uses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.content
 

Subclasses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.content
 class ContentServerPluginManager
          This loads in all content source server plugins that can be found and will maintain the complete set of metadata found in all plugin descriptors from all loaded plugins.
 

Methods in org.rhq.enterprise.server.plugin.pc.content that return ServerPluginManager
protected  ServerPluginManager ContentServerPluginContainer.createPluginManager()
           
 

Uses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.perspective
 

Subclasses of ServerPluginManager in org.rhq.enterprise.server.plugin.pc.perspective
 class PerspectiveServerPluginManager
          This loads in all perspective server plugins that can be found.
 

Methods in org.rhq.enterprise.server.plugin.pc.perspective that return ServerPluginManager
protected  ServerPluginManager PerspectiveServerPluginContainer.createPluginManager()
           
 



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