Package org.ikasan.notification.factory
Class NotificationThreadFactory
- java.lang.Object
-
- org.ikasan.notification.factory.NotificationThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class NotificationThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description NotificationThreadFactory(java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable r)
-