|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLogic.SnmPoller
public class SnmPoller
snmPoller Class is the class to hold all the methods needed for the Network Topology discovery
Constructor Summary | |
---|---|
SnmPoller()
Runs the algorithm for discovering the network topology and create an array of Router objects which will hold the information for every router in the topology |
Method Summary | |
---|---|
RouterCollection |
getInfo(java.net.Inet4Address routerIp,
java.lang.String userName,
java.lang.String authPass)
Gets an ip address of a router,username and authentication password and returns the information needed as a Router object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnmPoller()
Method Detail |
---|
public RouterCollection getInfo(java.net.Inet4Address routerIp, java.lang.String userName, java.lang.String authPass)
routerIp
- the IP address of the router in questionuserName
- the username for SNMPv3 supportauthPass
- the authentication password for SNMPv3 suppotr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |