org.superbiz.injection.jms
Class MessagingBean

java.lang.Object
  extended by org.superbiz.injection.jms.MessagingBean
All Implemented Interfaces:
MessagingLocal

public class MessagingBean
extends Object
implements MessagingLocal


Constructor Summary
MessagingBean()
           
 
Method Summary
 String receiveMessage()
           
 void sendMessage(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingBean

public MessagingBean()
Method Detail

sendMessage

public void sendMessage(String text)
                 throws javax.jms.JMSException
Specified by:
sendMessage in interface MessagingLocal
Throws:
javax.jms.JMSException

receiveMessage

public String receiveMessage()
                      throws javax.jms.JMSException
Specified by:
receiveMessage in interface MessagingLocal
Throws:
javax.jms.JMSException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.