com.bankframe.services.route.administration
Interface RouteAdministrationHome

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

public interface RouteAdministrationHome
extends javax.ejb.EJBHome

This interface is the home interface of the RouteAdministration bean. It defines its create method.


Method Summary
 RouteAdministration create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public RouteAdministration create()
                           throws javax.ejb.CreateException,
                                  java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException


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