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

All Superinterfaces:
AuditRouteCMPBeanFinderHelper, AuditRouteFinders, javax.ejb.EJBHome, java.rmi.Remote

public interface AuditRouteHome
extends javax.ejb.EJBHome, AuditRouteCMPBeanFinderHelper

The AuditRecordHome interface.

Author:
ETU

Field Summary
static java.lang.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(java.lang.String requestId, java.lang.String rootAuditable)
           
 java.util.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

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

See Also:
Constant Field Values
Method Detail

create

public AuditRoute create(java.lang.String requestId,
                         java.lang.String rootAuditable)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
This method finds all AuditRoute instances.

Returns:
an enumeration of AuditRoute instances
Throws:
java.rmi.RemoteException - RemoteException
javax.ejb.FinderException - FinderException
See Also:
javax.ejb.EJBHome.findAll()

findByPrimaryKey

public AuditRoute findByPrimaryKey(AuditRoutePK primaryKey)
                            throws javax.ejb.FinderException,
                                   java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.