public interface SaveOrUpdateOperation extends ImportOperation
SaveOrUpdateOperation interface.
Modifier and Type | Method and Description |
---|---|
void |
foundAsset(String name,
String value)
foundAsset
|
void |
foundCategory(String name)
foundCategory
|
void |
foundInterface(String ipAddr,
Object descr,
InterfaceSnmpPrimaryType interfaceSnmpPrimaryType,
boolean managed,
int status)
foundInterface
|
void |
foundMonitoredService(String serviceName)
foundMonitoredService
|
gatherAdditionalData, persist
void foundInterface(String ipAddr, Object descr, InterfaceSnmpPrimaryType interfaceSnmpPrimaryType, boolean managed, int status)
foundInterface
ipAddr
- a String
object.descr
- a Object
object.interfaceSnmpPrimaryType
- a InterfaceSnmpPrimaryType
object.managed
- a boolean.status
- a int.void foundMonitoredService(String serviceName)
foundMonitoredService
serviceName
- a String
object.Copyright © 2015. All Rights Reserved.