| |
|
| org.apache.openejb.test.stateless.BasicStatelessBusinessLocal
All known Subclasses: org.apache.openejb.test.stateless.BasicStatelessPojoBean,
businessMethod | public String businessMethod(String text)(Code) | | Reverses the string passed in then returns it
string |
getAllowedOperationsReport | public OperationsPolicy getAllowedOperationsReport(String methodName)(Code) | | 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 operations policy |
getPermissionsReport | public Properties getPermissionsReport()(Code) | | Returns a report of the bean's
runtime permissions
properties |
remove | public Object remove()(Code) | | Verify if we can invoke remove() on a stateless session bean as a business method
|
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.
|
|
|
|