|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcommon.DeviceAdd
The main class of the network device auto-discovery process. Using either a range of IP addresses, or a single address, harvest the devices that respond, and if told to, set them to monitored as well.
For a single device run, the start equals the stop.
This class requires an established database connection and does not close that connection. Also, the parameters must be valid before using this class.
This class provides funtionality common to the Web application and the server application.
| Constructor Summary | |
DeviceAdd(DeviceAddParams params,
java.sql.Connection dbConn)
Default constructor for an DeviceAdd run. |
|
| Method Summary | |
java.lang.String |
scanDevices()
Scan a range of IP addresses from the base.start to the base.stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeviceAdd(DeviceAddParams params,
java.sql.Connection dbConn)
params - DeviceAddParams containing the individual run argumentsdbConn - Connection containing the established database connection| Method Detail |
public java.lang.String scanDevices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||