com.adventnet.snmp.ui
Class TrapTasks

java.lang.Object
  extended by com.adventnet.snmp.beans.SnmpTrapReceiver
      extended by com.adventnet.snmp.ui.TrapTasks
All Implemented Interfaces:
SnmpClient, java.io.Serializable

 class TrapTasks
extends SnmpTrapReceiver


Field Summary
(package private)  TrapViewer trapviewer
           
 
Constructor Summary
TrapTasks(TrapViewer trapviewer)
           
TrapTasks(TrapViewer trapviewer, java.applet.Applet applet)
           
 
Method Summary
 void debugPrint(java.lang.String debugOutput)
          this function in SnmpClient prints debug message to application debug window or standard error.
(package private)  void logErrorMessage(java.lang.String error)
           
(package private)  void logInfoMessage(java.lang.String info)
           
(package private)  void startReceiver()
           
(package private)  void stopReceiver()
           
 
Methods inherited from class com.adventnet.snmp.beans.SnmpTrapReceiver
addLogClient, addTrapListener, authenticate, callback, cleanup, createUserEntry, finalize, getAuthPassword, getAuthProtocol, getCharacterEncoding, getCommunity, getcontextID, getContextID, getContextName, getLocalAddresses, getMibModules, getMibOperations, getMibPath, getPort, getPortWithExceptionMsg, getPrincipal, getPrivPassword, getPrivProtocol, getReceiveBufferSize, getSecurityModel, getSecurityTable, getSimpleDateFormat, getSnmpVersion, getUSMTable, initJdbcParams, initSecurityProvider, isCommunityAuthEnabled, isLoadMibsFromDatabase, isOverwriteMibsInDatabase, isSetAutoInformResponse, isSupportedSecurityModel, isTrapAuthEnable, isV3AuthEnabled, loadMibs, releaseResources, removeTrapListener, setAuthPassword, setAuthProtocol, setAutoInformResponse, setCallbackthread, setCharacterEncoding, setCommunity, setCommunityAuthEnable, setcontextID, setContextID, setContextName, setDebug, setLoadMibsFromDatabase, setLocalAddresses, setMibModules, setMibPath, setOverwriteMibsInDatabase, setPort, setPortWithExceptionMsg, setPrincipal, setPrivPassword, setPrivProtocol, setReceiveBufferSize, setSecurityModel, setSimpleDateFormat, setSnmpVersion, setTrapAuthEnable, setV3AuthEnable, stop
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trapviewer

TrapViewer trapviewer
Constructor Detail

TrapTasks

public TrapTasks(TrapViewer trapviewer)

TrapTasks

public TrapTasks(TrapViewer trapviewer,
                 java.applet.Applet applet)
Method Detail

startReceiver

void startReceiver()

debugPrint

public void debugPrint(java.lang.String debugOutput)
this function in SnmpClient prints debug message to application debug window or standard error.

Specified by:
debugPrint in interface SnmpClient
Overrides:
debugPrint in class SnmpTrapReceiver

stopReceiver

void stopReceiver()

logErrorMessage

void logErrorMessage(java.lang.String error)

logInfoMessage

void logInfoMessage(java.lang.String info)