com.bankframe.services.route
Class RouteHomeFacade
java.lang.Object
com.bankframe.services.route.RouteHomeFacade
- public class RouteHomeFacade
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteHomeFacade
public RouteHomeFacade()
create
public Route create(java.lang.String requestId,
java.lang.String jndiName,
java.lang.String description,
boolean isSessionManaged)
throws java.rmi.RemoteException,
javax.ejb.CreateException
- Throws:
java.rmi.RemoteException
javax.ejb.CreateException
findAll
public java.util.Enumeration findAll()
throws java.rmi.RemoteException,
javax.ejb.FinderException
- Throws:
java.rmi.RemoteException
javax.ejb.FinderException
findByPrimaryKey
public Route findByPrimaryKey(RoutePK primaryKey)
throws java.rmi.RemoteException,
javax.ejb.FinderException
- Throws:
java.rmi.RemoteException
javax.ejb.FinderException
getEJBMetaData
public javax.ejb.EJBMetaData getEJBMetaData()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
remove
public void remove(java.lang.Object parm1)
throws java.rmi.RemoteException,
javax.ejb.RemoveException
- Throws:
java.rmi.RemoteException
javax.ejb.RemoveException
remove
public void remove(javax.ejb.Handle parm1)
throws java.rmi.RemoteException,
javax.ejb.RemoveException
- Throws:
java.rmi.RemoteException
javax.ejb.RemoveException
Copyright © 2005, 2007, Oracle. All rights reserved.