com.devexperts.qd.qtp
Interface MessageAdapter.Factory

All Known Subinterfaces:
SocketMessageAdapterFactory
All Known Implementing Classes:
AgentAdapter.Factory, DistributorAdapter.Factory, MessageAdapter.AbstractFactory
Enclosing class:
MessageAdapter

public static interface MessageAdapter.Factory

The Factory performs creation of actual message agents on demand from QTP connector. Unlike created agents, the factory itself must be lightweight entity without any cleanup procedures.


Method Summary
 MessageAdapter createAdapter(QDStats stats)
           
 

Method Detail

createAdapter

MessageAdapter createAdapter(QDStats stats)