com.bankframe.services.impl.audit.auditroute
Interface AuditRouteHome
- All Superinterfaces:
- AuditRouteCMPBeanFinderHelper, AuditRouteFinders, EJBHome, Remote
public interface AuditRouteHome
- extends EJBHome, AuditRouteCMPBeanFinderHelper
The AuditRecordHome interface.
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- The name this EJB will be registered under JNDI.
- See Also:
- Constant Field Values
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.