|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.snmpinterfacepoller.pollable.PollableSnmpInterface
public class PollableSnmpInterface
Represents a PollableSnmpInterface
| Nested Class Summary | |
|---|---|
class |
PollableSnmpInterface.SnmpMinimalPollInterface
|
| Constructor Summary | |
|---|---|
PollableSnmpInterface(PollableInterface parent)
Constructor for PollableSnmpInterface. |
|
| Method Summary | |
|---|---|
protected void |
delete()
delete |
SnmpAgentConfig |
getAgentConfig()
getAgentConfig |
PollContext |
getContext()
getContext |
String |
getCriteria()
getCriteria |
int |
getMaxInterfacePerPdu()
Getter for the field maxInterfacePerPdu. |
String |
getName()
getName |
PollableInterface |
getParent()
getParent |
Schedule |
getSchedule()
getSchedule |
Collection<OnmsSnmpInterface> |
getSnmpinterfaces()
getSnmpinterfaces |
PollableSnmpInterfaceConfig |
getSnmppollableconfig()
getSnmppollableconfig |
boolean |
isReady()
isReady |
void |
run()
run |
void |
schedule()
schedule |
void |
setAgentConfig(SnmpAgentConfig config)
setAgentConfig |
void |
setCriteria(String m_criteria)
setCriteria |
void |
setName(String name)
setName |
void |
setSchedule(Schedule schedule)
setSchedule |
void |
setSnmpinterfaces(List<OnmsSnmpInterface> snmpinterfaces)
setSnmpinterfaces |
void |
setSnmppollableconfig(PollableSnmpInterfaceConfig snmppollableconfig)
setSnmppollableconfig |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollableSnmpInterface(PollableInterface parent)
Constructor for PollableSnmpInterface.
parent - a PollableInterface object.| Method Detail |
|---|
public Collection<OnmsSnmpInterface> getSnmpinterfaces()
getSnmpinterfaces
Collection object.public void setSnmpinterfaces(List<OnmsSnmpInterface> snmpinterfaces)
setSnmpinterfaces
snmpinterfaces - a List object.public Schedule getSchedule()
getSchedule
Schedule object.public void setSchedule(Schedule schedule)
setSchedule
schedule - a Schedule object.public PollableSnmpInterfaceConfig getSnmppollableconfig()
getSnmppollableconfig
PollableSnmpInterfaceConfig object.public void setSnmppollableconfig(PollableSnmpInterfaceConfig snmppollableconfig)
setSnmppollableconfig
snmppollableconfig - a PollableSnmpInterfaceConfig object.public PollableInterface getParent()
getParent
PollableInterface object.public PollContext getContext()
getContext
PollContext object.public String getName()
getName
String object.public void setName(String name)
setName
name - a String object.public boolean isReady()
isReady
isReady in interface ReadyRunnablepublic void run()
run
run in interface Runnablepublic void schedule()
schedule
protected void delete()
delete
public SnmpAgentConfig getAgentConfig()
getAgentConfig
SnmpAgentConfig object.public void setAgentConfig(SnmpAgentConfig config)
setAgentConfig
config - a SnmpAgentConfig object.public String getCriteria()
getCriteria
String object.public void setCriteria(String m_criteria)
setCriteria
m_criteria - a String object.public int getMaxInterfacePerPdu()
Getter for the field maxInterfacePerPdu.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||