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

Packages that use ServerPluginType
org.rhq.enterprise.server.plugin   
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.generic   
org.rhq.enterprise.server.plugin.pc.perspective   
 

Uses of ServerPluginType in org.rhq.enterprise.server.plugin
 

Methods in org.rhq.enterprise.server.plugin that return types with arguments of type ServerPluginType
 java.util.Map<ServerPluginType,java.util.List<PluginKey>> ServerPluginsLocal.getInstalledServerPluginsGroupedByType()
          This will return a map containing all installed plugins that are both enabled and disabled.
 java.util.Map<ServerPluginType,java.util.List<PluginKey>> ServerPluginsBean.getInstalledServerPluginsGroupedByType()
           
 

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

Methods in org.rhq.enterprise.server.plugin.pc that return ServerPluginType
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.
 

Methods in org.rhq.enterprise.server.plugin.pc that return types with arguments of type ServerPluginType
 java.util.List<ServerPluginType> MasterServerPluginContainer.getServerPluginTypes()
          This will return all known server plugins types.
 

Methods in org.rhq.enterprise.server.plugin.pc with parameters of type ServerPluginType
 AbstractTypeServerPluginContainer MasterServerPluginContainer.getPluginContainerByPluginType(ServerPluginType pluginType)
          Given a server plugin type, this will return the plugin container that can manage that type of plugin.
 

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

Methods in org.rhq.enterprise.server.plugin.pc.alert that return ServerPluginType
 ServerPluginType AlertServerPluginContainer.getSupportedServerPluginType()
           
 

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

Methods in org.rhq.enterprise.server.plugin.pc.content that return ServerPluginType
 ServerPluginType ContentServerPluginContainer.getSupportedServerPluginType()
           
 

Uses of ServerPluginType in org.rhq.enterprise.server.plugin.pc.generic
 

Methods in org.rhq.enterprise.server.plugin.pc.generic that return ServerPluginType
 ServerPluginType GenericServerPluginContainer.getSupportedServerPluginType()
           
 

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

Methods in org.rhq.enterprise.server.plugin.pc.perspective that return ServerPluginType
 ServerPluginType PerspectiveServerPluginContainer.getSupportedServerPluginType()
           
 



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