|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicSingletonBusinessLocal
Method Summary | |
---|---|
String |
businessMethod(String text)
Reverses the string passed in then returns it |
Object |
echo(Object object)
|
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 |
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 |
---|
String businessMethod(String text)
Object echo(Object object)
void throwApplicationException() throws ApplicationException
ApplicationException
void throwSystemException_NullPointer()
Properties getPermissionsReport()
OperationsPolicy getAllowedOperationsReport(String methodName)
methodName
- The method for which to get the allowed opperations report
Object remove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |