Package org.apache.axis2.util.threadpool
Interface ThreadFactory
-
- All Known Implementing Classes:
ThreadPool
public interface ThreadFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Runnable runnable)
-
-
-
Method Detail
-
execute
void execute(Runnable runnable)
-
-