org.superbiz.mdb
Interface MessagingClientLocal

All Known Implementing Classes:
MessagingClientBean

public interface MessagingClientLocal


Method Summary
 String receiveMessage()
           
 void sendMessage(String text)
           
 

Method Detail

sendMessage

void sendMessage(String text)
                 throws javax.jms.JMSException
Throws:
javax.jms.JMSException

receiveMessage

String receiveMessage()
                      throws javax.jms.JMSException
Throws:
javax.jms.JMSException


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