org.superbiz.mdb
Class MessagingClientBean

java.lang.Object
  extended by org.superbiz.mdb.MessagingClientBean
All Implemented Interfaces:
MessagingClientLocal

public class MessagingClientBean
extends java.lang.Object
implements MessagingClientLocal


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

Constructor Detail

MessagingClientBean

public MessagingClientBean()
Method Detail

sendMessage

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

receiveMessage

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


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