com.infoengine.procunit
Interface IeMultithreadedProcessor

All Superinterfaces:
IeProcessor
All Known Implementing Classes:
DoorsAdapterImpl, EBAIAdapterImpl, EDASQLAdapterImpl, EMailAdapterImpl, JDBCAdapterImpl, JNDIAdapterImpl, PdaAdapterImpl, TaskProcessorImpl, WTAdapterImpl

public interface IeMultithreadedProcessor
extends IeProcessor

Marks an adapter implementation class as supporting multithreaded operations. For multithreaded implementations, Info*Engine instantiates one instance for each serviceName and only calls the initialize routine once. This allows an adapter implementation to initialize static data that is used by each request invocation.


Methods inherited from interface com.infoengine.procunit.IeProcessor
initialize, processRequest