com.ibm.websphere.scheduler
Interface NotificationSinkHome
-
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface NotificationSinkHome extends javax.ejb.EJBHomeThe 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
-
-
Method Summary
Methods Modifier and Type Method and Description NotificationSinkcreate()Creates aNotificationSinkbean.
-
-
-
Method Detail
-
create
NotificationSink create() throws javax.ejb.CreateException, java.rmi.RemoteException
Creates aNotificationSinkbean.- Returns:
- the remote NotificationSink interface for the NotificationSink bean.
- Throws:
javax.ejb.CreateExceptionjava.rmi.RemoteException- Since:
- 5.0
-
-