com.ireasoning.protocol.snmp
Class SnmpSessionListenThread
java.lang.Object
java.lang.Thread
com.ireasoning.protocol.ListenThread
com.ireasoning.protocol.snmp.SnmpSessionListenThread
- All Implemented Interfaces:
- Runnable
- public class SnmpSessionListenThread
- extends ListenThread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
SnmpSessionListenThread
public SnmpSessionListenThread(SnmpSession s)
resend
protected final void resend(Object pdu)
- Overrides:
resend
in class ListenThread
receivedMsg
protected final boolean receivedMsg(Msg msg)
- Overrides:
receivedMsg
in class ListenThread
- Returns:
- false if received message is invalid, so that it won't be processed further.
addTask
public final void addTask(SnmpPdu pdu)
Copyright © 2002 iReasoning Inc. All Rights Reserved.