com.bankframe.services.requestrouter
Interface RequestRouterHome

All Superinterfaces:
EJBHome, Remote

public interface RequestRouterHome
extends EJBHome

Home Interface for RequestRouter Service


Method Summary
 RequestRouter create()
          This method creates the EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

RequestRouter create()
                     throws CreateException,
                            RemoteException
This method creates the EJB.

Throws:
CreateException
RemoteException


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