com.ibm.websphere.samples.scheduler.accountreportejb
Interface TaskCreatorHome

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

public interface TaskCreatorHome
extends javax.ejb.EJBHome

Home interface for the TaskCreator session bean

See Also:
TaskCreatorBean, TaskCreator

Method Summary
 TaskCreator create()
          Creates an instance of the session bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

TaskCreator create()
                   throws java.rmi.RemoteException,
                          javax.ejb.CreateException
Creates an instance of the session bean.

Returns:
The instance.
Throws:
java.rmi.RemoteException - If a communication failure occurs
javax.ejb.CreateException