Hyperic HQ Plugin API v. 5.8.0

Uses of Class
org.hyperic.hq.product.ProductPlugin

Packages that use ProductPlugin
org.hyperic.hq.product   
org.hyperic.hq.product.jmx   
org.hyperic.hq.product.util   
 

Uses of ProductPlugin in org.hyperic.hq.product
 

Methods in org.hyperic.hq.product that return ProductPlugin
 ProductPlugin GenericPlugin.getProductPlugin()
          Get the ProductPlugin that defined the TypeInfo for this plugin instance.
 ProductPlugin ProductPluginManager.getProductPlugin(String name)
           
 

Methods in org.hyperic.hq.product with parameters of type ProductPlugin
 void ProductPluginManager.addPluginTypes(TypeInfo[] types, ProductPlugin plugin)
           
 void PluginUpdater.updateServiceTypes(ProductPlugin productPlugin, Set<ServiceType> serviceTypes)
          Updates the specified ProductPlugin with the new or changed service types.
 

Constructors in org.hyperic.hq.product with parameters of type ProductPlugin
PluginInfo(ProductPlugin plugin, String jar)
           
 

Uses of ProductPlugin in org.hyperic.hq.product.jmx
 

Methods in org.hyperic.hq.product.jmx with parameters of type ProductPlugin
 Set ServiceTypeFactory.create(ProductPlugin productPlugin, ServerTypeInfo serverType, MBeanServerConnection mServer, Set objectNames)
          Creates a Set of ServiceTypes from a Set of Services, ignoring multiple services of the same ServiceType (determined by fully qualified service type name)
 ServiceType ServiceTypeFactory.create(ProductPlugin productPlugin, ServerTypeInfo serverType, ModelMBeanInfo serviceInfo, ObjectName objectName)
           
 

Uses of ProductPlugin in org.hyperic.hq.product.util
 

Fields in org.hyperic.hq.product.util declared as ProductPlugin
protected  ProductPlugin[] PluginDumper.pPlugins
           
 


Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.