org.robokind.impl.animation.messaging
Class JMSRemoteAnimationPlayerHost

java.lang.Object
  extended by org.robokind.api.animation.messaging.RemoteAnimationPlayerHost
      extended by org.robokind.impl.animation.messaging.JMSRemoteAnimationPlayerHost

public class JMSRemoteAnimationPlayerHost
extends RemoteAnimationPlayerHost

Author:
Matthew Stevenson

Nested Class Summary
 
Nested classes/interfaces inherited from class org.robokind.api.animation.messaging.RemoteAnimationPlayerHost
RemoteAnimationPlayerHost.AnimationEventPlayer
 
Constructor Summary
JMSRemoteAnimationPlayerHost(javax.jms.Session session, javax.jms.Destination dest, AnimationPlayer player)
           
 
Method Summary
 void setDestination(javax.jms.Destination dest)
           
 void setSession(javax.jms.Session session)
           
 
Methods inherited from class org.robokind.api.animation.messaging.RemoteAnimationPlayerHost
setAnimationPlayer, setAnimationReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSRemoteAnimationPlayerHost

public JMSRemoteAnimationPlayerHost(javax.jms.Session session,
                                    javax.jms.Destination dest,
                                    AnimationPlayer player)
                             throws Exception
Throws:
Exception
Method Detail

setSession

public void setSession(javax.jms.Session session)
                throws Exception
Throws:
Exception

setDestination

public void setDestination(javax.jms.Destination dest)
                    throws Exception
Throws:
Exception


Copyright © 2011-2012. All Rights Reserved.