Uses of Interface
org.snmp4j.util.WorkerTask
-
Packages that use WorkerTask Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of WorkerTask in org.snmp4j.transport
Classes in org.snmp4j.transport that implement WorkerTask Modifier and Type Class Description classAbstractTcpServerThread<S extends AbstractSocketEntry>protected classDefaultTcpTransportMapping.ServerThreadprotected classDefaultUdpTransportMapping.ListenThread(package private) classDTLSTM.HandshakeTaskprivate classDummyTransport.QueueProcessor(package private) classTLSTM.ServerThreadFields in org.snmp4j.transport declared as WorkerTask Modifier and Type Field Description private WorkerTaskDummyTransport.DummyTransportResponder. listenThreadprivate WorkerTaskDummyTransport. listenThreadprotected WorkerTaskAbstractTransportMapping. listenWorkerTaskprivate WorkerTaskTLSTM. serverMethods in org.snmp4j.transport that return WorkerTask Modifier and Type Method Description protected abstract WorkerTaskAbstractTransportMapping. getListenerWorkerTask()Gets theWorkerTaskthat is responsible for receiving new messages.protected WorkerTaskDefaultTcpTransportMapping. getListenerWorkerTask()protected WorkerTaskDefaultUdpTransportMapping. getListenerWorkerTask()protected WorkerTaskDummyTransport.DummyTransportResponder. getListenerWorkerTask()protected WorkerTaskDummyTransport. getListenerWorkerTask()protected WorkerTaskTLSTM. getListenerWorkerTask()WorkerTaskTcpTransportMapping. getListenWorkerTask() -
Uses of WorkerTask in org.snmp4j.util
Subinterfaces of WorkerTask in org.snmp4j.util Modifier and Type Interface Description interfaceSchedulerTaskTheSchedulerTaskextends theRunnableinterface by methods that are needed for recurrent execution of a task.Classes in org.snmp4j.util that implement WorkerTask Modifier and Type Class Description classDefaultThreadFactory.WorkerThread(package private) classMultiThreadedMessageDispatcher.MessageTask<A extends Address>Fields in org.snmp4j.util declared as WorkerTask Modifier and Type Field Description private WorkerTaskDefaultThreadFactory.WorkerThread. taskprivate WorkerTaskThreadPool.TaskManager. taskMethods in org.snmp4j.util that return WorkerTask Modifier and Type Method Description WorkerTaskDefaultThreadFactory. createWorkerThread(java.lang.String name, WorkerTask task, boolean daemon)Creates a new thread of execution for the supplied task.WorkerTaskThreadFactory. createWorkerThread(java.lang.String name, WorkerTask task, boolean daemon)Creates a new thread of execution for the supplied task.Methods in org.snmp4j.util with parameters of type WorkerTask Modifier and Type Method Description WorkerTaskDefaultThreadFactory. createWorkerThread(java.lang.String name, WorkerTask task, boolean daemon)Creates a new thread of execution for the supplied task.WorkerTaskThreadFactory. createWorkerThread(java.lang.String name, WorkerTask task, boolean daemon)Creates a new thread of execution for the supplied task.voidThreadPool. execute(WorkerTask task)Executes a task on behalf of this thread pool.voidThreadPool.TaskManager. execute(WorkerTask task)voidWorkerPool. execute(WorkerTask task)Executes a task on behalf of this worker pool.protected voidThreadPool. handleInterruptedExceptionOnExecute(java.lang.InterruptedException interruptedException, WorkerTask task)Handle a interrupted exception on the execution attempt ofWorkerTask.booleanThreadPool. tryToExecute(WorkerTask task)Tries to execute a task on behalf of this thread pool.booleanWorkerPool. tryToExecute(WorkerTask task)Tries to execute a task on behalf of this worker pool.Constructors in org.snmp4j.util with parameters of type WorkerTask Constructor Description WorkerThread(java.lang.String name, WorkerTask task)
-