com.bankframe.services.notification.impl.notificationserver
Interface NotificationServerHome
- All Superinterfaces: 
 - javax.ejb.EJBHome, java.rmi.Remote
 
- public interface NotificationServerHome
- extends javax.ejb.EJBHome
  
The NotificationServer Home interface.
- Author:
 
  - ksmith
 
 
 
| Methods inherited from interface javax.ejb.EJBHome | 
getEJBMetaData, getHomeHandle, remove, remove | 
 
JNDI_LOOKUP_NAME
public static final java.lang.String JNDI_LOOKUP_NAME
- See Also:
 - Constant Field Values
 
create
public NotificationServer create()
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException
- This method creates NotificationServer session Object
 
- Returns:
 - NotificationServer
 - Throws:
 javax.ejb.CreateException - thrown when an instance of an object cannot be created
java.rmi.RemoteException - thrown when remote object cannot be accessed
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.