| |
|
| java.lang.Object org.apache.openejb.test.mdb.BasicMdbBean
businessMethod | public String businessMethod(String text)(Code) | | Maps to BasicStatelessObject.businessMethod
|
ejbCreate | public void ejbCreate() throws javax.ejb.CreateException(Code) | | |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
getAllowedOperationsReport | public OperationsPolicy getAllowedOperationsReport(String methodName)(Code) | | Maps to BasicStatelessObject.getAllowedOperationsReport
Returns a report of the allowed opperations
for one of the bean's methods.
Parameters: methodName - The method for which to get the allowed opperations report |
getPermissionsReport | public Properties getPermissionsReport()(Code) | | Maps to BasicStatelessObject.getPermissionsReport
Returns a report of the bean's
runtime permissions
|
onMessage | public void onMessage(Message message)(Code) | | |
setMessageDrivenContext | public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException(Code) | | |
testAllowedOperations | protected void testAllowedOperations(String methodName)(Code) | | |
throwApplicationException | public void throwApplicationException() throws ApplicationException(Code) | | Throws an ApplicationException when invoked
|
throwSystemException_NullPointer | public void throwSystemException_NullPointer()(Code) | | Throws a java.lang.NullPointerException when invoked
This is a system exception and should result in the
destruction of the instance and invalidation of the
remote reference.
|
|
|
|