org.robokind.impl.vision
Class JMSImageRegionListReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageAsyncReceiver<Msg,Rec>
org.robokind.impl.messaging.JMSAvroMessageAsyncReceiver<ImageRegionList,ImageRegionListRecord>
org.robokind.impl.vision.JMSImageRegionListReceiver
- All Implemented Interfaces:
- MessageAsyncReceiver<ImageRegionList>, ImageRegionService
public class JMSImageRegionListReceiver
- extends JMSAvroMessageAsyncReceiver<ImageRegionList,ImageRegionListRecord>
- implements ImageRegionService
JMSAvroMessageAsyncReceiver for receiving ImageRegionLists.
- Author:
- Matthew Stevenson
|
Constructor Summary |
JMSImageRegionListReceiver(javax.jms.Session session,
javax.jms.Destination destination)
Creates a new JMSImageRegionListReceiver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSImageRegionListReceiver
public JMSImageRegionListReceiver(javax.jms.Session session,
javax.jms.Destination destination)
- Creates a new JMSImageRegionListReceiver.
- Parameters:
session - JMS Session to use for receivingdestination - JMS Destination to receive from
Copyright © 2011-2012. All Rights Reserved.