|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.product.PluginUpdater
public class PluginUpdater
Updates a ProductPlugin
on server and agent side with data needed to
deal with new or updated ServiceType
s
Constructor Summary | |
---|---|
PluginUpdater()
|
Method Summary | |
---|---|
void |
updateServiceTypes(ProductPlugin productPlugin,
java.util.Set serviceTypes)
Updates the specified ProductPlugin with the new or changed service types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginUpdater()
Method Detail |
---|
public void updateServiceTypes(ProductPlugin productPlugin, java.util.Set serviceTypes) throws PluginException
ProductPlugin
with the new or changed service types. Will completely wipe out old data related to existing
ServiceTypes in order to apply possible updates.
productPlugin
- The ProductPlugin
to updateserviceTypes
- The service types to update
PluginException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |