gov.nist.javax.sip.stack
Class SIPStackTimerTask
java.lang.Object
java.util.TimerTask
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
Method Summary |
void |
run()
|
SIPStackTimerTask
public SIPStackTimerTask()
run
public final void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.