com.bankframe.services.notification.impl.notificationserver
Interface NotificationServerHome

All Superinterfaces:
EJBHome, Remote

public interface NotificationServerHome
extends EJBHome

The NotificationServer Home interface.


Field Summary
static String JNDI_LOOKUP_NAME
           
 
Method Summary
 NotificationServer create()
          This method creates NotificationServer session Object
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

create

NotificationServer create()
                          throws CreateException,
                                 RemoteException
This method creates NotificationServer session Object

Returns:
NotificationServer
Throws:
CreateException - thrown when an instance of an object cannot be created
RemoteException - thrown when remote object cannot be accessed


Copyright © 2005, 2007, Oracle. All rights reserved.