org.robokind.impl.motion.messaging
Class JMSMotionFrameReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageReceiver<Msg,Rec,L>
org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.motion.protocol.MotionFrameEvent,org.robokind.avrogen.motion.MotionFrameEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.motion.protocol.MotionFrameEvent>>
org.robokind.impl.motion.messaging.JMSMotionFrameReceiver
- All Implemented Interfaces:
- org.robokind.api.messaging.MessageReceiver<org.robokind.api.motion.protocol.MotionFrameEvent,org.robokind.avrogen.motion.MotionFrameEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.motion.protocol.MotionFrameEvent>>
public class JMSMotionFrameReceiver
- extends org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.motion.protocol.MotionFrameEvent,org.robokind.avrogen.motion.MotionFrameEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.motion.protocol.MotionFrameEvent>>
JMSMessageReceiver for receiving MotionFrameEvents.
- Author:
- Matthew Stevenson
Constructor Summary |
JMSMotionFrameReceiver(javax.jms.Session session,
javax.jms.Destination destination)
Creates a new JMSMotionFrameReceiver |
Methods inherited from class org.robokind.impl.messaging.JMSMessageReceiver |
start |
Methods inherited from class org.robokind.api.messaging.DefaultMessageReceiver |
addMessageListener, fireMessageEvent, pause, removeMessageListener, resume, setAdapter, setRecordReceiver, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSMotionFrameReceiver
public JMSMotionFrameReceiver(javax.jms.Session session,
javax.jms.Destination destination)
- Creates a new JMSMotionFrameReceiver
- Parameters:
session
- JMS Session to usedestination
- JMS Destination to use
Copyright © 2011. All Rights Reserved.