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()
           
 

Method Detail

run

void run()
         throws WsRuntimeFwException
Throws:
WsRuntimeFwException