|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicStatelessLocalObject
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 |
java.lang.String |
remove(java.lang.String obj)
|
void |
scheduleTimer(java.lang.String name)
Schedules a timer with the specified name. |
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.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String businessMethod(java.lang.String text)
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
void scheduleTimer(java.lang.String name)
name
- the name used to notify via the TimerSyncBeanjava.lang.String remove(java.lang.String obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |