org.robokind.impl.motion.messaging
Class JMSMotionFrameReceiver

java.lang.Object
  extended by org.robokind.api.messaging.DefaultMessageReceiver<Msg,Rec,L>
      extended by 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>>
          extended by 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

Nested Class Summary
static class JMSMotionFrameReceiver.MotionFrameEventRecordAdapter
          Converts a MotionFrameEventRecord to a MotionFrameEvent
 
Constructor Summary
JMSMotionFrameReceiver(javax.jms.Session session, javax.jms.Destination destination)
          Creates a new JMSMotionFrameReceiver
 
Method Summary
 
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
 

Constructor Detail

JMSMotionFrameReceiver

public JMSMotionFrameReceiver(javax.jms.Session session,
                              javax.jms.Destination destination)
Creates a new JMSMotionFrameReceiver

Parameters:
session - JMS Session to use
destination - JMS Destination to use


Copyright © 2011. All Rights Reserved.