org.hyperic.hq.product
Class PluginUpdater
java.lang.Object
org.hyperic.hq.product.PluginUpdater
public class PluginUpdater
- extends Object
Updates a ProductPlugin
on server and agent side with data needed to
deal with new or updated ServiceType
s
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginUpdater
public PluginUpdater()
updateServiceTypes
public void updateServiceTypes(ProductPlugin productPlugin,
Set<ServiceType> serviceTypes)
throws PluginException
- Updates the specified
ProductPlugin
with the new or changed service types.
Will completely wipe out old data related to existing ServiceTypes in order to apply possible
updates.
- Parameters:
productPlugin
- The ProductPlugin
to updateserviceTypes
- The service types to update
- Throws:
PluginException
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.