Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.rancid.adapter |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
List<Schedule> |
RancidAdapterConfigManager.getSchedules(String ipaddress)
getSchedules
|
Modifier and Type | Method and Description |
---|---|
static BasicSchedule |
BasicScheduleUtils.getRancidSchedule(Schedule schedule) |
Modifier and Type | Method and Description |
---|---|
Schedule[] |
PolicyManage.getSchedule()
Method getSchedule.Returns the contents of the collection in an Array.
|
Schedule |
PolicyManage.getSchedule(int index)
Method getSchedule.
|
Schedule |
PolicyManage.removeScheduleAt(int index)
Method removeScheduleAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Schedule> |
PolicyManage.enumerateSchedule()
Method enumerateSchedule.
|
List<Schedule> |
PolicyManage.getScheduleCollection()
Method getScheduleCollection.Returns a reference to 'scheduleList'.
|
Iterator<Schedule> |
PolicyManage.iterateSchedule()
Method iterateSchedule.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyManage.addSchedule(int index,
Schedule vSchedule) |
void |
PolicyManage.addSchedule(Schedule vSchedule) |
boolean |
PolicyManage.removeSchedule(Schedule vSchedule)
Method removeSchedule.
|
void |
PolicyManage.setSchedule(int index,
Schedule vSchedule) |
void |
PolicyManage.setSchedule(Schedule[] vScheduleArray) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyManage.setSchedule(List<Schedule> vScheduleList)
Sets the value of 'scheduleList' by copying the given Vector.
|
void |
PolicyManage.setScheduleCollection(List<Schedule> scheduleList)
Deprecated.
|
Copyright © 2017. All rights reserved.