|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicStatelessObject
Method Summary | |
---|---|
java.lang.String |
businessMethod(java.lang.String text)
Reverses the string passed in then returns it |
OperationsPolicy |
getAllowedOperationsReport(java.lang.String methodName)
Returns a report of the allowed opperations for one of the bean's methods. |
java.util.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. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String businessMethod(java.lang.String text) throws java.rmi.RemoteException
java.rmi.RemoteException
void throwApplicationException() throws java.rmi.RemoteException, ApplicationException
java.rmi.RemoteException
ApplicationException
void throwSystemException_NullPointer() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Properties getPermissionsReport() throws java.rmi.RemoteException
java.rmi.RemoteException
OperationsPolicy getAllowedOperationsReport(java.lang.String methodName) throws java.rmi.RemoteException
methodName
- The method for which to get the allowed opperations report
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |