| |
|
| java.lang.Object org.jboss.test.security.ejb.RunAsMDB
RunAsMDB | public class RunAsMDB implements MessageDrivenBean,MessageListener(Code) | | An MDB that takes the string from the msg passed to onMessage
and invokes the echo(String) method on an internal Entity using
the InternalRole assigned in the MDB descriptor run-as element.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Field Summary | |
org.apache.log4j.Category | log |
log | org.apache.log4j.Category log(Code) | | |
RunAsMDB | public RunAsMDB()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
onMessage | public void onMessage(Message message)(Code) | | |
setMessageDrivenContext | public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException(Code) | | |
|
|
|