com.bankframe.services.impl.audit.auditrecord
Interface AuditRecordHome

All Superinterfaces:
AuditRecordFinders, EJBHome, Remote

public interface AuditRecordHome
extends EJBHome, AuditRecordFinders

The AuditRecordHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 AuditRecord create(String auditDate, String auditTime, String requestId, String uniqueAuditId, String request, String response)
           
 AuditRecord findByPrimaryKey(AuditRecordPK primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
The name this EJB will be registered under JNDI.

See Also:
Constant Field Values
Method Detail

create

AuditRecord create(String auditDate,
                   String auditTime,
                   String requestId,
                   String uniqueAuditId,
                   String request,
                   String response)
                   throws RemoteException,
                          CreateException
Throws:
RemoteException
CreateException

findByPrimaryKey

AuditRecord findByPrimaryKey(AuditRecordPK primaryKey)
                             throws FinderException,
                                    RemoteException
Throws:
FinderException
RemoteException


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