public class MultithreadClient
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
MultithreadClient(com.rabbitmq.client.Channel sendChannel,
com.rabbitmq.client.Channel replyChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(java.lang.String[] args) |
void |
run() |
java.lang.String |
sendRequest(ChannelTimeWindow ctw) |
void |
sendRequest(edu.iris.Fissures.IfSeismogramDC.RequestFilter rf) |
public MultithreadClient(com.rabbitmq.client.Channel sendChannel,
com.rabbitmq.client.Channel replyChannel)
throws java.lang.Exception
java.lang.Exceptionpublic void sendRequest(edu.iris.Fissures.IfSeismogramDC.RequestFilter rf)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String sendRequest(ChannelTimeWindow ctw) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.io.IOExceptionjava.lang.Exceptionpublic void run()
run in interface java.lang.Runnable