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