IBM WebSphere Application ServerTM
Release 8

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

Method Summary
 NotificationSink 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
Creates a NotificationSink bean.

Returns:
the remote NotificationSink interface for the NotificationSink bean.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
Since:
5.0

IBM WebSphere Application ServerTM
Release 8