Package com.softwareag.entirex.aci
Interface ThreadRunner
-
public interface ThreadRunnerTheThreadRunnerinterface wraps starting a thread. This is used in an application server to use the method of the application server to start a new thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartThread(java.lang.Thread t)Start a thread.
-