|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--snmp.SnmpContext
This class handles the SNMP connection details.
Field Summary | |
java.io.InputStream |
in
This input stream |
Constructor Summary | |
SnmpContext(java.lang.String host,
int port)
Create the SNMP connection information context. |
Method Summary | |
void |
run()
Catch the SNMP responses as they arrive, decode them, and fill the Pdu list with the result. |
void |
stop()
Stop this thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.InputStream in
Constructor Detail |
public SnmpContext(java.lang.String host, int port) throws java.io.IOException
host
- The host to receive this SNMP packet.port
- The port for this connection.Socket
Method Detail |
public void stop()
public void run()
run
in interface java.lang.Runnable
|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |