com.bankframe.services.route.administration
Interface RouteAdministrationHome

All Superinterfaces:
EJBHome, Remote

public interface RouteAdministrationHome
extends 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

RouteAdministration create()
                           throws CreateException,
                                  RemoteException
Throws:
CreateException
RemoteException


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