org.robokind.impl.animation.messaging
Class JMSAnimationReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageReceiver<Msg,Rec,L>
org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.animation.protocol.AnimationEvent,org.robokind.avrogen.animation.AnimationEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.animation.protocol.AnimationEvent>>
org.robokind.impl.animation.messaging.JMSAnimationReceiver
- All Implemented Interfaces:
- org.robokind.api.messaging.MessageReceiver<org.robokind.api.animation.protocol.AnimationEvent,org.robokind.avrogen.animation.AnimationEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.animation.protocol.AnimationEvent>>
public class JMSAnimationReceiver
- extends org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.animation.protocol.AnimationEvent,org.robokind.avrogen.animation.AnimationEventRecord,org.robokind.api.common.utils.Listener<org.robokind.api.animation.protocol.AnimationEvent>>
JMSMessageReceiver 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 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 |
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. All Rights Reserved.