|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMethodInfo | |
|---|---|
| org.ow2.easybeans.api | Implementation of EJB 3.0 container API |
| org.ow2.easybeans.api.bean.info | Implementation of EJB 3.0 container API |
| Uses of IMethodInfo in org.ow2.easybeans.api |
|---|
| Methods in org.ow2.easybeans.api with parameters of type IMethodInfo | |
|---|---|
javax.ejb.Timer |
EZBTimerService.createCalendarTimer(javax.ejb.ScheduleExpression schedule,
javax.ejb.TimerConfig timerConfig,
IMethodInfo methodInfo)
Create a calendar-based timer based on the input schedule expression. |
void |
Factory.notifyTimeout(javax.ejb.Timer timer,
IMethodInfo methodInfo)
Notified when the timer service send a Timer object. |
| Uses of IMethodInfo in org.ow2.easybeans.api.bean.info |
|---|
| Methods in org.ow2.easybeans.api.bean.info that return IMethodInfo | |
|---|---|
IMethodInfo |
ITimerInfo.getMethodInfo()
|
| Methods in org.ow2.easybeans.api.bean.info that return types with arguments of type IMethodInfo | |
|---|---|
List<IMethodInfo> |
IBeanInfo.getBusinessMethodsInfo()
Gets the business methods info. |
List<IMethodInfo> |
IBeanInfo.getSessionSynchronizationMethodsInfo()
Gets the Session Synchronization methods. |
| Method parameters in org.ow2.easybeans.api.bean.info with type arguments of type IMethodInfo | |
|---|---|
void |
IBeanInfo.setBusinessMethodsInfo(List<IMethodInfo> businessMethodsInfo)
Sets the list of business methods. |
void |
IBeanInfo.setSessionSynchronizationMethodsInfo(List<IMethodInfo> sessionSynchronizationMethodsInfo)
Sets the list of Session Synchronization methods. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||