Package com.softwareag.entirex.aci
Interface ThreadRunner
-
public interface ThreadRunner
TheThreadRunner
interface 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 void
startThread(java.lang.Thread t)
Start a thread.
-