| Package | Description | 
|---|---|
| com.tailf.dp | 
 Data provider API package, for implementation of callbacks for validations, actions, transformation etc. 
 | 
| com.tailf.maapi | 
 MAAPI is an API which provides full access to the systems internal
 transaction engine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DpSnmpNotifier.send(String notification,
    SnmpVarbind[] varbinds)
Send SNMP notification. 
 | 
void | 
DpSnmpNotifier.send(String notification,
    SnmpVarbind[] varbinds,
    Integer ref)
Send SNMP notification with the option to receive an Inform Response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Maapi.snmpSendNotification(String notifName,
                    String notifyTarget,
                    String ctxName,
                    SnmpVarbind[] varbinds)
Send SNMP notification. 
 |