com.bankframe.services.impl.audit.auditroute
Interface AuditRouteHome

All Superinterfaces:
AuditRouteCMPBeanFinderHelper, AuditRouteFinders, EJBHome, Remote

public interface AuditRouteHome
extends EJBHome, AuditRouteCMPBeanFinderHelper

The AuditRecordHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Fields inherited from interface com.bankframe.services.impl.audit.auditroute.AuditRouteCMPBeanFinderHelper
findAllWhereClause
 
Method Summary
 AuditRoute create(String requestId, String rootAuditable)
           
 Enumeration findAll()
          This method finds all AuditRoute instances.
 AuditRoute findByPrimaryKey(AuditRoutePK 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

AuditRoute create(String requestId,
                  String rootAuditable)
                  throws CreateException,
                         RemoteException
Throws:
CreateException
RemoteException

findAll

Enumeration findAll()
                    throws RemoteException,
                           FinderException
This method finds all AuditRoute instances.

Returns:
an enumeration of AuditRoute instances
Throws:
RemoteException - RemoteException
FinderException - FinderException

findByPrimaryKey

AuditRoute findByPrimaryKey(AuditRoutePK primaryKey)
                            throws FinderException,
                                   RemoteException
Throws:
FinderException
RemoteException


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