Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Method and Description |
---|---|
QDAgent |
QDAgent.Builder.build() |
QDAgent |
QDCollector.buildAgent(QDAgent.Builder builder)
Creates new agent with parameters from the specified builder.
|
QDAgent |
QDCollector.createAgent(SubscriptionFilter filter)
Deprecated.
Use
agentBuilder and build |
QDAgent |
QDCollector.createAgent(SubscriptionFilter filter,
String keyProperties)
Deprecated.
Use
agentBuilder and build |
Modifier and Type | Method and Description |
---|---|
protected QDAgent |
AgentAdapter.createAgent(QDCollector collector,
SubscriptionFilter filter,
String keyProperties)
This method is used internally by agent adapter to create agent for the corresponding
collector, filter, and keyProperties when the corresponding subscription arrives for a first time.
|
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.