com.ibm.websphere.scheduler
Interface NotificationSinkHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface NotificationSinkHome
- extends javax.ejb.EJBHome
The home interface for all NotificationSink stateless session beans.
All NotificationSinks are required to use
this home interface and the com.ibm.websphere.scheduler.NotificationSink remote interface.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
NotificationSink
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
NotificationSink create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Creates a
NotificationSink
bean.
- Returns:
- the remote NotificationSink interface for the NotificationSink bean.
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
- Since:
- 5.0