org.superbiz.injection.jms
Interface MessagingLocal

All Known Implementing Classes:
MessagingBean

public interface MessagingLocal


Method Summary
 java.lang.String receiveMessage()
           
 void sendMessage(java.lang.String text)
           
 

Method Detail

sendMessage

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

receiveMessage

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


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