Uses of Interface
com.intergral.deep.agent.poll.ITimerTask
-
Packages that use ITimerTask Package Description com.intergral.deep.agent.poll -
-
Uses of ITimerTask in com.intergral.deep.agent.poll
Classes in com.intergral.deep.agent.poll that implement ITimerTask Modifier and Type Class Description class
LongPollService
This service deals with polling the remote service for tracepoint configs.Constructors in com.intergral.deep.agent.poll with parameters of type ITimerTask Constructor Description DriftAwareThread(String name, ITimerTask runnable, long interval)
Create a new thread.
-