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 |
---|---|
QDAgent |
AgentChannels.Owner.createAgent(QDCollector collector,
QDFilter filter)
This method is used internally by agent adapter to create agent for the corresponding
collector, filter when the corresponding subscription arrives for a first time.
|
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.
|
QDAgent |
AgentChannels.Owner.createVoidAgent(QDContract contract)
This method is used to create void agent just to keep subscription.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.