com.bankframe.services.sessionmgmt.ldap.session
Interface LDAPBankFrameSessionHome

All Superinterfaces:
EJBHome, Remote

public interface LDAPBankFrameSessionHome
extends EJBHome

Home interface for LDAPBankFrameSession Bean


Method Summary
 LDAPBankFrameSession create(String sessionId, String userId)
          Create method for EJB bean
 Enumeration findAll()
          findAll method for EJB bean
 LDAPBankFrameSession findByPrimaryKey(LDAPEntityBeanPK primaryKey)
          findByPrimaryKey method for EJB bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

LDAPBankFrameSession create(String sessionId,
                            String userId)
                            throws CreateException,
                                   RemoteException
Create method for EJB bean

Parameters:
sessionId - String
userId - String
Returns:
LDAPBankFrameSession remote interface to created EJB Bean
Throws:
CreateException - if creation failed
RemoteException

findAll

Enumeration findAll()
                    throws FinderException,
                           RemoteException
findAll method for EJB bean

Returns:
Enumeration to all objects found
Throws:
CreateException - if creation failed
RemoteException
FinderException

findByPrimaryKey

LDAPBankFrameSession findByPrimaryKey(LDAPEntityBeanPK primaryKey)
                                      throws FinderException,
                                             RemoteException
findByPrimaryKey method for EJB bean

Parameters:
primaryKey - LDAPEntityBeanPK
Returns:
LDAPBankFrameSession remote interface to EJB Bean
Throws:
FinderException - if data not found
RemoteException


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