|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskHandler
The remote interface for all TaskHandler stateless session beans.
A TaskHandler bean is the EJB that is invoked when a scheduled task fires on a BeanTaskInfo
task. When this happens, the process
method is called with the the current TaskStatus
task state.
All TaskHandlers are required to use
this remote interface and the com.ibm.websphere.scheduler.TaskHandlerHome
home interface.
TaskHandlerHome
,
BeanTaskInfo.setTaskHandler(com.ibm.websphere.scheduler.TaskHandlerHome)
Method Summary | |
---|---|
void |
process(TaskStatus task)
Called when a scheduled BeanTaskInfo fires. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
void process(TaskStatus task) throws java.rmi.RemoteException
BeanTaskInfo
fires.
task
- the current TaskStatus
for the scheduled task.
java.rmi.RemoteException
BeanTaskInfo
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |