org.robokind.impl.animation.messaging
Class JMSAnimationReceiver

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

Nested Class Summary
static class JMSAnimationReceiver.AnimationEventRecordAdapter
          Converts an AnimationEventRecord to an AnimationEvent.
 
Constructor Summary
JMSAnimationReceiver(javax.jms.Session session, javax.jms.Destination destination)
          Creates a new JMSAnimationReceiver.
 
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

JMSAnimationReceiver

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

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


Copyright © 2011. All Rights Reserved.