|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.snmpinterfacepoller.pollable.PollableNetwork
public class PollableNetwork
Represents an SNMP PollableNetwork
| Constructor Summary | |
|---|---|
PollableNetwork(PollContext context)
Constructor for PollableNetwork. |
|
| Method Summary | |
|---|---|
void |
activate(int nodeid)
activate |
void |
activate(String ipaddress)
activate |
PollableInterface |
create(int nodeid,
String ipaddress,
String packageName)
create |
void |
delete(int nodeid)
delete |
void |
delete(String ipaddress)
delete |
void |
deleteAll()
deleteAll |
PollContext |
getContext()
getContext |
String |
getIp(int nodeid)
getIp |
boolean |
hasPollableInterface(String ipaddr)
hasPollableInterface |
void |
refresh(int nodeid)
refresh |
void |
schedule(PollableSnmpInterface node,
long interval,
Scheduler scheduler)
schedule |
void |
setContext(PollContext context)
setContext |
void |
suspend(int nodeid)
suspend |
void |
suspend(String ipaddress)
suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollableNetwork(PollContext context)
Constructor for PollableNetwork.
context - a PollContext object.| Method Detail |
|---|
public PollableInterface create(int nodeid,
String ipaddress,
String packageName)
create
nodeid - a int.ipaddress - a String object.packageName - a String object.
PollableInterface object.
public void schedule(PollableSnmpInterface node,
long interval,
Scheduler scheduler)
schedule
node - a PollableSnmpInterface object.criteria - a String object.interval - a long.scheduler - a Scheduler object.public void deleteAll()
deleteAll
public void delete(String ipaddress)
delete
ipaddress - a String object.public void delete(int nodeid)
delete
nodeid - a int.public void refresh(int nodeid)
refresh
nodeid - a int.public void suspend(String ipaddress)
suspend
ipaddress - a String object.public void activate(String ipaddress)
activate
ipaddress - a String object.public void suspend(int nodeid)
suspend
nodeid - a int.public void activate(int nodeid)
activate
nodeid - a int.public String getIp(int nodeid)
getIp
nodeid - a int.
String object.public boolean hasPollableInterface(String ipaddr)
hasPollableInterface
ipaddr - a String object.
public PollContext getContext()
getContext
PollContext object.public void setContext(PollContext context)
setContext
context - a PollContext object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||