Uses of Interface
com.bankframe.services.route.Route

Packages that use Route
com.bankframe.services.route   
com.bankframe.services.route.administration   
com.bankframe.services.security   
 

Uses of Route in com.bankframe.services.route
 

Classes in com.bankframe.services.route that implement Route
 class CachedRoute
          This class represents route objects to be cached on the server.
 

Methods in com.bankframe.services.route that return Route
static Route RouteLookup.getRoute(java.lang.String requestId)
          This method will lookup up a REQUEST_ID, cache and return the corresponding Route.
 Route RouteHome.create(java.lang.String requestId, java.lang.String jndiName, java.lang.String descripton, boolean isSessionManaged)
          All EJBs must implement a create method.
 Route RouteHome.findByPrimaryKey(RoutePK primaryKey)
          See the javax.ejb.EJBHome Class for details.
 Route RouteHomeFacade.create(java.lang.String requestId, java.lang.String jndiName, java.lang.String description, boolean isSessionManaged)
           
 Route RouteHomeFacade.findByPrimaryKey(RoutePK primaryKey)
           
 

Methods in com.bankframe.services.route with parameters of type Route
static ESessionRemote RouteLookup.getRemoteInterface(Route route)
          This method will get The remote interface to the EJB mapped to the specified Route.
 

Uses of Route in com.bankframe.services.route.administration
 

Methods in com.bankframe.services.route.administration that return Route
 Route RouteAdministrationBean.getRoute(java.lang.String requestId)
          This method finds an instance of the route EJB by its primary key.
 Route RouteAdministration.getRoute(java.lang.String requestId)
          This method finds an instance of the route EJB by its primary key.
 

Uses of Route in com.bankframe.services.security
 

Methods in com.bankframe.services.security with parameters of type Route
 java.util.Vector DefaultBankFrameSecurityProvider.dispatch(java.util.Vector dataPackets, Route route)
           
 java.util.Vector NullBankFrameSecurityProvider.dispatch(java.util.Vector datapacket, Route route)
           
 java.util.Vector BankFrameSecurityProvider.dispatch(java.util.Vector request, Route route)
          This method must verify that specified request is permitted to be processed.
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.