com.bankframe.services.route
Class RouteHomeFacade

java.lang.Object
  extended by com.bankframe.services.route.RouteHomeFacade

public class RouteHomeFacade
extends Object


Constructor Summary
RouteHomeFacade()
           
 
Method Summary
 Route create(String requestId, String jndiName, String description, boolean isSessionManaged)
           
 Enumeration findAll()
           
 Route findByPrimaryKey(RoutePK primaryKey)
           
 EJBMetaData getEJBMetaData()
           
 void remove(Handle parm1)
           
 void remove(Object parm1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteHomeFacade

public RouteHomeFacade()
Method Detail

create

public Route create(String requestId,
                    String jndiName,
                    String description,
                    boolean isSessionManaged)
             throws RemoteException,
                    CreateException
Throws:
RemoteException
CreateException

findAll

public Enumeration findAll()
                    throws RemoteException,
                           FinderException
Throws:
RemoteException
FinderException

findByPrimaryKey

public Route findByPrimaryKey(RoutePK primaryKey)
                       throws RemoteException,
                              FinderException
Throws:
RemoteException
FinderException

getEJBMetaData

public EJBMetaData getEJBMetaData()
                           throws RemoteException
Throws:
RemoteException

remove

public void remove(Object parm1)
            throws RemoteException,
                   RemoveException
Throws:
RemoteException
RemoveException

remove

public void remove(Handle parm1)
            throws RemoteException,
                   RemoveException
Throws:
RemoteException
RemoveException


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