org.mitre.jsip.util
Class Poller

java.lang.Object
  |
  +--org.mitre.jsip.util.Poller

public class Poller
extends java.lang.Object


Constructor Summary
Poller(PollAgent pollAgent)
           
Poller(PollAgent pollAgent, java.util.Date startTime, long delay)
           
Poller(PollAgent pollAgent, long delay)
           
 
Method Summary
 void cancel()
           
 void schedule(java.util.Date time)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Poller

public Poller(PollAgent pollAgent)

Poller

public Poller(PollAgent pollAgent,
              long delay)

Poller

public Poller(PollAgent pollAgent,
              java.util.Date startTime,
              long delay)
Method Detail

schedule

public void schedule(java.util.Date time)

cancel

public void cancel()