public interface BasicCmpObject
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
String |
businessMethod(String text)
Reverses the string passed in then returns it
|
OperationsPolicy |
getAllowedOperationsReport(String methodName)
Returns a report of the allowed opperations
for one of the bean's methods.
|
Properties |
getPermissionsReport()
Returns a report of the bean's
runtime permissions
|
void |
throwApplicationException()
Throws an ApplicationException when invoked
|
void |
throwSystemException_NullPointer()
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.
|
String businessMethod(String text) throws RemoteException
RemoteExceptionvoid throwApplicationException()
throws RemoteException,
ApplicationException
RemoteExceptionApplicationExceptionvoid throwSystemException_NullPointer()
throws RemoteException
RemoteExceptionProperties getPermissionsReport() throws RemoteException
RemoteExceptionOperationsPolicy getAllowedOperationsReport(String methodName) throws RemoteException
methodName - The method for which to get the allowed opperations reportRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.