org.robokind.impl.animation.messaging
Class JMSAnimationReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageAsyncReceiver<Msg,Rec,L>
org.robokind.impl.messaging.JMSAvroMessageAsyncReceiver<AnimationEvent,AnimationEventRecord,Listener<AnimationEvent>>
org.robokind.impl.animation.messaging.JMSAnimationReceiver
- All Implemented Interfaces:
- MessageAsyncReceiver<AnimationEvent,AnimationEventRecord,Listener<AnimationEvent>>
public class JMSAnimationReceiver
- extends JMSAvroMessageAsyncReceiver<AnimationEvent,AnimationEventRecord,Listener<AnimationEvent>>
JMSAvroMessageAsyncReceiver for receiving AnimationEvents.
- Author:
- Matthew Stevenson
|
Constructor Summary |
JMSAnimationReceiver(javax.jms.Session session,
javax.jms.Destination destination)
Creates a new JMSAnimationReceiver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSAnimationReceiver
public JMSAnimationReceiver(javax.jms.Session session,
javax.jms.Destination destination)
- Creates a new JMSAnimationReceiver.
- Parameters:
sessionJMS - Session to usedestination - JMS Destination to use
Copyright © 2011-2012. All Rights Reserved.