A C D E F G H I J M N O P R S T U

A

address - Variable in class org.apache.qpid.testkit.TestLauncher
 

C

checkForDups - Variable in class org.apache.qpid.testkit.Receiver
 
cleanup() - Method in class org.apache.qpid.testkit.TestLauncher
 
Client - Class in org.apache.qpid.testkit
 
Client(Connection) - Constructor for class org.apache.qpid.testkit.Client
 
clients - Variable in class org.apache.qpid.testkit.TestLauncher
 
close() - Method in class org.apache.qpid.testkit.Client
 
configureLogging() - Method in class org.apache.qpid.testkit.TestLauncher
 
connection_count - Variable in class org.apache.qpid.testkit.TestLauncher
 
consumer - Variable in class org.apache.qpid.testkit.Receiver
 
controlCon - Variable in class org.apache.qpid.testkit.TestLauncher
 
controlDest - Variable in class org.apache.qpid.testkit.TestLauncher
 
controlSession - Variable in class org.apache.qpid.testkit.TestLauncher
 
createReceiver(String, AMQConnection, String, ErrorHandler) - Method in class org.apache.qpid.testkit.TestLauncher
 
createSender(String, AMQConnection, String, ErrorHandler) - Method in class org.apache.qpid.testkit.TestLauncher
 

D

dest - Variable in class org.apache.qpid.testkit.Sender
 
df - Variable in class org.apache.qpid.testkit.Sender
 
df - Variable in class org.apache.qpid.testkit.TestLauncher
 
duplicateMessages - Variable in class org.apache.qpid.testkit.Receiver
 
durable - Variable in class org.apache.qpid.testkit.TestLauncher
 

E

ErrorHandler - Interface in org.apache.qpid.testkit
 

F

failover - Variable in class org.apache.qpid.testkit.TestLauncher
 

G

gen - Variable in class org.apache.qpid.testkit.Sender
 
getAck_mode() - Method in class org.apache.qpid.testkit.Client
 
getContentType() - Method in class org.apache.qpid.testkit.Client
 
getDf() - Method in class org.apache.qpid.testkit.Client
 
getNextMessage() - Method in class org.apache.qpid.testkit.Sender
 
getReportFrequency() - Method in class org.apache.qpid.testkit.Client
 
getSsn() - Method in class org.apache.qpid.testkit.Client
 
getStartTime() - Method in class org.apache.qpid.testkit.Client
 
getTxSize() - Method in class org.apache.qpid.testkit.Client
 

H

handleError(String, Exception) - Method in class org.apache.qpid.testkit.Client
 
handleError(String, Exception) - Method in interface org.apache.qpid.testkit.ErrorHandler
 
handleError(String, Exception) - Method in class org.apache.qpid.testkit.TestLauncher
 
heartbeat - Variable in class org.apache.qpid.testkit.TestLauncher
 
host - Variable in class org.apache.qpid.testkit.TestLauncher
 

I

isDurable() - Method in class org.apache.qpid.testkit.Client
 
isTransacted() - Method in class org.apache.qpid.testkit.Client
 
iterations - Variable in class org.apache.qpid.testkit.Sender
 

J

jmsDurableSub - Variable in class org.apache.qpid.testkit.Receiver
 

M

main(String[]) - Static method in class org.apache.qpid.testkit.Receiver
 
main(String[]) - Static method in class org.apache.qpid.testkit.Sender
 
main(String[]) - Static method in class org.apache.qpid.testkit.TestLauncher
 
msg_count - Variable in class org.apache.qpid.testkit.Receiver
 
msg_count - Variable in class org.apache.qpid.testkit.Sender
 
msg_size - Variable in class org.apache.qpid.testkit.Sender
 

N

nf - Variable in class org.apache.qpid.testkit.Sender
 
nf - Variable in class org.apache.qpid.testkit.TestLauncher
 

O

onException(JMSException) - Method in class org.apache.qpid.testkit.Client
 
onMessage(Message) - Method in class org.apache.qpid.testkit.Receiver
 
org.apache.qpid.testkit - package org.apache.qpid.testkit
 
org.apache.qpid.testkit.soak - package org.apache.qpid.testkit.soak
 

P

port - Variable in class org.apache.qpid.testkit.TestLauncher
 
producer - Variable in class org.apache.qpid.testkit.Sender
 

R

Receiver - Class in org.apache.qpid.testkit
A generic receiver which consumes messages from a given address in a broker (host/port) until told to stop by killing it.
Receiver(Connection, String) - Constructor for class org.apache.qpid.testkit.Receiver
 
receiver - Variable in class org.apache.qpid.testkit.TestLauncher
 
replyTo - Variable in class org.apache.qpid.testkit.Sender
 
ResourceLeakTest - Class in org.apache.qpid.testkit.soak
Test Description ================ This test will open x number of connections where each connection will create a session and a producer/consumer pair, and then a randomly selected set of connections (about 1/4th) will send a configurable no of messages and try to receive them.
ResourceLeakTest() - Constructor for class org.apache.qpid.testkit.soak.ResourceLeakTest
 
run() - Method in class org.apache.qpid.testkit.Receiver
 
run() - Method in class org.apache.qpid.testkit.Sender
 

S

Sender - Class in org.apache.qpid.testkit
A generic sender which sends a stream of messages to a given address in a broker (host/port) until told to stop by killing it.
Sender(Connection, String) - Constructor for class org.apache.qpid.testkit.Sender
 
sender - Variable in class org.apache.qpid.testkit.TestLauncher
 
sequence - Variable in class org.apache.qpid.testkit.Receiver
 
sessions_per_con - Variable in class org.apache.qpid.testkit.TestLauncher
 
setErrorHandler(ErrorHandler) - Method in class org.apache.qpid.testkit.Client
 
setSsn(Session) - Method in class org.apache.qpid.testkit.Client
 
setStartTime(long) - Method in class org.apache.qpid.testkit.Client
 
setUpControlChannel() - Method in class org.apache.qpid.testkit.TestLauncher
 
sleep_time - Variable in class org.apache.qpid.testkit.Sender
 
start(String) - Method in class org.apache.qpid.testkit.TestLauncher
 
statusSender - Variable in class org.apache.qpid.testkit.TestLauncher
 
syncRcv - Variable in class org.apache.qpid.testkit.Receiver
 

T

TestLauncher - Class in org.apache.qpid.testkit
A basic test case class that could launch a Sender/Receiver or both, each on it's own separate thread.
TestLauncher() - Constructor for class org.apache.qpid.testkit.TestLauncher
 
testName - Variable in class org.apache.qpid.testkit.TestLauncher
 

U

url - Variable in class org.apache.qpid.testkit.TestLauncher
 
useUniqueDests - Variable in class org.apache.qpid.testkit.TestLauncher
 

A C D E F G H I J M N O P R S T U

Licensed to the Apache Software Foundation