org.mobicents.media.server.testsuite.general
Class TimerThreadFactory

java.lang.Object
  extended by org.mobicents.media.server.testsuite.general.TimerThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class TimerThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

Start time:12:14:30 2009-08-03
Project: mobicents-media-server-test-suite

Author:
Bartosz Baranowski

Field Summary
static int _DEFAULT_T_PRIORITY
           
static java.util.concurrent.atomic.AtomicLong sequence
           
 
Constructor Summary
TimerThreadFactory()
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_DEFAULT_T_PRIORITY

public static final int _DEFAULT_T_PRIORITY
See Also:
Constant Field Values

sequence

public static final java.util.concurrent.atomic.AtomicLong sequence
Constructor Detail

TimerThreadFactory

public TimerThreadFactory()
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable r)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory


Copyright © 2009. All Rights Reserved.