Skip navigation links


com.bea.netuix.application.manager.persistence
Interface NotificationManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface NotificationManagerHome
extends javax.ejb.EJBHome

NotificationManagerHome


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.

 

Method Summary
 NotificationManager create()
          Create the NotificationManager EJB.

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
JNDI lookup name for this ejb.
See Also
Constants Summary

Method Detail

create

NotificationManager create()
                           throws javax.ejb.CreateException,
                                  RemoteException
Create the NotificationManager EJB.
Returns
the NotificationManager session bean.
Throws
javax.ejb.CreateException - error on create.
RemoteException - container error.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.