| |
|
| java.lang.Object jms.EjbCompBean
EjbCompBean | public class EjbCompBean implements SessionBean(Code) | | EjbCompBean.java Stateful Session Bean sending and synchronously receiving
JMS messages.
author: Fran?ois Exertier Contributor(s): |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
sendMsg | public void sendMsg(java.lang.String s)(Code) | | Send a JMS message
Parameters: s - - the string that will be contained by the message. |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|
|