org.activemq.service.boundedvm
Class DurableQueueBoundedMessageManager.DurableQueueThreadFactory

java.lang.Object
  extended by org.activemq.service.boundedvm.DurableQueueBoundedMessageManager.DurableQueueThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
DurableQueueBoundedMessageManager

protected static class DurableQueueBoundedMessageManager.DurableQueueThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
protected DurableQueueBoundedMessageManager.DurableQueueThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurableQueueBoundedMessageManager.DurableQueueThreadFactory

protected DurableQueueBoundedMessageManager.DurableQueueThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable command)
Specified by:
newThread in interface ThreadFactory
Parameters:
command - - command to run
Returns:
a new thread


Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.