| |
|
| org.apache.openejb.test.stateful.BasicStatefulLocalObject
businessMethod | public String businessMethod(String text)(Code) | | Reverses the string passed in then returns it
|
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 |
getPermissionsReport | public Properties getPermissionsReport()(Code) | | Returns a report of the bean's
runtime permissions
|
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.
|
|
|
|