| |
|
| org.apache.openejb.test.mdb.BasicMdbObject
All known Subclasses: org.apache.openejb.test.mdb.BasicMdbBean,
BasicMdbObject | public interface BasicMdbObject (Code) | | |
businessMethod | String businessMethod(String text)(Code) | | Reverses the string passed in then returns it
string |
getAllowedOperationsReport | 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 | Properties getPermissionsReport()(Code) | | Returns a report of the bean's
runtime permissions
properties |
throwApplicationException | void throwApplicationException() throws ApplicationException(Code) | | Throws an ApplicationException when invoked
|
throwSystemException_NullPointer | 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.
|
|
|
|