com.bankframe.services.route
Interface RouteHome

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

public interface RouteHome
extends javax.ejb.EJBHome

Author:
ETU

Method Summary
 Route create(java.lang.String requestId, java.lang.String jndiName, java.lang.String descripton, boolean isSessionManaged)
          All EJBs must implement a create method.
 java.util.Enumeration findAll()
          This method finds all EJBRoute instances.
 Route findByPrimaryKey(RoutePK primaryKey)
          See the javax.ejb.EJBHome Class for details.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Route create(java.lang.String requestId,
                    java.lang.String jndiName,
                    java.lang.String descripton,
                    boolean isSessionManaged)
             throws java.rmi.RemoteException,
                    javax.ejb.CreateException
All EJBs must implement a create method.

Parameters:
requestId - REQUEST_ID
jndiName - JNDI Name
isSessionManaged - Route is session managed
Throws:
java.rmi.RemoteException - RemoteException
javax.ejb.CreateException - CreateException
See Also:
javax.ejb.EJBHome.create(...)

findAll

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

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

findByPrimaryKey

public Route findByPrimaryKey(RoutePK primaryKey)
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException
See the javax.ejb.EJBHome Class for details.

Parameters:
primaryKey - primary key in a database table
Throws:
java.rmi.RemoteException - RemoteException
javax.ejb.FinderException - FinderException
See Also:
javax.ejb.EJBHome.findPrimaryKey(...)


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