IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.scheduler
Interface TaskHandlerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface TaskHandlerHome
extends javax.ejb.EJBHome

The home interface for all TaskHandler stateless session beans.

All TaskHandlers are required to use this home interface and the com.ibm.websphere.scheduler.TaskHandler remote interface.

Since:
5.0
Version:
5.0
See Also:
TaskHandler

Method Summary
 TaskHandler create()
          Creates a TaskHandler bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

TaskHandler create()
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Creates a TaskHandler bean.

Returns:
the remote TaskHandler interface for the TaskHandler bean.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
Since:
5.0

IBM WebSphere Application ServerTM
Release 8