com.ibm.websphere.scheduler

Interface NotificationSinkHome

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

  1. public interface NotificationSinkHome
  2. 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

Method Summary

Modifier and Type Method and Description
  1. NotificationSink
create()
Creates a NotificationSink bean.
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

Method Detail

create

  1. NotificationSink create()
  2. throws javax.ejb.CreateException
  3. 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