public interface RancidAdapterConfig
RancidAdapterConfig interface.
| Modifier and Type | Method and Description | 
|---|---|
long | 
getDelay(String ipaddress)
return the delay time for the specified address
 the delay time is the time in msec that represents
 a delay in the execution of a RancidAdapter
 execution 
 | 
int | 
getRetries(String ipaddress)
return the number of retries in case of failure
 for the specified address 
 | 
String | 
getType(String sysoid,
       String sysdescr)
return the Rancid Type String 
 | 
boolean | 
isCurTimeInSchedule(String ipaddress)
Return if current time is ready to be scheduled. 
 | 
boolean | 
useCategories(String ipaddress)
return if is to be used the opennms categories to get
 rancid device type 
 | 
long getDelay(String ipaddress)
ipaddress - the ipaddress of the nodeint getRetries(String ipaddress)
ipaddress - the ipaddress of the nodeboolean useCategories(String ipaddress)
ipaddress - the ipaddress of the nodeString getType(String sysoid, String sysdescr)
sysoid - the system OID identifier of the nodeboolean isCurTimeInSchedule(String ipaddress)
ipaddress - the ipaddress of the nodeCopyright © 2020. All rights reserved.