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

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

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

Methods in org.rhq.enterprise.server.plugin.pc.bundle that return ServerPluginType
 ServerPluginType BundleServerPluginContainer.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()
           
 ServerPluginType PackageTypeServerPluginContainer.getSupportedServerPluginType()
           
 

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

Methods in org.rhq.enterprise.server.plugin.pc.drift that return ServerPluginType
 ServerPluginType DriftServerPluginContainer.getSupportedServerPluginType()
           
 

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

Methods in org.rhq.enterprise.server.plugin.pc.entitlement that return ServerPluginType
 ServerPluginType EntitlementServerPluginContainer.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-2012 Red Hat, Inc.. All Rights Reserved.