|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicSingletonBusinessLocal
Method Summary | |
---|---|
java.lang.String |
businessMethod(java.lang.String text)
Reverses the string passed in then returns it |
java.lang.Object |
echo(java.lang.Object object)
|
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 |
java.lang.Object |
remove()
Verify if we can invoke remove() on a singleton session bean as a business method |
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. |
Method Detail |
---|
java.lang.String businessMethod(java.lang.String text)
java.lang.Object echo(java.lang.Object object)
void throwApplicationException() throws ApplicationException
ApplicationException
void throwSystemException_NullPointer()
java.util.Properties getPermissionsReport()
OperationsPolicy getAllowedOperationsReport(java.lang.String methodName)
methodName
- The method for which to get the allowed opperations report
java.lang.Object remove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |