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

Field Summary
static java.lang.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

public static final java.lang.String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

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.