Package com.caplin.motif
Class ThreadMode.NewThread
- java.lang.Object
-
- com.caplin.motif.ThreadMode.NewThread
-
- All Implemented Interfaces:
ThreadMode
- Enclosing interface:
- ThreadMode
public static final class ThreadMode.NewThread extends java.lang.Object implements ThreadMode
Will provide each trade a unique executor. Trade listeners may be blocking.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.caplin.motif.ThreadMode
ThreadMode.NewThread, ThreadMode.ScheduledExecutorWrapper, ThreadMode.SharedThreads
-
-
Constructor Summary
Constructors Constructor Description NewThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadMode.ScheduledExecutorWrapper
getScheduledExecutorWrapper()
java.lang.String
toString()
-
-
-
Method Detail
-
getScheduledExecutorWrapper
public ThreadMode.ScheduledExecutorWrapper getScheduledExecutorWrapper()
- Specified by:
getScheduledExecutorWrapper
in interfaceThreadMode
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-