statelesssessionconsumerclient
Class EJBPrompter

java.lang.Object
  extended by statelesssessionconsumerclient.EJBPrompter
All Implemented Interfaces:
java.lang.Runnable

public class EJBPrompter
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
EJBPrompter()
           
 
Method Summary
 void run()
          Prompts the StatelessSessionConsumerEJB to read messages from the input queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBPrompter

public EJBPrompter()
Method Detail

run

public void run()
Prompts the StatelessSessionConsumerEJB to read messages from the input queue. Continues prompting until it is consistently not retrieving any messages.

Specified by:
run in interface java.lang.Runnable