protected class AgisInventoryPlugin.CreateInventoryHook extends java.lang.Object implements Hook
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
invItems |
protected OID |
masterOid |
| Constructor and Description |
|---|
CreateInventoryHook(OID masterOid,
java.lang.String invItems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processMessage(Message msg,
int flags)
Handles processing of the message, called by EnginePlugin.
|
protected OID masterOid
protected java.lang.String invItems
public CreateInventoryHook(OID masterOid, java.lang.String invItems)
public boolean processMessage(Message msg, int flags)
HookprocessMessage in interface Hook