com.ibm.wsspi.runtime.component
Interface AsynchronousInitializer
public interface AsynchronousInitializer
An Asynchronous initializer defines the interface used to
dispatch component initialization and start work onto
separate threads. It is similar to a java.lang.Runnable
except that it may throw the standard runtime framework
exceptions.
- See Also:
WsComponentImpl.runAsynchronousInitializer(AsynchronousInitializer, boolean)
Method Summary |
void |
run()
|
run
void run()
throws WsRuntimeFwException
- Throws:
WsRuntimeFwException