NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.stack
Class SIPStackTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by gov.nist.javax.sip.stack.SIPStackTimerTask
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
SIPClientTransaction.TransactionTimer

public abstract class SIPStackTimerTask
extends TimerTask

A subclass of TimerTask which runs TimerTask code within a try/catch block to avoid killing the SIPTransactionStack timer thread. Note: subclasses MUST not override run(); instead they should override runTask().

Author:
Brett Buckingham

Constructor Summary
SIPStackTimerTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPStackTimerTask

public SIPStackTimerTask()
Method Detail

run

public final void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.