xflow.test
Class TestJMSSubscriber

java.lang.Object
  extended byxflow.test.TestJMSSubscriber
All Implemented Interfaces:
javax.jms.MessageListener

public class TestJMSSubscriber
extends java.lang.Object
implements javax.jms.MessageListener


Constructor Summary
TestJMSSubscriber()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onMessage(javax.jms.Message msg)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJMSSubscriber

public TestJMSSubscriber()
Method Detail

onMessage

public void onMessage(javax.jms.Message msg)
Specified by:
onMessage in interface javax.jms.MessageListener

start

public void start()
           throws XflowException
Throws:
XflowException

main

public static void main(java.lang.String[] args)
                 throws XflowException,
                        javax.jms.JMSException
Throws:
XflowException
javax.jms.JMSException